/*=============================
   Auth Page CSS
===============================*/
.h2, h2 {
    font-size: 2rem;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
.auth-section {
    height: 100%;
    min-height: 100vh;
    position: relative;
}
.auth-col-promo {
    overflow: hidden;
}
.auth-promo-content {
    padding-top: 4rem;
}
.autho-promo-heading {
    font-size: 1.5rem;
}
.auth-logos .company-logo {
    max-width: 90px;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.auth-col-main {
    min-height: 100vh;
}
.auth-wrapper {
    max-width: 480px;
}
.login-section .auth-wrapper {
    max-width: 600px;
}
.social-auth {
    max-width: 300px;
}
.form-control::-webkit-input-placeholder {
    color: #9fa7b5;
}
.form-control:-moz-placeholder {
    color: #9fa7b5;
}
.form-control::-moz-placeholder {
    color: #9fa7b5;
}
.form-control:-ms-input-placeholder {
    color: #9fa7b5;
}
.legal-note {
    font-size: 0.875rem;
}
.divider {
    border-bottom: 1px solid #e7e9ed;
    position: relative;
}
.or-text {
    position: absolute;
    top: -12px;
    padding: 0 10px;
    background: #fff;
    display: inline-block;
    left: 50%;
    margin-left: -22px;
    color: #9fa7b5;
}
.remember {
    font-size: 0.875rem;
}
.forgotten-password {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.875rem;
}
.forgotten-password a {
    color: #5d6778;
}
.auth-option {
    font-size: 0.875rem;
}
.btn-submit {
    min-width: 300px;
}
.btn-resend-verification{
    box-shadow: none;
    background: transparent;
    outline: none;
    border: none;
    color: #377dff;
}
.site-logo .logo-icon {
    max-width: 200px;
}
.auth-footer {
    font-size: 0.75rem;
    color: #9fa7b5;
}
@media (max-width: 575.98px) {
    .auth-heading {
        font-size: 1.5rem;
    }
    .btn-submit {
        min-width: inherit;
        width: 100%;
    }
}
.auth-footer a{
    color: #677788;
}

.auth-footer a:hover{
    color: #377dff;
    text-decoration: underline;
}

.single-col-max {
    max-width: 800px;
}

.theme-bg-light {
    background: #F5F7FA;
}
.theme-bg-dark {
    background: #0D238E;
}
.theme-bg-gradient {
    background-image: linear-gradient(45deg, #0D238E, #3B59ED);
    background-repeat: repeat-x;
    min-height: 100vh;
}
.theme-blockquote {
    position: relative;
    font-size: 1.5rem;
    border-left: 4px solid #0D238E;
}

.over-curve {
    position: relative;
    z-index: 10;
}

.curve-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/patterns/curve-top.svg") no-repeat center top;
    background-size: contain;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}
.curve-top.curve-top-sm {
    width: 100%;
}
.curve-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/patterns/curve-bottom.svg") no-repeat center bottom;
    background-size: contain;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}
.curve-bottom.curve-bottom-sm {
    width: 100%;
}

.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.signup-form .form-control {
    height: 48px;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #919aaa;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dce1;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.btn {
    font-weight: 600;
    padding: 0.75rem 1.65rem;
    border-radius: 30px;
    border: none;
    box-shadow: 0 4px 15px -6px rgba(0,0,0,0.15);
    min-height: 48px;
}
.btn-block {
    display: block;
    width: 100%;
}

.btn-submit {
    min-width: 300px;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn.hover,
.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 20px -6px rgba(0,0,0,0.2);
}
.btn.focus,
.btn:focus {
    box-shadow: none !important;
}
.btn-primary {
    background: #0D238E;
}
.btn-primary:hover {
    background: #3B59ED;
}
.btn-inverse {
    background: white;
    color: #0D238E;
}
.btn-inverse:hover {
    background: white;
    color: #0D238E;
}
.btn-social {
    background: #6c757d;
    color: #FFF;
    border: 1px solid #e7e9ed;
}
.btn-social:active,
.btn-social:focus,
.btn-social:hover {
    background: #5b5f63;
    outline: none;
    color: #FFF;
}
.btn-social .icon-holder {
    display: inline-block;
    text-align: left;
}
.btn-social .icon-holder img {
    position: relative;
    top: -1px;
}
.btn-social .btn-text {
    padding-left: 0.5rem;
    display: inline-block;
}
.btn-gradient {
    background-image: linear-gradient(45deg, #0D238E, #3B59ED);
    background-repeat: repeat-x;
    color: #fff;
}
.btn-gradient:hover {
    background-image: linear-gradient(45deg, #2941b9, #3B59ED);
    background-repeat: repeat-x;
    color: #fff;
}
.form-control {
    height: 2.75rem;
    border-color: #e4e9f2;
}
.form-control:focus {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
    outline: none;
}
.theme-check-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fee6df;
    border-radius: 50%;
    color: #0D238E;
    padding-top: 2px;
    text-align: center;
}