.d-flex{
    display: flex;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-center {
    text-align: center;
}

.align-items-center{
    align-items: center;
}

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.pl-40, .px-40 {
    padding-left: 10rem;
}

.text-light{
    color: #7A8680;
}

.mt-5{
    margin-top: 3rem;
}

.custom-bg{
    /* background: url(../images/login_bg.png); */
    background: url(../images/login_bg_new.png);
    /* background-color: #e1ebf0; */
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% 100%;
}

.login-container{
    height: 100vh;
    /* overflow: hidden; */
}

.login-aside-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-aside-wrap{
    width: 100%;
    max-width: 330px;
}

.login-aside-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    align-items: center;
    flex-basis: 100%;
    flex: 1.5;
}
/* .login-aside-right img{*/
    /* background: url(../images/login_bg.png); */
    /* background-color: #e1ebf0; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: top right; */
/* } */
.btn.btn-primary{
    color: #fff;
    background-color: #003DA6;
    border-color: #003DA6;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary.active, 
.open>.dropdown-toggle.btn-primary{
    color: #fff;
    background-color: #002e7d;
    border-color: #002e7d;
}


.parent-flex{
    width: 100%;
    height: 100%;
}

.child-flex{
    width: 100%;
    max-width: 400px;
    height: auto;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-signin{
    /* max-width: 330px;
    padding: 15px; */
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox{
    margin-bottom: 10px;
}

.form-signin .checkbox{
    font-weight: normal;
}

.form-signin .form-control{
    /* position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus{
    z-index: 2;
    outline: 0;
}

.btn:focus{
    outline: 0;
}

.form-signin input[type="text"]{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    /* background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
}
.login-title{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help{
    margin-top: 10px;
}
.new-account{
    display: block;
    margin-top: 10px;
}

.error-message{
    color: #F41B35;
    font-weight: 600;
}