body {
    min-height: 550px;
    position: relative;
}

a {
    text-decoration: none;
    color: #444444;
}

.send-otp-again {
    display: table !important;
    word-break: break-word;
}

.button-checkbox {
}

.register-panel {
    min-height: calc(100vh - 90px);
}

.login-reg-panel {
    margin: 100px auto;
    height: 300px;
    background-color: rgba(228,0,43,1)
}

    .login-reg-panel.mini {
        height: 300px;
    }

.white-panel.mini {
    height: 400px;
}

.white-panel.mini2 {
    height: 460px;
}

.white-panel {
    background-color: rgba(255,255, 255, 1);
    min-height: 400px;
    position: absolute;
    top: 50px;
    width: 50%;
    right: calc(50% - 50px);
    transition: .3s ease-in-out;
    z-index: 0;
    box-shadow: 0 0 2px 1px #00000096;
}

    .white-panel.pos-right {
        left: calc(50% - 50px);
        right: auto;
    }

.login-reg-panel input[type="radio"] {
    position: relative;
    display: none;
}

.login-reg-panel {
    color: #fff;
}

    .login-reg-panel #label-login,
    .login-reg-panel #label-register {
        border: 1px solid #9E9E9E;
        padding: 5px 5px;
        width: 150px;
        display: block;
        text-align: center;
        border-radius: 10px;
        cursor: pointer;
        font-weight: 600;
        font-size: 18px;
    }

.login-info-box {
    width: 30%;
    padding: 0 50px;
    top: 20%;
    left: 0;
    position: absolute;
    text-align: left;
}

.register-info-box {
    width: 30%;
    padding: 0 50px;
    top: 15%;
    right: 0;
    position: absolute;
    text-align: left;
}

    .register-info-box.pos-left {
        right: auto;
        left: 0;
        top: 15%;
    }



.right-log {
    right: 50px !important;
}

.login-show,
.register-show {
    z-index: 1;
    display: block;
    opacity: 1;
    transition: 0.3s ease-in-out;
    color: #242424;
    text-align: left;
    padding: 30px 50px;
}


    .login-show input[type="text"],
    .login-show input[type="password"],
    .login-show input[type="new-password"],
    .login-show input[type="number"] {
        width: 100%;
        display: block;
        margin: 15px 0;
        padding: 15px;
        border: 1px solid #b5b5b5;
        outline: none;
    }

    .login-show input[type="button"] {
        max-width: 150px;
        width: 100%;
        background: #444444;
        color: #f9f9f9;
        border: none;
        padding: 10px;
        border-radius: 2px;
        float: right;
        cursor: pointer;
    }

    .login-show a {
        display: inline-block;
        padding: 10px 0;
    }

    .register-show input[type="text"], 
    .register-show input[type="password"],
    .register-show input[type="new-password"]
    {
        width: 100%;
        display: block;
        margin: 20px 0;
        padding: 15px;
        border: 1px solid #b5b5b5;
        outline: none;
    }

    .register-show input[type="button"] {
        max-width: 150px;
        width: 100%;
        background: #444444;
        color: #f9f9f9;
        border: none;
        padding: 10px;
        border-radius: 2px;
        float: right;
        cursor: pointer;
    }

.credit {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #3B3B25;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 99;
}

a.color-red {
    text-decoration: none;
    color: #e4002b;
}

.reg-panel h2.color-red {
    color: #e4002b;
}

a.color-red:hover {
    color: #000;
}

.btn-right {
    margin-left: auto;
}

.btn-border {
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    padding: 7.5px 15px;
    height: auto;
    min-height: 100%;
}

.btn b {
    font-family: 'Gilroy Bold' !important;
    font-size: 20px;
}

.btn {
    font-family: 'Gilroy Bold' !important;
    font-size: 14px;
}

.send-otp-again{
    line-height:30px;
}

.info-box-column button i {
    font-size: 14px !important;
}

span.field-validation-error {
    color: rgba(228,0,43,1);
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.checkbox {
    margin: 20px 0 !important;
}


.popup {
    background: rgba(100, 100, 100, 0.5);
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

    .popup > div {
        position: absolute;
        max-width: 600px;
        max-height: calc(100vh - 200px);
        min-width: 320px;
        overflow-y: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        padding: 30px;
        z-index: 5001;
        border: 2px solid rgba(228,0,43,1);
        border-radius: 4px;
    }

    .popup .wrapper h2,
    .popup .wrapper p {
        color: #000;
    }

.open-modal {
    cursor: pointer;
}

    .open-modal:hover {
        text-decoration: underline;
    }

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.button-checkbox button {
    font-size: 11px !important;
}
