.Auth__main {
    padding: 0 !important;
    border-radius: 20px !important;
    overflow: hidden;
}

form.Form.Auth__form {
    padding: 80px 0;
}

body {
    background: #0d5b60;
}

section.Auth.Auth--register {
    border-radius: 24px;
    background: #FFF;
    padding: 0;
}

.auth_rbet {
    max-width: 60%;
    margin: 0 auto;
}

h3.auth_rbet_title {
    color: #0a484d;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

h4.auth_rbet_subtitle {
    color: #0a494dcc;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.auth_rbet_input {
    border-radius: 16px;
    background-color: rgb(10 72 77 / 0%);
    border-color: #a58c3a;
}

.rbet_icon_input {
    position: relative;
    margin-bottom: 15px
}

.rbet_icon_input .rbet_icon {
    position: absolute;
    left: 10px;
    width: 24px;
    height: 100%;
}

.rbet_icon_input .auth_rbet_input {
    padding-left: 44px;
}

.forgot_text {
    display: flex;
    justify-content: flex-end;
    color: #0a484d;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.7px;
}

.btn-rbet-login {
    border-radius: 16px;
    background: linear-gradient(100deg, #0d5b60 -5.85%, #062d30 109.55%);
    box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.16);
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 50px;
    width: 100%;
    margin: 20px 0;
}

.btn-rbet-register {
    border-radius: 16px;
    border: 1px solid #0a484d;
    color: #0a484d;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 50px;
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.not_account {
    position: relative;
    color: #1C1C1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.not_account_text {
    background: #ffffff;
    z-index: 1;
    padding: 0 10px;
}

.not_account::before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #000
}

.rbet-auth-right {
    background-image: url(/theme/favorislot/frontend/img/login_background.png);
    padding: 30px 10px;

    align-items: center;
    justify-content: center;
    position: relative;
}

.logo_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

img.rbet_logo {
    width: 200px;

}

.auth-main-container {
    min-height: calc(100vh - 165px);
    display: flex;
    align-items: center;
}

.rbet_login_banners {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 10px;
}

.rbet_login_banner {
    padding: 10px;
    border-radius: 25px;
}

.rbet_login_banner img,
.rbet_login_banner a {
    width: 100%;

}

.social_i {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.social_i a {
    color: #fff;
    font-size: 25px;
}

.social_i a svg {
    height: 15px !important;
}

.social_i a svg * {

    fill: #0d5b60;
}

.social_i a {

    font-size: 20px;
    width: 60px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lSSlideOuter .lSPager.lSpg>li a {
    width: 20px !important;
    background: rgb(255, 255, 255, 0.1) !important;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.lSSlideOuter .lSPager.lSpg>li.active a {
    background: #ffffff !important;
    width: 40px !important;
}

.social-icons {
    display: none !important;
}

.rbet_icon_input span.error-tooltip {
    position: absolute;
    right: 10px;
    bottom: -18px;
    font-size: 12px;
}

label.Form__label.notif {
    background: #ffffff;
    width: 100%;
    display: flex;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px dashed #0d5b60;
    color: #0d5b60;
}

.brright {
    border-right: 1px solid #0d5b60 !important;
    border-radius: 0 !important;
}

.Auth__form_register {
    padding: 30px 0 !important;
}

.form-header-title {
    width: 100%;
    background: #0d5b60;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    margin: 10px 50px;
    font-size: 20px;
    margin-top: 0;
}

.brrd-right {
    margin-left: 0;
    padding-left: 65px;
    border-radius: 0 10px 10px 0;
    margin-right: 100px;
    width: calc(100% - 50px);
    border-left: 1px dashed;
}

.pt-30 {
    padding-top: 30px;
}

.min-height-auto {
    min-height: auto !important;
}

.auth_rbet_input.is-invalid {
    border-color: #F44336;
}

.rbet_icon_input.error {
    margin-bottom: 25px;
}

.rbet_icon_input.error input,
.rbet_icon_input.error select,
.rbet_icon_input.error textarea {
    border-color: #F44336;
}

.toast-success {
    background-color: #4CAF50 !important;
}

.toast-error {
    background-color: #f44336 !important;
}

.toast-message {
    color: #fff !important;
}