
body{font-family: 'Montserrat', sans-serif; font-weight:400;font-size:13px; background-color:#f5f5f5; color:#424242;}
textara{resize: none;}
button{cursor: pointer;}
.form-control:focus, :focus{
    outline: none;
    box-shadow: 0 0 0 1px rgba(0,123,255,.25);
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
    outline: none;
    box-shadow: none;
}
button:focus{
    outline: none;
}

/*Login Page Css*/
.login-box{
    width: 430px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 40px;
    margin-top: 112px;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(239, 239, 239, 0.35);
    position: fixed;
    left: 50%;
    margin-left: -215px;
    top: 50%;
    margin-top: -215px;
}
.login-box label{
    display: block;
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    line-height: 12px;
}
.login-box .form-group {
    margin-bottom: 24px;
}
.login-box .panel{
    margin-bottom: 50px;
}
.login-box .form-control{
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    border: #f5f5f5 solid 1px;
    border-radius: 6px;
    color: #424242;
    height: 44px;
}
.login-box .btn-primary{
    background: #185ddc;
    width: 100%;
    height: 48px;
    border-radius: 6px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.field-icon {
    font-size: 20px;
    float: right;
    margin-left: -25px;
    margin-right: 0px;
    margin-top: -44px;
    position: relative;
    z-index: 2;
    color: #185ddc;
    background-color: #f5f5f5;
    padding: 12px 0px;
    border-radius: 5px;
  }





 /* Responsive css */

@media (max-width: 991px) {

}

@media (max-width: 568px) {
    .login-box {
        width: 100%;
        padding: 20px;
        border-radius: 0;
        left: 0;
        margin-left: 0;
        top: 0;
        margin-top: 0;
        height: 100%;
    }

}
