@import '../../../web/custom-variables';
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.create-account-button{
    display: inline-flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #0F5A87;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 20px;
}

.landing-sign-in-button{
    display: inline-flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #90D3DB;
    color: #0F5A87;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 20px;
}

.app-store-download-button{
    height: fit-content;
    width: fit-content;
    padding: 0;
    border: none;
    background-color: none;
    margin-right: 20px;
    padding: 0;
    margin: 0;
}

.app-store-download-button img{
    height: 35px;
    width: auto;
    height: 35px;
    padding: 0;
    margin: 0;
}


.blue-large-button{
    display: inline-flex;
    padding: 5px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #0F5A87;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-buttons{
    display: inline-flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 10px;
}

.sign-in-button, .sign-up-button{
    display: flex;
    width: 300px;
    height: 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 20px;
    background: #005B88;
}

.forgot-password-text-button{
    color: #FF3A44;
    font-family: Poppins;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    width: 420px;
    text-align: right;
    margin-bottom: 30px;
}

.sign-up-page-nav-container .text-button{
    color: #0F5A87;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 3px;
    cursor: pointer;
    background-color: none;
    background: none;
    border: none;
    padding: 0;
}

.sign-up-page-nav-container .text-button:hover, .sign-up-page-nav-container .text-button:focus{
    color: #0F5A87;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 3px;
    cursor: pointer;
    background-color: none;
    background: none;
    border: none;
    padding: 0;
}

.account-selector-sign-up-buttons{
    display: flex;
    width: 100px;
    height: 32px;
    padding: 10px 22px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #E0E0E0;
    color: #0F5A87;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 20px;
}

.account-selector-sign-up-buttons img{
    width: 12px;
    height: 12px;
    margin-left: 5px;
}

.sign-up-proceed-button{
    width: 420px;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #005B88;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
}