
:root { 
  --background-color: #FBFBFA; /* Background color for the entire website, including individual sections */
  --default-color: #0a0f14; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #0f2943; /* Color for headings, subheadings and title throughout the website */
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'TT Firs Neue Trl', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #262A41;
}

/*--------------------------------------------------------------
# Select User Type
--------------------------------------------------------------*/
.sky-btn {
    background: #27aee0 !important;
    color: #fff !important;
    border: 1px solid #27aee0 !important;
    height: 50px;
    border-radius: 30px !important;
}
.sky-btn a {
    color: #fff;
}
.sky-btn:hover {
    color: #27aee0 !important;
    border: 1px solid #27aee0 !important;
    background: #fff !important;
}
.sky-btn:hover a {
    color: #27aee0;
}

.register {
    background-color: #27AAE1 !important;
    border: 1px solid #27AAE1 !important;
    color: #fff !important;
    border-radius: 30px !important;
    width: inherit;
    padding: 14px 0px !important;
}

.select-user-type-main {
    width: 100%;
    float: left;
    background: #FBFBFA;
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 100vh;
}
.user-outer a {
    text-decoration: none;
}
.user-type h1 {
    font-size: 40px;
    margin-bottom: 40px;
	color: #262A41;
    font-weight: 600;
	
}
.user-type {
    margin-top: 50px;
}
.user {
    background: #F1F2F4;
    border-radius: 60px;
	transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.user:hover {
    background: #F7941E;
    outline: 2px solid #ff8c1a;
    outline-offset: 6px;
    box-shadow: 0px 32px 35px rgb(255 140 26 / 30%);
}
.user-outer {
    width: 70%;
    margin: 0 auto;
}
.user-img {
    width: 270px;
    margin: 0 auto;
}
.user img {
    width: 100%;
}
.user h3 {
    font-size: 28px;
    color: #262A41;
    padding-top: 40px;
    font-weight: 600;
}
.user:hover h3 {
	color: #fff;
}
.buttons {
    width: 100%;
    margin-top: 50px;
}
button.btn-back {
    border: none;
    padding: 0;
    border-radius: 40px;
}
button.btn-back a {
    color: #27AAE1;
    font-size: 18px;
    text-decoration: none;
    background: #e6f1f4;
    border-radius: 40px;
    padding: 10px 26px;
}
button.btn-next {
    border: none;
    padding: 0;
}
button.btn-next a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 35px;
    background: #27AAE1;
    border-radius: 40px;
    border: none;
}

/* Copyright text  */
.copyright-text p {
    color: #B3B5B6;
    font-size: 15px;
    margin-bottom: 0;
}
section.copyright-text {
    padding: 15px 20px 10px 20px;
}

/*--------------------------------------------------------------
# Register Form
--------------------------------------------------------------*/
.phone-no .form-select {
    font-size: 14px;
}
section.register-main {
    padding: 30px;
}
/* section.register-main .img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
} */
section.register-main .img-side {
    background: url(/static/assets/img/register-img.png) no-repeat center center;
    background-size: cover;
    background-position: top center;
    min-height: 92vh;
}
.img-side {
    position: relative;
}
.img-side-content h2 {
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 700;
}
#resendOtp {
    background: none !important;
    border: none !important;
    color: #B3B5B6 !important;
    text-decoration: none;
    font-size: 16px;
    margin: 0 !important;
    padding-left: 0px !important;
}
span.input-group-text {
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.phone-no select.form-select {
    text-indent: 10px;
    padding: 5px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.img-side-content {
    position: absolute;
    width: 94%;
    margin: 50px 0;
    text-align: right;
}
input.telephone {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.form-top p {
    color: #51585B;
    font-size: 18px;
    margin: 10px 0px;
    font-weight: 500;
} 
/* button.google-btn {
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
} */
.google-btn {
    color: #011631;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 40px 10px 30px;
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 40px;
}
.google-btn img {
    margin-right: 5px;
}
p.small_grey {
    color: #B3B5B6;
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
}
.form-top {
    width: 100%;
    float: left;
}
form#register-form {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
form#register-form label {
    color: #011631;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px;
    padding-left: 10px;
}
form#register-form input, form#register-form select {
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    height: 50px;
    text-indent: 10px;
    font-size: 13px;
}
form#register-form input::placeholder, form#register-form select::placeholder {
    color: #B3B5B6;
    font-size: 13px;
    font-weight: 400;
    text-indent: 10px;
}
.form-control {
    border-radius: 30px;
    padding: 12px;
}
.btn-primary {
    border-radius: 30px;
    padding: 12px;
    width: 100%;
}
.form-label {
    font-weight: 600;
}
.form-text {
    text-align: center;
    margin-top: 15px;
}
.password-toggle {
    position: absolute;
    right: 25px;
    top: 26px;
    transform: translateY(-50%);
    cursor: pointer;
}
.parsley-errors-list {
    margin: 0;
    list-style: none;
    color: #ff0000b5;
    padding-left: 13px;
    display: block;
    width: 100%;
}
span.password-toggle i {
    color: #011631;
}
.register-btns {
    width: 100%;
    float: left;
}
button.register {
    height: 50px;
    border-radius: 30px;
    background: #27AAE1;
    border: 1px solid #27AAE1;
}
button.register a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
a.forgot-pw {
    color: #27AAE1;
}
p.small_grey a {
    color: #27aee0;
}

/*--------------------------------------------------------------
# Sign In
--------------------------------------------------------------*/
section.sign-in-main {
    padding: 20px;
}
    /* section.sign-in-main .img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; 
}    */
 section.sign-in-main .img-side {
    background: url(/static/assets/img/login-sm.png) no-repeat center center;
    background-size: cover;
    background-position: top center;
    height: 92vh;
}  
form#sign-in input, form#sign-in select {
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    height: 50px;
    text-indent: 10px;
}
form#sign-in input::placeholder, form#sign-in select::placeholder {
    color: #B3B5B6;
    font-size: 14px;
    font-weight: 400;
    text-indent: 10px;
}
section.sign-in-main .form-out {
    display: flex;
    flex-direction: column;
    justify-content: center;
} 
.img-side-content span {
    font-weight: 600;
}
/*--------------------------------------------------------------
# Forgot Password
--------------------------------------------------------------*/
section.forgot-password {
    padding: 30px 20px;
}
section.forgot-password .img-side img {
    width: 96%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
section.forgot-password .img-side-content {
    text-align: left;
}
section.forgot-password .img-side-content h2 {
    padding-left: 55px;
}
button.confirm-email, button.sign-in {
    height: 50px;
    border-radius: 30px;
    background: #27AAE1;
    border: 1px solid #27AAE1;
}
button.confirm-email a, button.sign-in a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
form#forgot-pas input {
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    height: 50px;
    text-indent: 10px;
}
.forgot-password .form-out {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
h5.modal-title {
    color: #3D4B7C;
    font-weight: 800;
    font-size: 38px;
}
#emailVerificationPopup .modal-header {
    justify-content: center;
    border: none;
    padding-bottom: 0px;
}
#emailVerificationPopup p {
    color: #3D4B7C;
    font-size: 18px;
    line-height: 18px;
}
#emailVerificationPopup p span {
    color: #27AAE1;
    font-size: 16px;
}
#emailVerificationPopup input {
    text-indent: 0 !important;
    background: #dcdfe478;
    color: #3D4B7C;
    font-weight: 500;
    height: 50px !important;
    border-radius: 10px !important;
}
#emailVerificationPopup .modal-content {
    padding: 20px;
    border-radius: 20px;
}
#emailVerificationPopup .modal-body {
    padding-top: 0px;
}
#emailVerificationPopup .modal-content button {
    height: 50px;
    border-radius: 30px;
    background: #27AAE1;
    border: 1px solid #27AAE1;
    width: max-content;
    padding: 0 20px;
    margin-top: 30px;
    color: #fff;
}
.resend-code a {
    color: #B3B5B6;
    font-size: 17px;
    text-decoration: none;
}
.resend-code span {
    padding-right: 8px;
}
div#emailVerificationPopup {
    background: #124054de;
}

/*--------------------------------------------------------------
# New Password
--------------------------------------------------------------*/
.new-password button {
    height: 50px;
    border-radius: 30px;
    background: #27AAE1;
    border: 1px solid #27AAE1;
}
section.new-password {
    padding: 30px 20px 0px;
}
section.new-password .img-side img {
    width: 98%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.new-password .form-out {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.new-password button a {
    color: #fff;
    text-decoration: none;
}
form#new-pas input {
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    height: 50px;
    text-indent: 10px;
}
section.new-password .img-side-content {
    text-align: left;
}
section.new-password .img-side-content h2 {
    padding-left: 55px;
}
div#passwordUpdatePopup .modal-header {
    flex-direction: column;
    border: none;
    padding-bottom: 0;
}
div#passwordUpdatePopup .modal-header img {
    width: 180px;
}
div#passwordUpdatePopup button {
    width: max-content;
    padding: 0 20px;
}
div#passwordUpdatePopup {
    background: #124054de;
}
div#passwordUpdatePopup .modal-content {
    padding: 20px;
    border-radius: 20px;
}
div#passwordUpdatePopup p {
    color: #5E6A95;
}
label.form-label {
    color: #011631 !important;
    font-weight: 500;
    margin-left: 15px;
    margin-bottom: 0;
}
.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 0.15rem rgb(13 110 253 / 25%) !important;
}
.form-side .form .col-md-4 {
    padding: 0 8px;
}
.form-side {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}



@media screen and (min-device-width: 992px) and (max-device-width: 1200px) { 

    section.sign-in-main .form-out {
        width: 40%;
    }
    section.sign-in-main .img-side {
        width: 60%;
    }                  
    
    }
    /* @media screen and (max-width: 1440px) {
    section.sign-in-main .img-side {
        height: 90vh;
    }
} */