*{
    font-family: 'SF Pro Text Regular';
}
@font-face {
    font-family: 'SF Pro Text Regular';
    src: url('./font-families/SF Pro Text/SF-Pro-Text-Regular.otf');
}
@font-face {
    font-family: 'SF Pro Text Medium';
    src: url('./font-families/SF Pro Text/SF-Pro-Text-Medium.otf');
}
@font-face {
    font-family: 'SF Pro Text Semi Bold';
    src: url('./font-families/SF Pro Text/SF-Pro-Text-Semibold.otf');
}
body {
    font-family: "SF Pro Text Regular", sans-serif;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
    padding: 0;
    margin: 0px;
}

.d-none {
    display: none !important;
}

.main-login-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    max-width: 714px;
    background: white;
    box-shadow: 0px 0px 10px 0px #5A90E81A;
    border-radius: 20px;
}
.auth-text {
    font-family: "SF Pro Text Regular";
    font-weight: 600;
    font-style: Bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000;
    margin-bottom: 10px;
}
p.auth-about {
    color: #8E8E8E;
    font-family: "SF Pro Text Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    width: 100%;
    max-width: 346px;
    margin: auto;
    margin-bottom: 35px;
}

.form-lables {
    font-family: "SF Pro Text Regular";
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    color: #333333;
}

.back-arrow-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #5A90E8;
    width: 24px;
    height: 24px;
    padding: 8px;
    border-radius: 100px;
    margin: 2px;
}

.back-arrow-anchor {
    position: absolute;
    top: 20px;
    left: 30px;
}

.form-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
    width: 390px;
    width: 100%;
    /* gap: 20px; */
}

.form-btn-div {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    width: 100%;
    max-width: 390px !important;
    margin: auto;
}

.form-btn {
    height: 50px;
    width: 390px;
    background-color: #5A90E8;
    border-radius: 50px;
    padding: 13px 40px;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px; 
    line-height: 100%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;

}

.btn-submit{
    padding-top: 268px;
}
.form-inputs {
    transition: all 0.2s ease;
    border-radius: 60px;
    background: #F9F9F9 !important;
    background-color: #f9f9f9 !important;
    border: none;
    height: 48px;
    width: 100%;
    /* color: #828282; */
    font-family: SF Pro Text;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    padding-left: 15px;
    margin-top: 10px;
}
.form-input-elements {
    width: 100%;
    max-width: 390px;
}

.form-inputs::placeholder {

    /* font-weight: 400; */

    line-height: 24px;
    font-family: "SF Pro Text Regular";
    color: #9ca3af;
    font-size: 15px;
}

.password-icon {
    position: absolute;
    left: 15px;
}

.password-closed-eye,.password-open-eye {
    cursor: pointer;
    position: absolute;
    right: 16px;
    transition: opacity 0.2s ease;
}

.email-icon-and-input-container, .password-icon-and-input-container {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 390px;
    height: 50px;
    border-radius: 10px;
    /* background: #303030; */
    margin-bottom: 10px;
}

.toastify {
    border-radius: 6px!important;
    font-size: .875rem;
    /* font-weight: 400; */
    line-height: 14px;
    color: #c9c951;
    position: fixed;
    z-index: 11111 !important;
 
}

.danger-toast {
    border: 1px solid #5A90E8!important;
    background: #f9f9f9!important;
    color: #000000!important;
    display: flex!important;
    gap: 5px;
    line-height: 16px;
}

.danger-toast .toast-close {
    color: #5A90E8!important;
    opacity: 1!important;
    align-self: flex-start;
}
