/* ======================================================
   Email Auth
====================================================== */

.ea-otp-inputs {
    display: flex;
    gap: 5px;
}
button#ea_register_resend,
button#ea_resend_otp {
    text-align: center;
    width: 100%;
    background: transparent;
    border: transparent;
    color: #d4a967;
     font-family: 'PT Sans', sans-serif;
    overflow-x: hidden;
    font-weight: 500;
}

.ea-wrapper label{
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    background-color: var(--white-color);
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    overflow-x: hidden;
    font-weight: 500;
	margin-bottom:10px;

}
input.ea-otp-digit,
input.ea-otp-reg-digit,
.ea-input{

     font-family: 'PT Sans', sans-serif;
    overflow-x: hidden;
    font-weight: 500;
display: block;
    width: 100%;
        height: 45px;
        margin-bottom: 10px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #111111 !important;
    border: 1px solid #d4a967 !important;
    color: #ffffff !important;
    background-clip: padding-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.ea-input:focus{

    border-color: #ead4a8 !important;
    box-shadow: 0 0 5px rgba(212, 169, 103, 0.5) !important;


}

.ea-btn{

    width:100%;

    height:48px;

    border:none;

    cursor:pointer;

    border-radius:6px;

    background:#2271b1;

    color:#fff;

    font-size:15px;

    font-weight:600;

    transition:.3s;

}

.ea-btn:hover{

    background:#135e96;

}

.ea-btn:disabled{

    opacity:.6;

    cursor:not-allowed;

}
.ea-sign-message,
.ea-message{

    display:none;

    margin-bottom:20px;

    padding:12px 15px;

    border-radius:6px;

    font-size:14px;

}
.ea-sign-message.success,
.ea-message.success{

    display:block;

    background:#d1f5d3;

    color:#187b2c;

}
.ea-sign-message.error,
.ea-message.error{

    display:block;

    background:#ffe1e1;

    color:#b42318;

}
.ea-register-otp-box,
.ea-otp-box{

    margin-top:20px;

}

.ea-resend-wrap{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-top:15px;

}

.ea-link{

    border:none;

    background:none;

    color:#2271b1;

    cursor:pointer;

    padding:0;

    font-size:14px;

}

.ea-link:disabled{

    opacity:.5;

    cursor:not-allowed;

}

#ea_timer{

    font-size:14px;

    font-weight:600;

    color:#666;

}

.ea-logged-in{

    max-width:420px;

    margin:30px auto;

    padding:20px;

    border-radius:6px;

    background:#f6fff4;

    border:1px solid #cce7c4;

}

@media (max-width:767px){

    .ea-wrapper{

        margin:20px;

        padding:20px;

    }

}



button.ea-btn {
    background-color: rgb(212, 169, 103);
    font-family: "PT Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    fill: rgb(17, 17, 17);
    color: rgb(17, 17, 17);
    box-shadow: 0px 4px 10px 0px rgba(212, 169.00000000000006, 102.99999999999999, 0.3);
    border-radius: 5px 5px 5px 5px;
    padding: 9px 15px 9px 15px;
    width: 100%;
    border: navajowhite;
}

button.ea-btn:hover{
        background-color: rgb(234, 212, 168) !important;
    box-shadow: 0px 6px 15px 0px rgba(212, 169.00000000000006, 102.99999999999999, 0.5);
}