html,
body {
    height: 100%;
    background: rgba(10, 10, 10, 0.8);
}

.logo {
    height: auto !important;
}

.form-wrapper {
    max-width: 30rem;
    width: 100%;
}

.stretch-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.auth-bg {
    /*    background-color: var(--main-color);*/
        /* background-image: url('../images/auth-bg.svg'); */
    background-position: 50% -240px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-overlay {    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.bg-overlay::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 50% 50%, rgba(7, 234, 187, 0.15) 0%, transparent 50%);
    animation: pulse 8s ease-in-out infinite;
}

.bg-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(10, 245, 200, 0.1) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(7, 234, 187, 0.1) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(7, 234, 187, 0.05) 0%, transparent 60%);
    animation: float 12s ease-in-out infinite;
}

.bg-overlay .orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.3;
    animation: floatOrb 20s ease-in-out infinite;
}

.bg-overlay .orb-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(7, 234, 187, 0.4), transparent);
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.bg-overlay .orb-2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(10, 245, 200, 0.4), transparent);
    top: 60%;
    right: 15%;
    animation-delay: -5s;
}

.bg-overlay .orb-3 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(7, 234, 187, 0.3), transparent);
    bottom: 10%;
    left: 50%;
    animation-delay: -10s;
}

.register-bg {
    background: var(--main-color);
    background-repeat: no-repeat;
    background-size: cover;
}

.login-form {
    border: 1px solid var(--border-color);
    background: #111111;
}

.login-form,
.register-form {
    border-radius: 0.75rem;
    padding: 2.5rem;
}

.headings h3 {
    word-wrap: break-word;
    font-size: 2.7rem;
    line-height: 1.4;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 5px;
}

.headings h6 {
    letter-spacing: normal;
    font-size: 1rem;
    font-weight: 400;
    color: #999;
    margin-bottom: 0px;
}

.login-form h3 {
    word-wrap: break-word;
    font-size: 2.7rem;
    line-height: 1.4;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

.login-form h6 {
    text-align: center;
    letter-spacing: normal;
    font-size: 1rem;
    font-weight: 400;
    color: #b0b0b0;
    margin-bottom: 0px;
    line-height: 1.5;
}

form hr {
    margin: 1.5rem 0rem;
    height: 0.01rem;
}

form .form-group {
    margin-top: 25px;
    position: relative;
    margin-bottom: 0px;
}

form .form-group label {
    color: #FFF;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 3px;
    letter-spacing: .25px;
}

form .form-group label svg {
    color: #000;
    margin-right: 10px;
    margin-top: 0px;
    transition: .25s;
}

form .form-group.focus label {
    font-size: 15px;
    top: -12px;
    font-weight: 500;
    color: #2f3990;
}

form .form-group.focus svg {
    color: #2f3990;
}

form .form-group .input-icon {
    position: absolute;
    left: 0.9rem;
    bottom: 1.1rem;
    filter: invert(0.3);
    opacity: 1;
}

form .form-group .input-icon i {
    font-size: 18px;
    margin-top: 4px;
}

.btn-main-submit {
    padding: 1rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    background: var(--main-color);
    color: var(--bg-primary);
    transition: 350ms ease;
}

.btn-main-submit:hover {
    box-shadow: #07EABB 0px 0px 10px 0px;
    background: #3AF8D2;
    color: #000;
}

@media screen and (max-width: 786px) {
    .login {
        max-width: 100%;
    }
}

form .form-group input {
    color: var(--text-primary) !important;
    font-weight: 400;
    letter-spacing: .25px;
    background: var(--bg-tertiary);
    border: 1px solid var(--border-color);
    border-radius: .5rem !important;
    height: 3.65rem !important;
    padding: 16.5px 14px 16.5px 2.875rem !important;
    font-size: 15px !important;
}

form .form-group input::placeholder {
    font-weight: 200;
    font-size: 15px;
    color: #777;
}

form .form-group.password input::placeholder {
    padding-top: 16px !important;
    letter-spacing: 1px;
}

form .nlp .form-group input {
    padding: 0.5rem 0.875rem 0.5rem 0.875rem !important;
}

form .form-group input:active,
form .form-group input:hover,
form .form-group input:focus {
    border: 1px solid var(--accent-primary) !important;
    background: var(--bg-tertiary);
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: var(--text-primary) !important;
    -webkit-box-shadow: 0 0 0 30px var(--bg-tertiary) inset !important;
}




/* Register */

.register-right {
    background: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    color: #FFF;
}

ul {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    color: #888;
}

.register-right .bg-overlay {
    /*    background: linear-gradient(90deg, rgba(47, 57, 144, 0.7) 0%, rgba(46, 169, 224, 0.7) 100%);*/
    height: 100%;
    width: 100%;
    /*    background: rgba(000, 000, 000, 0.75);*/
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    padding: 3rem 1rem;
    /*    align-items: stretch;*/
}

.register-right-content {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    /*    background-color: var(--alt-color);*/
    /*    background: linear-gradient(90deg, rgba(47, 57, 144, 0.7) 0%, rgba(46, 169, 224, 0.7) 100%);*/
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 1rem;
    /*    padding: 2rem;*/
}

.btn-main-demo {
    border-radius: 9px;
    background: var(--main-color);
    color: #FFF;
    transition: 350ms ease;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid var(--main-color);
    padding: 0 30px;
    line-height: 55px;
}

.btn-main-demo:hover {
    box-shadow: rgb(76 78 100 / 100%) 0px 6px 18px -8px;
    background-color: var(--main-color);
    color: #FFF;
}


.register-right-content h2 {
    color: var(--main-color);
    font-size: 4.25rem;
    font-weight: 600;
    line-height: 1.5;
}


.register-right-content h3 {
    color: #FFF;
    font-size: 1.65rem;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 2;
    margin-bottom: 0px;
}

.register-right-content img {
    width: 14rem;
}
