

.log-holder{
    margin-top: 48px;
    padding: 10px 0 10px;
    background: rgba(60,142,190,0.96);
    background: -moz-linear-gradient(top, rgba(60,142,190,0.96) 0%, rgba(60,142,190,0.97) 28%, rgba(72,156,234,0.98) 61%, rgba(72,156,234,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(60,142,190,0.96)), color-stop(28%, rgba(60,142,190,0.97)), color-stop(61%, rgba(72,156,234,0.98)), color-stop(100%, rgba(72,156,234,1)));
    background: -webkit-linear-gradient(top, rgba(60,142,190,0.96) 0%, rgba(60,142,190,0.97) 28%, rgba(72,156,234,0.98) 61%, rgba(72,156,234,1) 100%);
    background: -o-linear-gradient(top, rgba(60,142,190,0.96) 0%, rgba(60,142,190,0.97) 28%, rgba(72,156,234,0.98) 61%, rgba(72,156,234,1) 100%);
    background: -ms-linear-gradient(top, rgba(60,142,190,0.96) 0%, rgba(60,142,190,0.97) 28%, rgba(72,156,234,0.98) 61%, rgba(72,156,234,1) 100%);
    background: linear-gradient(to bottom, rgba(60,142,190,0.96) 0%, rgba(60,142,190,0.97) 28%, rgba(72,156,234,0.98) 61%, rgba(72,156,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8ebe', endColorstr='#489cea', GradientType=0 );
    }

.login-page {
    background: #d2d6de;
}

.login-box {
    width: 360px;
    margin: 3% auto;
}

.login-box-body, .login-logo {
    box-shadow: 4px 4px 10px rgba(0,0,0,0.33);
}

.login-info-box{
    box-shadow: 4px 4px 10px rgba(0,0,0,0.33);
    text-align: center;
    margin-top: 25px;
    font-weight: 300;
    background: #fff;
    height: auto;
    padding: 10px;
}

.login-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    background: #fff;
    height: 60px;
}

.login-logo a {
    color: #444;
}

.login-box-body, .login-logo {
    box-shadow: 4px 4px 10px rgba(0,0,0,0.33);
}

.login-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-box-msg {
    margin: 0;
    text-align: center;
/***************************************************
 Change by: Avinash
 29.1.2016
 to adjust the padding of the message
****************************************************/    
    padding: 0 20px 15px 20px;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.log-holder .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    height: 34px;
}

.login-box-body .form-control-feedback{
    color: #777;
}

.form-control-feedback.fa {
    line-height: 34px;
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

/***************************************************
 Change by: Avinash
 29.1.2016
 to adjust the padding of the alert box
****************************************************/
.alert{
    padding: 5px 15px;
    margin-bottom: 5px;
}