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

html,body{
background-image: url('/images/background2.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
/* font-size: 40px; */
}

.container{
padding-top: 200px;
width: 400px;
}

.card{
margin-bottom: auto;
border-radius: 25px;

background-color: rgba(0,0,0,0.5) !important;
}

.input-group-prepend span{
/* width: 80px; */
background-color: #228ee6;
color: white;
border:0 !important;
/* font-size: 40px; */
}

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_btn{
margin-top: 20px;
color: white;
background-color: #228ee6;
/* width: 300px;
height: 80px; */
/* font-size: 40px; */
}

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

.links{
color: white;
}

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

#logo_img {
    margin-top: -100px;
    width: 300px;
}


@media (min-width: 576px) and (max-width: 1000px){
    html,body{
        font-size: 40px;
        }
    .container{
        padding-top: 400px;
        width: 100%;
        }

    #logo_img {
        margin-top: -200px;
        width: 600px;
    }
}