*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a:focus, button:focus, input:focus, select:focus, textarea:focus {
	border: #d4d473 solid 1px;
    box-shadow: none;
    outline: none;
}
input, select, textarea {
	border-radius: 12px;
	border: 1px solid #efefef;
	background: #fff;
	width: 100%;
	padding: 10px;
}
* + * {
	margin-top: 1.5em;
}
body {
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	line-height: 1.5;
	letter-spacing: 1.2px;
}

.btn {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
}

.fb-icon img{
	border-radius: 50%;
}

img.fb-icon {
	border-radius: 50%;
}

div#error {
    color: #ff0000;
    font-size: 12px;
}


/* ----------------- Top nav -------------------- */

.top-nav {
    padding: 2em 0;
    border-bottom: 1px solid #ccc;
}

.action-area {
    text-align: right;
}

.action-area a , .action-area button {
    border: 0;
    background: 0;
    margin: 0 0 0 12px;
}

.action-area a img, .action-area button img {
    width: 30px;
}


/* ----------------- Expense insert -------------- */

.btn-expen {
    border: 1px solid #ccc;
    height: 70px;
    width: 70px;
}

.insert-container {
    position: fixed;
    right: 2%;
    bottom: 3%;
    margin: 0;
}

.insert-button {
	cursor: pointer;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 28px;
    box-sizing: border-box;
    padding: 14px 0;
    border-radius: 50%;
    background: #3ef3ea;
    color: #fff;
    box-shadow: 4px 9px 11px -9px #00000070;
}