
.m-login.m-login--1 .m-login__wrapper .m-login__form .m-form__group .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ebedf2;
    padding: 1rem 0;
    margin-top: .1rem;
}


.auth-logo img{
    width: 330px;
    /*height: 60px;*/
}

.auth-layout-wrap .auth-content{
    width:430px;
    min-width:430px;
}

h3{
     color: #e41d4b;
     text-transform: uppercase;
     font-weight: bold;
     font-size: 18px;
 }

h4{
    color: #00407b;
    font-weight: bold;
    font-size: 16px;
}

.red{
    color: #e41d4b;
}

.btn-primary:active{
    color:#FFFFFF !important;
    border-color: #e41d4b !important;
}
input.error, select.error {
    border: 2px solid  #e41d4b !important;
    margin-right: 1em;
}
label .error{
    font-weight: bolder;
    color:#e41d4b !important;
    margin-left: 1em;
}