html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Gothic A1", sans-serif !important;
    overflow-x: hidden;
    background-color: #f0f0f5;
}

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
            format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;500;600;700&display=swap");
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-family: "Gothic A1", sans-serif !important;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

*:focus {
    outline: none !important;
}

img {
    max-width: 100%;
}

strong,
b {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.custom-btn:hover {
    background: #084c62;
    color: #fff;
}

.logo-left {
    position: fixed;
    left: 50px;
    top: 8px;
}

.sign-in-outer {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: left center;
    background-attachment: fixed;
    min-height: 100%;
    display: flex;
}

section.sign-in-outer.space-top-bottom {
    padding: 30px 0;
    align-items: center;
}

.form-main {
    width: 100%;
    display: flex;
    justify-content: center;
}

.error {
    color: red !important;
}

.right-main-login {
    width: 40%;
    max-width: 100%;
}

.right-main-login h1 {
    color: #003f53;
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 20px;
}
.thankyou-page {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.thankyou-page a{
    color: #3b589e;
    text-decoration: none;
}
.thankyou-page a:hover {
    text-decoration:underline
}
.thankyou-page-figure{
    width: 100%;
}
.thankyou-page-figure figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.thankyou-page-figure figure {
    width: 100px;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
}
.thankyou-page h3 {
    padding-bottom: 15px;
}
.tab-login-form {
    position: relative;
}

.tab-login-form {
    background-color: #ffffff;
    box-shadow: 0px 21px 36px #8a898929;
    padding: 30px;
    /* min-height: -webkit-fill-available; */
    border-radius: 10px;
    border: 2px solid #bcd5e2;
}

.requred-role {
    color: #fc5768;
}

.tab-login-form .tab-content {
    margin-top: 25px;
}

.tab-login-form .tab-content label {
    font-size: 15px;
    color: #262f3d;
    margin-bottom: 5px;
    margin-left: 0px;
    line-height: 1.1;
    margin-top: 0;
}

.tab-login-form .eye-icon {
    position: absolute;
    top: 45px;
    right: 4px;
    transform: translateX(-50%);
    color: #c1c7cd;
    font-size: 20px;
}

.icon-password {
    position: absolute;
    top: 31px;
    right: 15px;
    transform: translateX(-50%);
    color: #c1c7cd;
    font-size: 20px;
}

span.help-block {
    color: red;
    font-size: 12px;
}

form#form-login {
    margin: 0;
}

.form-button {
    background: #3b589e;
    width: 110px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.form-button:hover {
    background: #084c62;
    color: #fff;
}

/* .form-group {
    margin: 25px 0px;
    position: relative;
} */

.form-group input {
    border-radius: 20px;
}

.custom-form-group label {
    padding: 8px 2px;
}
.custom-form-group .error {
    margin: 0px;
}
.form-group-name {
    display: flex;
    justify-content: space-between;
}

.register-main-div{
    width: 55%!important;
}

.social-icon-register{
    width:13%!important
}

.register-form-group{
    margin-bottom:0px!important;
}

.register-submit-button{
    margin-top: 25px;
}

label.error {
    margin: 6px 0 0 0;
    font-size: 11px !important;
    position: absolute;
    /* top: 97%; */
    width: 100%;
    /* left: 0; */
}
.submit-button {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.main-heading-login {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.forgot-password {
    text-align: right;
    margin-top: 15px;
}

.form-group.password-div.custom-form-group {
    top: 15px;
}

.forgot-password a {
    font-size: 14px;
    /* margin: -20px 0px 5px 0px; */
    color: #000;
    text-decoration: none;
}

.form-group.password-div.custom-form-group, .form-group.password-div.register-form-group, .form-group.custom-form-group {
    position: relative;
}
div#CheckoutModal {
    z-index: 9999;
}
#login-form .submit-button {
    margin-top: 20px;
}

.forgot-password a:hover {
    color: #3b589e;
    text-decoration: underline;
}
.login-icons-div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-social-icon a {
    height: 31px;
    width: 31px;
    background-color: #3b589e;
    color: #ffffff;
    position: relative;
    border-radius: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.login-icons-inner-div {
    display: flex;
    width: 18%;
    justify-content: space-between;
}
.google-icon a {
    background-color: #db5046;
}
.google-icon a:hover {
    background-color: #f32513;
}
.facebook-icon a:hover{
    background-color: #143da2;
}
.signup-using {
    text-align: center;
    font-size: 12px;
    padding-bottom: 10px;
}
.submit-button button {
    width: 50%;
}
.submit-button button:hover {
    background-color: transparent;
    border: 1px solid #3b589e;
    color: #3b589e;
    width: 50%;
}
.signup-using2 {
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
}

.signup-using2 a {
    text-decoration: none;
    color: #000;
}
.signup-using2 a:hover {
    text-decoration: underline;
    color: #3b589e;
}

/* input#exampleInputEmail1 {
    background: #eee;
} */
.forgetExampleInputEmailField{
    width: 100%;
    /* margin: auto; */
    background: transparent!important;
}

.register-form-group {
    margin-bottom: 15px!important;
}

/* .custom-form-email-label{
    padding-left: 20px!important;
} */

.tab-login-form .reset-icon {
    position: absolute;
    top: 45px;
    right: 4px;
    transform: translateX(-50%);
    color: #c1c7cd;
    font-size: 20px;
}

.tab-login-form .reset-confirm {
    position: absolute;
    top: 45px;
    right: 4px;
    transform: translateX(-50%);
    color: #c1c7cd;
    font-size: 20px;
}

.tab-login-form .confirm-password {
    position: absolute;
    top: 32px;
    right: 12px;
    transform: translateX(-50%);
    color: #c1c7cd;
    font-size: 20px;
}
.alert.alert-success.alert-block.alert-disable {
    text-align: center !important;
}

.form-group.custom-form-group.email-data {
    display: none;
}
a.icon-password {
    color: #c1c7cd;
}
.custom-form-group input.error {
    color: #000 !important;
}