.logo-img{
    width: 12rem;
    height: 8rem;
}
.tx-primary{
    color: #c83438;
}
a:hover {
    color: #c83438;
    font-weight: 500;
}
a {
    color: #0e314c;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0 !important;
}

.tx-sub, .current {
    color: #667085;
}
.or {
    display: block;
    text-transform: uppercase;
    color: #667085!important;
    margin-bottom: 20px;
    font-weight: 600;
}
.form-control.nice-select{
    width: 100%!important;
}
.nav-logo{
    width: 6rem;

}
.footer-logo{
    width: 11rem;
}
.iti{
    display: block!important;
}
.select2-container .select2-selection--single {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff!important;
    border-radius: 5px;
    border: 1px solid #e8e8e8!important;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block!important;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px!important;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left!important;
}

.form-group.show-password{
    text-align: left;
}

