﻿
.Body-content-back {
    background-color: #121323 !important;
    color: white;
    padding-top: 120px;
    padding-bottom: 120px;
    z-index: 999;
}

.field-icon {
    margin-right: -32px;
    position: absolute;
    margin-top: 0.7em;
    z-index: 2;
    font-size: 2rem;
}

.requirements {
    right: 72%;
    color: #44ac00;
    -webkit-transition: 0.28s;
    transform: translateY(-7px);
    transition: 0.28s;
    overflow: hidden;
    background: #121323;
    font-size: 11px;
    margin-right: 13em;
}

.Body-content-back {
    background-color: #121323;
    color: white;
    padding-top: 120px;
    padding-bottom: 2em !important;
    z-index: 999;
}

.loginbg {
    background: url(../Images/Login-BG-Ipad.svg) right top no-repeat;
    background-position: bottom left;
}

.Login-Logo-Full {
    width: 78.2px;
    height: 72px;
    object-fit: contain;
    margin: -6% auto;
}

.base {
    margin: 0% auto;
    padding-top: 62px;
    width: 344px;
    height: 519px;
    object-fit: contain;
    border-radius: 8px;
    border: solid 1px #333333;
    background-color: #1c1d2c;
}

.Cust-label {
    color: #bbb;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 14px;
    padding: 0 2px;
    pointer-events: none;
    background: #121323;
    transition: transform 100ms ease;
    transform: translateY(-20px);
}


.Cust-input {
    width: 315px;
    height: 50px;
    font-size: 16px;
    color: var(--white);
    outline: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(239, 240, 241, 0.25);
    background-color: #121323;
    padding: 10px 20px;
    border-radius: 8px;
    position: relative;
}

.LogIn-to-your-MultiLP-account {
    padding-top: 0.7em;
    width: 175px;
    height: 48px;
    margin: 1% auto;
    object-fit: contain;
    font-family: Cairo-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

.LoginText {
    font-weight: bold;
    color: #3484fe;
}

.Forget-Password {
    width: 141px;
    height: 16px;
    font-family: Cairo-Regular;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #f02328;
}

.btnloginForm {
    text-transform: uppercase;
    margin-top: 20px;
    border: none;
    color: #f4f4f4;
    width: 315px;
    height: 50px;
    object-fit: contain;
    border-radius: 8px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #80808052;
    background-image: linear-gradient(90deg, #f27053, #f02328);
}

.Dont-have-an-account-Register {
    width: 174px;
    height: 34px;
    font-family: Cairo-Regular;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    margin: 0% auto;
}

.btnhover:hover {
    padding-left: 65% !important;
}

.btnhover:after {
    top: 3x !important;
    left: 0 !important;
}

.btnhover:hover:after {
    left: 12px !important;
    top: 12px;
}


/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

    .Body-content-back {
        background-color: #121323 !important;
        color: white;
        padding-top: 120px;
        padding-bottom: 120px;
        z-index: 999;
    }

    .field-icon {
        margin-right: -32px;
        position: absolute;
        margin-top: 0.7em;
        z-index: 2;
        font-size: 2rem;
    }

    .requirements {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #121323;
        font-size: 11px;
        margin-right: 13em;
    }

    .Body-content-back {
        background-color: #121323;
        color: white;
        padding-top: 120px;
        padding-bottom: 2em !important;
        z-index: 999;
    }

    .loginbg {
        background: url(../Images/Login-BG-Ipad.svg) right top no-repeat;
        background-position: bottom left;
    }

    .Login-Logo-Full {
        width: 78.2px;
        height: 72px;
        object-fit: contain;
        margin: -6% auto;
    }

    .base {
        margin: 0% auto;
        padding-top: 62px;
        width: 344px;
        height: 519px;
        object-fit: contain;
        border-radius: 8px;
        border: solid 1px #333333;
        background-color: #1c1d2c;
    }

    .Cust-label {
        color: #bbb;
        font-size: 11px;
        text-transform: uppercase;
        position: absolute;
        z-index: 2;
        right: 20px;
        top: 14px;
        padding: 0 2px;
        pointer-events: none;
        background: #121323;
        transition: transform 100ms ease;
        transform: translateY(-20px);
    }

    .Cust-input {
        width: 315px;
        height: 50px;
        font-size: 16px;
        color: var(--white);
        outline: none;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: solid 1px rgba(239, 240, 241, 0.25);
        background-color: #121323;
        padding: 10px 20px;
        border-radius: 8px;
        position: relative;
    }

    .LogIn-to-your-MultiLP-account {
        padding-top: 0.7em;
        width: 175px;
        height: 48px;
        margin: 1% auto;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
    }

    .LoginText {
        font-weight: bold;
        color: #3484fe;
    }

    .Forget-Password {
        width: 141px;
        height: 16px;
        font-family: Cairo-Regular;
        font-size: 13px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: left;
        color: #f02328;
    }

    .btnloginForm {
        text-transform: uppercase;
        margin-top: 20px;
        border: none;
        color: #f4f4f4;
        width: 315px;
        height: 50px;
        object-fit: contain;
        border-radius: 8px;
        object-fit: contain;
        border-radius: 8px;
        background-color: #80808052;
        background-image: linear-gradient(90deg, #f27053, #f02328);
    }

    .Dont-have-an-account-Register {
        width: 174px;
        height: 34px;
        font-family: Cairo-Regular;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.23;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
        margin: 0% auto;
    }

    .btnhover:hover {
        padding-left: 65% !important;
    }

    .btnhover:after {
        top: 12px !important;
        left: 0 !important;
    }

    .btnhover:hover:after {
        left: 12px !important;
        top: 12px;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 1059.98px) {

    .Body-content-back {
        background-color: #121323 !important;
        color: white;
        padding-top: 120px;
        padding-bottom: 120px;
        z-index: 999;
    }

    .field-icon {
        margin-right: -32px;
        position: absolute;
        margin-top: 0.7em;
        z-index: 2;
        font-size: 2rem;
    }

    .requirements {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #121323;
        font-size: 11px;
        margin-right: 15em;
    }

    .loginbg {
        background: url(../Images/Login-BG-Ipad.svg) right top no-repeat;
        background-position: bottom left;
    }

    .Login-Logo-Full {
        width: 78.2px;
        height: 72px;
        object-fit: contain;
        margin: -2% auto;
    }

    .base {
        margin: 7% auto;
        padding-top: 62px;
        width: 400px;
        height: 557px;
        object-fit: contain;
        border-radius: 8px;
        border: solid 1px #333333;
        background-color: #1c1d2c;
    }

    .Cust-label {
        color: #bbb;
        font-size: 11px;
        text-transform: uppercase;
        position: absolute;
        z-index: 2;
        right: 31px;
        top: 14px;
        padding: 0 2px;
        pointer-events: none;
        background: #121323;
        transition: transform 100ms ease;
        transform: translateY(-20px);
    }

    .Cust-input {
        width: 340px;
        height: 50px;
        font-size: 16px;
        color: var(--white);
        outline: none;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: solid 1px rgba(239, 240, 241, 0.25);
        background-color: #121323;
        padding: 10px 20px;
        border-radius: 8px;
        position: relative;
        max-width: 100%;
    }

    .LogIn-to-your-MultiLP-account {
        margin: 0% auto;
        width: 175px;
        height: 48px;
        padding-top: 10px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
    }

    .LoginText {
        font-weight: bold;
        color: #3484fe;
    }

    .Forget-Password {
        width: 141px;
        height: 16px;
        font-family: Cairo-Regular;
        font-size: 13px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: left;
        color: #f02328;
    }

    .btnloginForm {
        text-transform: uppercase;
        margin-top: 20px;
        border: none;
        color: #f4f4f4;
        width: 340px;
        height: 50px;
        object-fit: contain;
        border-radius: 8px;
        object-fit: contain;
        border-radius: 8px;
        background-color: #80808052;
        background-image: linear-gradient(90deg, #f27053, #f02328);
    }

    .Dont-have-an-account-Register {
        padding-top: 1em;
        width: 174px;
        height: 34px;
        font-family: Cairo-Regular;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
        margin: 0% auto;
    }

    .btnhover:hover {
        padding-left: 65% !important;
    }

    .btnhover:after {
        top: 3px !important;
        left: 0 !important;
    }

    .btnhover:hover:after {
        left: 12px !important;
        top: 12px;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 1060px) and (max-width: 1441.98px) {


    .Body-content-back {
        background-color: #121323 !important;
        color: white;
        padding-top: 120px;
        padding-bottom: 10px;
        z-index: 999;
    }

    #frmLogin {
        margin-top: 0em !important;
    }

    .field-icon {
        margin-right: -32px;
        position: absolute;
        margin-top: 0.7em;
        z-index: 2;
        font-size: 2rem;
    }

    .requirements {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #121323;
        font-size: 11px;
        margin-right: 9em;
    }

    .loginbg {
        background: url(../Images/Login-BG-laptop.svg) right top no-repeat;
        background-position: bottom right;
    }

    .Login-Logo-Full {
        width: 78.2px;
        height: 72px;
        object-fit: contain;
        margin: 0% auto;
    }


    .Cust-label {
        color: #bbb;
        font-size: 11px;
        text-transform: uppercase;
        position: absolute;
        z-index: 2;
        right: 1em;
        top: 14px;
        padding: 0 2px;
        pointer-events: none;
        background: #121323;
        transition: transform 100ms ease;
        transform: translateY(-20px);
    }

    .Cust-input {
        width: 340px;
        height: 50px;
        font-size: 16px;
        color: var(--white);
        outline: none;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: solid 1px rgba(239, 240, 241, 0.25);
        background-color: #121323;
        padding: 10px 20px;
        border-radius: 8px;
        position: relative;
        max-width: 100%;
    }

    .base {
        margin: 7% auto;
        padding: 50px;
        width: 400px;
        height: 519px;
        object-fit: contain;
        border-radius: 8px;
        border: solid 1px #333333;
        background-color: #1c1d2c;
    }

    .LogIn-to-your-MultiLP-account {
        width: 175px;
        height: 48px;
        margin: 0% auto;
        padding-top: 0em;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
    }

    .LoginText {
        font-weight: bold;
        color: #3484fe;
    }

    .Forget-Password {
        width: 141px;
        height: 16px;
        font-family: Cairo-Regular;
        font-size: 13px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.23;
        letter-spacing: normal;
        text-align: left;
        color: #f02328;
    }

    .btnloginForm {
        text-transform: uppercase;
        margin-top: 20px;
        border: none;
        color: #f4f4f4;
        width: 340px;
        height: 50px;
        object-fit: contain;
        border-radius: 8px;
        object-fit: contain;
        border-radius: 8px;
        max-width: 100%;
        background-color: #80808052;
        background-image: linear-gradient(90deg, #f27053, #f02328);
    }

    .Dont-have-an-account-Register {
        width: 174px;
        height: 34px;
        margin: 0% auto;
        font-family: Cairo-Regular;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
    }

    .btnhover:hover {
        padding-left: 65% !important;
    }

    .btnhover:after {
        top: 3px !important;
        left: 0 !important;
    }

    .btnhover:hover:after {
        left: 12px !important;
        top: 12px;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1442px) {
    .Body-content-back {
        background-color: #121323 !important;
        color: white;
        padding-top: 120px;
        padding-bottom: 29px;
        z-index: 999;
    }

    .field-icon {
        margin-right: -32px;
        position: relative;
        margin-top: 1em;
        z-index: 2;
        font-size: 2rem;
    }

    .requirements {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #121323;
        font-size: 11px;
        margin-right: 15em;
    }

    .btnhover:after {
        content: url("../Images/btn-arrow-icon.svg");
        position: absolute;
        opacity: 0;
        top: 15px;
        left: -20px;
        transition: 0.5s;
    }

    .loginbg {
        background: url(../Images/Login-BG-Desktop.svg) right top no-repeat;
        background-position: bottom right;
    }

    .Login-Logo-Full {
        width: 86.8px;
        height: 80px;
        object-fit: contain;
        margin-right: 150px;
    }

    .base {
        margin: 7% auto;
        padding: 50px;
        width: 529px;
        height: 673px;
        object-fit: contain;
        border-radius: 8px;
        border: solid 1px #333333bd;
        background-color: #1c1d2c9c;
    }

    .Cust-label {
        color: #bbb;
        font-size: 11px;
        text-transform: uppercase;
        position: absolute;
        z-index: 2;
        right: 4em;
        top: 14px;
        padding: 0 2px;
        pointer-events: none;
        background: #121323;
        transition: transform 100ms ease;
        transform: translateY(-20px);
    }

    .Cust-input {
        width: 340px;
        height: 60px;
        font-size: 16px;
        color: var(--white);
        outline: none;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: solid 1px rgba(239, 240, 241, 0.25);
        background-color: #121323;
        padding: 10px 20px;
        border-radius: 8px;
        position: relative;
        max-width: 100%;
    }

    .LogIn-to-your-MultiLP-account {
        width: 218px;
        height: 60px;
        margin: 0% auto;
        padding-top: 20px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 25px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
    }

    .LoginText {
        font-weight: bold;
        color: #3484fe;
    }

    .Forget-Password {
        width: 173px;
        height: 19px;
        font-family: Cairo-Regular;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: left;
        color: #f02328;
    }

    .btnloginForm {
        text-transform: uppercase;
        margin-top: 20px;
        border: none;
        color: #f4f4f4;
        width: 340px;
        height: 60px;
        object-fit: contain;
        border-radius: 8px;
        object-fit: contain;
        border-radius: 8px;
        background-color: #80808052;
        background-image: linear-gradient(90deg, #f27053, #f02328);
    }

    .Dont-have-an-account-Register {
        width: 244px;
        height: 54px;
        margin: 0% auto;
        font-family: Cairo-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
        padding-top: 30px;
    }

    .btnhover:hover {
        padding-left: 60% !important;
    }

    .btnhover:after {
        top: 8px !important;
        left: 0 !important;
    }

    .btnhover:hover:after {
        left: 15px !important;
        top: 15px;
    }
}

.register-a {
    text-decoration: underline !important;
    color: #3484fe;
}

    .register-a:hover {
        color: #f02328;
    }

.form-mr {
    margin-top: 1em;
}

.Forget-Password:hover {
    color: #3484fe;
}
