#login-box {
	padding: 20px;
	background-color: #e6e6e6;
	border-radius: 8px;
}

body .container {
    font-size: 1rem;
    background-color: #fff;
    font-family: 'Rubik';
    font-weight: 400;
}


div .btn-submit{
    font-size: 18px;
    font-family: 'Rubik';
    font-weight: 400;
    letter-spacing: 0.01rem;
    background-color: #404143;
    color: white;
    padding: 3px 11px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
	border: 0;
	width: 100%;
}


div .btn-submit:hover {
    background-color: #ffaf00;
}