.login-body {
    padding: 60px 50px;
}

.highlight {
    color: #F9BF58;
}

label {
    position: absolute;
    top: 10px;
    font-size: 30px;
    margin: 10px;
    padding: 0 10px;
    background-color: teal;
    -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
    transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}

.active {
    top: -25px;
    font-size: 20px;
}

input[type=text] {
    width: 100%;
    padding: 20px;
    border: 1px solid white;
    font-size: 20px;
    color: white;
}

input[type=text]:focus {
    outline: none;
}

.inputTextWrapper {
    position: relative;
}

button.close {
    position: absolute;
    right: 10px;
    top: 10px;
}

button.close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.icon-body-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 50px;
}

p.signIn {
    font-family: 'Recoleta' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 21px;
    /* identical to box height, or 42% */
    display: flex;
    align-items: center;
    text-align: center;
    color: #15475F;
}

label {
    background: transparent;
    font-family: 'Recoleta' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    /* or 105% */
    display: flex;
    align-items: center;
    text-align: center;
    color: #15475F;
}

input#member {
    border: 2px solid #15475F;
    background: transparent;
    border-radius: 20px;
    height: 60px;
    font-family: 'Recoleta' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #202020;
    padding: 28px 34px;
    text-align: left;
}

.active {
    top: -21px;
    font-size: 20px;
    background: #fff;
}

.inputTextWrapper {
    margin-top: 20px;
    position: relative;
}


button.otp.btn {
    background: #15475F;
    border-radius: 20px;
    font-family: 'Recoleta' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 60px;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
    color: #FFFFFF;
}

.not {
    margin-top: 20px;
    text-align: center;
}

p.sign {
    font-family: 'Recoleta' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 21px;
    /* identical to box height, or 84% */
    text-align: center;
    color: #000000;
}

p.sign a {
    color: #F9BF58 !important;
}

button.close {
    outline: none;
}

/* OTP modal CSS */
.login-body.otpBody {
    padding-top: 0;
}

.popupMsg {
    background: #FFFFFF;
    border: 1px solid #15475F;
    box-shadow: 0px 5px 16px rgba(2, 77, 106, 0.25);
    border-radius: 0px 0px 10px 10px;
    padding: 15px 34px;
    color: #15475F;
    border-top: 0;
}

.popupMsg p {
    margin-bottom: 0;
    font-family: 'Recoleta' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    color: #15475F;
}

.dialOTP input {
    height: 60px;
    width: 60px;
    border: 1px solid #15475F;
    border-radius: 20px;
    font-family: 'Recoleta' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 21px;
    color: #202020;
    padding: 15px;
    text-align: center;
}

.dialOTP {
    text-align: center;
    margin-top: 30px;
}

.resendSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}

.resendSection p.timer {
    margin: 0;
    font-family: 'Recoleta' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 21px;
    /* or 84% */
    display: flex;
    align-items: center;
    text-align: center;
}

button.btn.resendBtn {
    font-family: 'Recoleta' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 21px;
    /* or 84% */
    text-align: center;
    box-shadow: none !important;
}

.popup-msg-wrapper {
    height: 91px;
}
button.btn.resendBtn {
    background-image: none;
    background: transparent !important;
    box-shadow: none;
    text-shadow: none;
}
@media only screen and (max-width: 750px) {
.dialOTP input {
    height: 40px;
    width: 40px;
    border: 1px solid #15475F;
    border-radius: 10px;
    font-family: 'Recoleta' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 21px;
    color: #202020;
    padding: 10px;
    text-align: center;
}
.login-body.otpBody {
    padding: 60px 20px;
    padding-top: 0;
}
}
