@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@200;400;500;600;800&display=swap');

* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
}


body {
    background-color: #efefef;
    height: 100%;
    font-family: "Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.customcolor {
    color: #0a6e6e;
}

p {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #1c1c1c;
}



.auth {
    background-color: #fff;
    height: 100vh;
}

.auth.register {
    background-color: #fff;
    height: 100%;
}

.auth .topHeader {
display: flex;
  justify-content: center;
  align-content: center;
padding-top: 5px;
  padding-bottom: 0;
  background-color: #02baaa;
  border: 1px solid #02baaa;
  text-transform: capitalize;
        font-size: 14px !important;
  line-height: 30px !important;
}

.auth .topHeader p {
    font-size: 14px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  text-transform: capitalize;
}


.auth .authHeader {
    padding: 1rem 0;
}

.auth .authHeader img {
    height: auto;
    width: 20%;
}

.authform h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
    color: #0a6e6e;
    max-width: 500px;
}

.authform h4 {
    font-size: 15px;
    line-height: 35px;
    font-weight: 800;
    max-width: 500px;
}

.authform .terms-highlight {
    font-size: 14px;
    line-height: 30px;
}

.authform p {
    margin-bottom: 3rem;

}

.authform a {
    color: #0a6e6e;
    text-decoration: underline;
    font-weight: 500;
}

.authform a:hover {
    font-weight: 700;
}

.authform .authformwrapper label {
    color: #151515;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin: 0.3rem 0;
}

.authform .authformwrapper .form-control {
    color: #1c273c;
    font-weight: 500;
    border-width: 1px;
    border-color: #cdd4e0;
    height: 45px;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-clip: padding-box;
    font-size: 11px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.invalid-feedback {
    width: 100%;
    font-size: 0.7rem !important;
    color: #dc3545;
    margin: 1rem 0 !important;
}


.authform .authformwrapper input:focus {
    color: #163e57;
    background-color: #fff;
    border-color: #02baaa;
    outline: 0;
    box-shadow: none !important;
}


.authform .authformwrapper select {
    color: #6c757d;
    font-size: 11px;
}

.authform .authformwrapper select:focus {
    color: #163e57;
    background-color: #fff;
    border-color: #02baaa;
    outline: 0;
    box-shadow: none !important;
}



.authform .authformwrapper .auth-submit-btn {
    padding: 15px !important;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
background-color: #0a6e6e;
  border: 1px solid #0a6e6e;
    color: #fff;
    cursor: pointer;
    margin: 2rem 0;
}

.authfooter {
    padding: 1rem 0;
}

.success-image {
    background-position: 50%;
    background-size: contain;
    display: flex;
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.auth-wrapper-status {
    text-align: center;
    display:flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}





@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {}

@media only screen and (min-device-width: 764px) and (max-device-width: 1112px) {
    .authform h2 {
        font-size: 24px !important;
        line-height: 33px !important;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
    .auth .authHeader img {
        width: 80%;
        /*display: block;*/
        /*margin: auto;*/
    }

    .authform h2 {
        font-size: 22px;
        line-height: 30px;

    }

}

@media only screen and (min-device-width: 218px) and (max-device-width: 340px) {
    .auth .authHeader img {
        width: 80%;
        /*display: block;*/
        /*margin: auto;*/
    }

    .authform h2 {
        font-size: 22px;
        line-height: 30px;

    }
}