/* Coded with love by Brice Hache */

 /*login header*/

.card {
    /*border: 1px solid #28a745;*/
    border: 1px solid #003cb1;
}
.card-login {
    margin-top: 10px;
    /*padding: 10px;*/
    max-width: 30rem;
}

.login-center-msg{
    font-size: 15px!important;
    text-align:center;
}

.card-header {
    color: #fff;
    /*background: #ff0000;*/
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600 !important;
    margin-top: 10px;
    border-bottom: 0;
}

/* login content */

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
   /* background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
}

.user_card {
    height: 400px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    /*background: #f39c12;*/
    background: #e3ded6;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;

}
.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    /*background: #60a3bc;*/
    background: #f1f5f7;
    padding: 10px;
    text-align: center;
}
.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    /*border: 2px solid white;*/
}
.form_container {
    margin-top: 100px;
}
.login_btn {
    width: 100%;
    /*background: #c0392b !important;*/
  /*  background: #003cb1 !important;*/
    color: white !important;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.login_container {
    padding: 0 2rem;
}
.input-group-text {
    /*background: #c0392b !important;*/
   /* background: #003cb1 !important;*/
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    /*background-color: #c0392b !important;*/
    background-color: #003cb1 !important;
}

.hidden{display:none!important}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label
{
    color:#a94442
}
.has-error .form-control
{border-color:#a94442;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus
{border-color:#843534
;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}
.has-error .input-group-addon
{
    color:#a94442;
    background-color:#f2dede;
    border-color:#a94442
}.has-error .form-control-feedback
 {
     color:#a94442
 }

.non-underline-link{
    text-decoration: none !important;
}

.help-message{
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 0;
}

.help-message-error{
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 0;
    color: #a94442;
}



