/* Minification failed. Returning unminified contents.
(37,17): run-time error CSS1039: Token not allowed after unary operator: '-Neutral-Colors-neutral-5'
(47,17): run-time error CSS1039: Token not allowed after unary operator: '-TMobile'
(59,17): run-time error CSS1039: Token not allowed after unary operator: '-Neutral-Colors-neutral-5'
(87,17): run-time error CSS1039: Token not allowed after unary operator: '-Universal-Colors-Neutral-Greys-neutral-5'
(104,28): run-time error CSS1039: Token not allowed after unary operator: '-Universal-Colors-Neutral-Greys-neutral-3'
(105,22): run-time error CSS1039: Token not allowed after unary operator: '-White-Background'
(120,22): run-time error CSS1039: Token not allowed after unary operator: '-TMobile'
(122,17): run-time error CSS1039: Token not allowed after unary operator: '-Buttons-Primary-Buttons-primary-button-text'
(215,21): run-time error CSS1039: Token not allowed after unary operator: '-Neutral-Colors-neutral-5'
(225,21): run-time error CSS1039: Token not allowed after unary operator: '-TMobile'
(235,21): run-time error CSS1039: Token not allowed after unary operator: '-Neutral-Colors-neutral-5'
(256,21): run-time error CSS1039: Token not allowed after unary operator: '-Universal-Colors-Neutral-Greys-neutral-5'
(273,32): run-time error CSS1039: Token not allowed after unary operator: '-Universal-Colors-Neutral-Greys-neutral-3'
(274,26): run-time error CSS1039: Token not allowed after unary operator: '-White-Background'
(289,26): run-time error CSS1039: Token not allowed after unary operator: '-TMobile'
(290,21): run-time error CSS1039: Token not allowed after unary operator: '-Buttons-Primary-Buttons-primary-button-text'
 */
.login-otp-container__container{
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.login-otp__hero-container{
    display: none;
}

.login-modal__smsotp-containerV3 {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.login-modal__otp-containerV3 {
    display: none;
}

.login-otp__form-container {
    display: flex;
    padding: 24px 24px;
    min-height: 428px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    background: #FFF;
}

.login-otp__form-title {
    color: var(--Neutral-Colors-neutral-5, #212121);
    text-align: center;
    /* H6 */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
}

.login-otp__form-subtitle {
    color: var(--TMobile, #E20074);
    text-align: center;
    margin-top: 6px;
    /* H4 */
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 142.857% */
}

.login-otp__form-body {
    align-self: stretch;
    color: var(--Neutral-Colors-neutral-5, #212121);
    text-align: center;
    margin-top: 16px;
    /* Body */
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 24px; /* 150% */
}

.login-otp__hero-image {
    display: flex;
    height: 100%;
    width: 803px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background-repeat: no-repeat;
}

.login-otp__textbox-description {
    display: flex;
    margin-top: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    color: var(--Universal-Colors-Neutral-Greys-neutral-5, #212121);
    /* Body */
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 28px; /* 175% */
}

.login-otp__textbox {
    display: flex;
    min-width: 200px;
    width: 100%;
    padding: 10px 24px 10px 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Universal-Colors-Neutral-Greys-neutral-3, #9E9E9E);
    background: var(--White-Background, #FFF);
}

.login-otp__btn {
    display: flex;
    height: 48px;
    min-width: 200px;
    width: 100%;
    padding: 0px 28px;
    margin-top: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 6px;
    background: var(--TMobile, #E20074);

    color: var(--Buttons-Primary-Buttons-primary-button-text, #FFF);
    text-align: center;
    /* Bold */
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px; /* 175% */
}

.multi-user-message{
    display: none;
}


/*Existing login block CSS*/
.alertbox {
    color: #C71720 !important;
    padding: 5.8rem 1.7rem 1.7rem 1.7rem;
    background: #FFDFE1 url(/Content/Hotel/images/icon-warning-red.png) no-repeat center 1.5rem;
    background-size: 3rem;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: bold;
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.infobox {
    color: #098304 !important;
    text-align: left !important;
    padding: 1.7rem 1.7rem 1rem 1.7rem;
    background: #e8fcec no-repeat center 1.5rem;
    background-size: 3rem;
    margin-bottom: 10px;
    line-height: 1.5em;
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    font-weight: bold;
    display: none;
}

/*Desktop*/
@media only screen and (min-width: 768px) {

    .alertbox {
        padding: 1.7rem 1.7rem 1.7rem 5.8rem;
        background-position: 1.5rem 1.5rem;
        text-align: left !important;
    }

    .login-otp-container__container {
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 100%;
    }

    .login-otp__hero-container {
        display: flex;
        width: 100%;
    }

    .login-modal__smsotp-containerV3 {
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 100%;
    }

    .login-modal__otp-containerV3 {
        display: none;
    }

    .login-otp__form-container {
        display: flex;
        padding: 24px 72px;
        min-width: 40%;
        max-width: 477px;
        min-height: 698px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        flex: 1 0 0;
        align-self: stretch;
        background: #FFF;
    }

    .login-otp__form-title {
        color: var(--Neutral-Colors-neutral-5, #212121);
        text-align: center;
        /* H6 */
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 140% */
    }

    .login-otp__form-subtitle {
        color: var(--TMobile, #E20074);
        text-align: center;
        /* H4 */
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px; /* 142.857% */
    }

    .login-otp__form-body {
        color: var(--Neutral-Colors-neutral-5, #212121);
        text-align: center;
        /* Body */
        font-size: 16px;
        font-style: normal;
        font-weight: 325;
        line-height: 24px; /* 150% */
    }

    .login-otp__hero-image {
        display: block;
        height: 100%;
        width: 100%;
        align-items: center;
        align-self: stretch;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .login-otp__textbox-description {
        color: var(--Universal-Colors-Neutral-Greys-neutral-5, #212121);
        /* Body */
        font-size: 16px;
        font-style: normal;
        font-weight: 325;
        line-height: 28px; /* 175% */
    }

    .login-otp__textbox {
        display: flex;
        min-width: 200px;
        width: 100%;
        padding: 10px 24px 10px 12px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 4px;
        border: 1px solid var(--Universal-Colors-Neutral-Greys-neutral-3, #9E9E9E);
        background: var(--White-Background, #FFF);
    }

    .login-otp__btn {
        display: flex;
        height: 48px;
        min-width: 200px;
        width: 100%;
        padding: 0px 28px;
        margin-top: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        border-radius: 6px;
        background: var(--TMobile, #E20074);
        color: var(--Buttons-Primary-Buttons-primary-button-text, #FFF);
        text-align: center;
        /* Bold */
        font-size: 16px;
        font-style: normal;
        font-weight: 350;
        line-height: 28px; /* 175% */
    }
}

.persistent-login-description__container-otp {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 7px;
    margin-top: 10px;
}

.persistent-login-description__container-otp {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 7px;
    margin-top: 10px;
}

.persistent-login-description {
    font-size: 16px;
    color: grey;
}

.persistent-login-toggle {
    position: relative;
    top: 5px;
    height: 20px !important;
    width: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.persistent-login__container-otp {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    position: relative;
}
