/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
background-image: url('../img/omo_background.jpeg');
background-repeat: no-repeat;
background-size: cover;
height: 100%;
font-family: 'Numans', sans-serif;
}

.container{
height: 100%;
align-content: center;
}

.card{
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.login-card-header {
    padding: .75rem 1.25rem 0 1.25rem !important;
}

.card-header h3{
color: white;
font-size: 50px;
text-align: center;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.social_icon > img {
    height: 76px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    box-shadow: 0 0 0 30px white inset;
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.input-group-prepend span{
width: 50px;
background-color: rgba(255, 102, 0, 1);
color: white;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_input {
font-size: 18px !important;
height: 38px !important;
}

.login_btn{
color: white;
background-color: rgba(255, 102, 0, 1);
width: 100px;
font-size: 18px !important;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
font-size: 22px;
}

.links a{
margin-left: 4px;
}

.error {
    color: #ff3154;
}