/* Made with love by Mutiullah Samim*/

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

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

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

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

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

.remember{
    color: white;
}
.checkbox{
    margin-left: 2.5%;
}
.login_btn{
    color: black;
    background-color: #FFC312;
    width: 100px;
}

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

.carLogin{
    width : 100%;
    float : left;
    margin: 0 0 0 0px;
    border: 1px solid #000;
    left  : 5%;
    color : #fff;
    position  : absolute;
    background: url('public/img/fundo2.png') #00AFEF repeat-x;
    min-height: 370px;
    border-radius: 10px;    	
}
.carLogin h3{
    margin-top: 10%;
    text-align: center;
}

.form-signin{
    height: 250px;
}
.form-signin input[type='text'], .form-signin input[type='password']{
    height: 50px;
    width: 95%;
    margin-left: 2.5%;
}
.form-signin input[type='submit']{
    margin-right: 2.5%;
}

#forgot-password{
    text-align: center;
}
.forgot-password{
    color: gold;
    margin-bottom: 10%;
}
#forgot-password a:hover{
    color: #fff;
    text-decoration: none;
}

@media screen and (height: 411px){
    .carLogin{
        margin-top: 1%;
    }    
}