.login-body {
    display: table;
    height: 100vh;
    min-height: 100vh;
}

.main-wrapper {
    width: 100%;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.loginbox {
    background-color: #fff;
    margin: 20px auto;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: flex;
    max-width: 1195px;
    min-height: 747px;
    width: 100%;
}

.login-left {
    background: rgba(66, 135, 255, 1);
    border-radius: 6px 0 0 6px;
    width: 800px;
}

.login-right {
    padding: 20px;
    width: 485px;
    min-width: 485px
}

.login-right-wrap {
    max-width: 100%;
    flex: 0 0 100%;
}

.login-wrapper .loginbox .login-right h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 15px;
    margin-top: 85px;
}

.forgot-password {
    text-align: right;
}

.forgot-password a {
    color: #a0a0a0;

}

.form-control {
    height: 40px;
}

.dont-have {
    color: #a0a0a0;
    margin-top: 1.875rem;
}

.dont-have a {
    color: #333;
}

.error_box {
    color: #df0023;
}

.btn-primary {
    background-color: rgba(66, 135, 255, 1) !important;
    height: 40px;
}

.change-language {
    text-align: end;
    margin-top: 30px;
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.selectBox button {
    border: none;
    background: none;
    cursor: pointer;
}

.selectBox button span {
    cursor: pointer;
}

.selectBox button img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px #ccc solid;
}

.caret {
    margin-bottom: 3px;
}

.login-left-background {
    display: flex;
    justify-content: center;
}

.login-left-background-img {
    width: 775px;
    margin-top: 95px;
    position: absolute;
    opacity: 0.6;
}

.login-left-content {
    margin: 75px 0 0 30px;
    font-size: 40px;
    color: #FFF;
    font-weight: 700;
}

.login-right-logo img {
    width: 56px;
    height: 56px;
}

.dropdown-menu {
    width: 116px;
}

.select-language,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: rgba(66, 135, 255, 1);
    border-radius: 4px;
    margin: 2px 5px;
    color: #FFF !important;
}

.dropdown-menu > li {
    margin: 2px 5;
}


.login-right-wrap .active {
    margin-top: -5px;
    font-size: 14px !important;
    color: red !important;
}

.validation {
    font-size: 12px;
}

.validation_right {
    float: right;
    padding-bottom: 5px;
}

.validation_switch {
    color: #008edf;
    cursor: pointer;
}

.from_control_left {
    width: 70% !important;
}

.from_control_right {
    margin-left: 20px;
    float: right;
    margin-top: -55px;
}

.checkbox {
    margin-left: 20px;
}

.checkbox label {
    margin-left: -20px;
}

.send_code_btn {
    width: 120px !important;
}

.deal_main {
    z-index: 1000;
    width: 1100px;
    height: 60%;
    position: fixed;
    left: 22%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.deal_content {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    line-height: 24px;
    padding: 15px;
}

.deal_bg {
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}

.login-right-logo-title {
    font-size: 26px;
    margin-left: 12px;
}

.input_a {
    background: rgba(66, 135, 255, 0.1);
    border: 1px solid rgba(66, 135, 255, 1);
}

.login-right-return-login {
    width: 172px;
    height: 39px;
    border-radius: 4px;
    /*border: 1px solid rgba(66, 135, 255, 1);*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px 8px 24px;
    /*color: rgba(66, 135, 255, 1);*/
    position: absolute;
    bottom: 12px;
    right: 12px;
    cursor: pointer;
}