/* Made with love by Mutiullah Samim*/

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

html,body{
    background-image: url('img/NEOGEN_Corporate_DesktopBackground_en-scaled (2).jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100%;
    font-family: 'Numans', sans-serif;
}

@media (max-width: 800px) {
    html,body{
        background-image: url('img/NEOGEN_Corporate_DesktopBackground_en-scaled (2).jpg');
    }
}

@media (min-width: 801px) and (max-width: 1100px) {
    html,body{
        background-image: url('img/NEOGEN_Corporate_DesktopBackground_en-scaled (2).jpg');
    }
}

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

.card{
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    height: auto;
    background-color: rgba(0,0,0,0.5) !important;
}
/*.card-login{*/
/*    height: 370px;*/
/*}*/
/*.card-forgot{*/
/*    height: 200px;*/
/*}*/
/*.card-activation{*/
/*    height: 270px;*/
/*}*/

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

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

.card-header h3,h4{
    color: white;
}

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

.input-group-prepend span{
    width: 50px;
    background-color: #0076B2;
    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;
}
.remember label {
    padding-top: 8px;
}

.login_btn{
    color: white;
    background-color: #0076B2;
}

.login_btn:hover{
    color: white;
    background-color: #006393;
}

.ip-error, .email-locked {
    height: 470px;
}

.links a{
    color: white;
}

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

/*Password Meter*/
meter {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    margin: 0 auto 1em;
    width: 100%;
    height: 0.5em;

    /* Applicable only to Firefox */
    background: rgba(0, 0, 0, 0.1) none;
}

meter::-webkit-meter-bar {
    background: rgba(0, 0, 0, 0.1) none;
}

/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: green; }