@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap');
.header {
    width: 100%;
    height: 70px;
    background: #F7F7F9;
}
.logo {
    width: 100%;
    max-width: 120px;
    height: 40px;
}
.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
}
.main {
    margin-top: 260px;
}
.logIn {
    width: 100%;
    max-width: 109px;
    margin: auto;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
    text-transform: uppercase;
}
.email-group {
    position: relative;
    width: 100%;
    max-width: 510px;
    margin: auto;
}
.email-group label {
    left: 40px;
    top: -10px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    position: absolute;
    z-index: 10;
    background: white;
}
.email-group input {
    width: 100%;
    border: 2px solid #C2C2C2;
    box-sizing: border-box;
    border-radius: 6px;
}
.email-group span {
    position: absolute;
    right: 7px;
    top: 9px;
    background: none;
    border: none;
}
.email-group input:focus {
    box-shadow: none;
    outline: none;
    border-color: #E8A202;
}
.forgetPassword {
    width: 100%;
    max-width: 510px;
    margin: auto;
}
.forgetPassword a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #E8A202;
}
.forget-modal {
    width: 100%;
    max-width:650px;
}
.forgetModalBody {
    margin-top: 90px;
}
.forgetPassTitle {
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
    text-align: center;
}
.forgetPassText {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-align: center;
}
.forgetPass-modal {
    width: 100%;
    height: 524px;
}
.reset-btn {
    width: 100%;
    max-width: 356px;
    height: 50px;
    background: #E8A202;
    border-radius: 50px;
    margin: auto;
}
.reset-btn button {
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 13px;
}
.backToLogIn {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-align: center;
}
.backToLogIn span {
    color: #E8A202;
    text-transform: uppercase;
    font-weight: 500;
}
.logInBtn {
    width: 100%;
    max-width: 175px;
    height: 50px;
    background: #E8A202;
    border-radius: 50px;
    margin: auto;
}
.logInBtn button {
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    padding: 13px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.FinRegister {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-align: center;
}
.FinRegister span {
    color: #E8A202;
    text-transform: uppercase;
    font-weight: 700;
}
.registerTitle {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;

}
/* register page */
.register-main {
    margin-top: 170px;
}
.register-btn {
    width: 100%;
    max-width: 175px;
    height: 50px;
    background: #E8A202;
    border-radius: 50px;
    margin: auto;
}
.register-btn button {
    border: none;
    background: none;
    padding: 13px;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    width: 100%;
}
.finMember {
    cursor: pointer;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-align: center;
}
.finMember span {
    color: #E8A202;
    text-transform: uppercase;
    font-weight: 700;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
