
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

:root{
    --blue:rgb(0,57,119);
    --blue-1:#002126;
    --dark: #242020;
    --orange:#E22D2D;
    --white:#fff;
}
.c-form-group{
    position: relative;
    margin: 0.5rem 0;
    padding: 0 !important;
}
body{
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.new-auth-container .c-form-group{
    margin: 1rem 0 !important;
}
.guest-form-control:focus, .new-auth-container input:focus{
    border-color: var(--green-main) !important;
}
.c-form-group label{
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--footer);
}
.c-form-group .form-control{
    padding-left: 2.5rem !important;
    width: 100%;
}
.view-pass{
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--footer);
}
.new-auth-top-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-auth-right{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none !important;
    gap: 1rem;
}
.auth-topbar{
    background-color: rgb(0,57,119);
    padding: 1.5rem 0;
}
.auth-topbar form{
    width: 700px;
    max-width: 100%;
}
.btn-orange{
    background-color: var(--orange);
    color: #fff;
    border: 1px solid var(--orange);
}
.btn-orange:hover{
    background-color: var(--white);
    color: var(--orange);
    border: 1px solid var(--orange);
}
.btn{
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem;
    border: 1px solid var(--blue-1);
}
.btn-outline-white,.btn-white:hover{
    background-color:transparent;
    color: #fff;
    border: 1px solid ;
}
.btn-white,.btn-outline-white:hover{
    background-color: #fff;
    color: var(--blue);
}
.sidebar-toggle-btn{
    background-color: transparent;
    border:none;
    outline: none;
    color: #fff;
}
.stb-bar-1,.stb-bar-2{
    display: block;
    height: 2px;
    width: 1rem;
    background-color: #fff;
}
.stb-bar-2{
    margin: 0.25rem 0;
}
.guest-auth-sidebar{
    position: fixed;
    left: 1.5rem;
    top: 1.5rem;
    background-color: #fff;
    border-radius: 0.75rem;
    width: 250px;
    padding: 1.5rem;
    box-shadow: 0 0 10px #0002;
    height: calc(100vh - 50px);
    transition: 0.5s ease all;
}
.guest-auth-sidebar-header{
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #16161622;
    position: relative;
}
.guest-auth-sidebar-header img{
    width: 130px;
}
.guest-ah-close{
    background-color: transparent;
    outline: none;
    border: none;
    position: absolute;
    top: 0;
    right: -0.5rem;
    padding: 0;
    font-size: 1.75rem;
    font-weight: 200;
    line-height: 0.5;
}
.guest-auth-sidebar-body{
    max-height: calc(100vh - 200px);
    overflow: auto;
    margin-top: 1rem;
}
.gasb-section{
    margin-bottom: 1rem;
}
.gasb-section h3{
    font-size: 1.125rem;
}
.gasb-section ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.gasb-section li{
    line-height: 2;
    font-size: 0.875rem;
}
.gasb-section a{
    text-decoration: none;
    color: #344767;
    font-size: 1rem;
}
.gasb-section a i{
    margin-right: 0.25rem;
}
.guest-auth-card{
    max-width: 500px;
    margin: 4rem auto;
    background-color: #e9ecef;
    padding: 1.5rem;
    border-radius: 0.75rem;
}
.btn-submit,.btn-s-primary{
    background-image: linear-gradient(310deg, var(--blue), var(--blue-1));
    border-radius: 0.5rem !important;
    color: #fff;
}
.guest-auth-card .btn-submit,.guest-auth-card .btn-s-primary{
    display: block !important;
    margin: 1rem 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
}
.c-form-group .form-control{
    padding-block: 0.55rem !important;
    box-shadow: none !important;
}
.guest-auth-card h2{
    font-size: 2rem;
}
.guest-auth-card a{
    color: #344767;
    font-weight: 400;
}
.form-control{
    border-radius: 0.45rem !important;
}

*::placeholder{
    font-weight: 300!important;
}
.guest-auth-card .form-control {
    margin-bottom: 1rem !important;
}
.close-mobile-menu{
    display: none;
}
@media screen and (max-width:999px) {
    .new-auth-top-flex{
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }
    .hide-on-phone{
        display: none !important;
    }
    body .guest-auth-sidebar{
        left: -250px;
    }
    body.show-sidebar .guest-auth-sidebar{
        left: 1rem;
    }
    .new-auth-right{
        margin-left: auto;
        justify-content: flex-end !important;
    }
    .sidebar-toggle-btn{
        margin-left: auto !important;
        padding: 1rem !important;
        background-color: #fff2 !important;
        border-radius: 0.25rem;
    }
    .close-mobile-menu{
        height: 2rem;
        width: 2rem;
        position: absolute;
        right: -0.5rem;
        top: -0.5rem;
        background-color: #00212611;
        color: var(--blue-1);
        display: flex !important;
        border: none;
        outline: none;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        border-radius: 0.25rem;
        font-weight: 300;
    }
}