.login-form {
    background: #eef1f6;
}

.login-form a {
    text-decoration: none;
}

.login-form .bg-img {
    background: url("../../images/auth__banner.jpg") top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    text-align: left;
    z-index: 10;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
}

.signup-form .bg-img {
    background: url("../../images/sigup__wraper.jpg") top left repeat !important;
    background-size: cover;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    text-align: left;
    z-index: 10;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
}

.login-form .bg-img:after {
    position: absolute;
    right: -1px;
    top: 0;
    width: 276px;
    height: 100%;
    content: "";
    z-index: -1;
    background: url("../../images/img-51.webp") top left repeat;
    background-size: contain;
    filter: invert(1);
}

.login-form .form-check-input:checked {
    display: none;
}

.login-form .form-section {
    min-height: 100vh;
    background-image: url("../../images/main_shape.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: #110E09;
}

.login-form .form-section .form-box {
    width: 100%;
    position: relative;
}

.login-form .login-inner-form {
    max-width: 450px;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.login-form .login-inner-form p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}

.login-form .login-inner-form p a {
    color: #ffffff;
    font-weight: 500;
}


.login-form .login-inner-form a:hover {
    color: #0B92D6;
}

.login-form .login-inner-form img {
    height: 140px;
}

.login-form .login-inner-form h3 {
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
}

.login-form .login-inner-form .form-control {
    outline: none;
    width: 100%;
    padding: 10px 20px 10px 60px;
    font-size: 16px;
    outline: 0;
    background-color: #fff;
    font-weight: 400;
    color: #000000;
    height: 55px;
    border-radius: 10px;
    border: 1px solid #c4c4c4;
}

.login-form .login-inner-form .form-group .user-img {
    position: absolute;
    top: 17px;
    left: 25px;
    width: 20px;
    height: 20px;
}

.form-group button {
    border: none;
    border-radius: 100px;
    padding: 10px 40px;
    background: linear-gradient(to right, #0B92D6, #9747FF);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

.login-form .login-inner-form .form-group .lock-img {
    position: absolute;
    top: 17px;
    left: 25px;
    width: 22px;
    height: 22px;
}


.login-form .login-inner-form .form-control:focus {
    box-shadow: 0 0 0 0.25rem #6721ff2e;
}


.login-form .login-inner-form .btn-md {
    cursor: pointer;
    height: 55px;
    color: #fff;
    padding: 15px 50px 15px 50px;
    font-size: 17px;
    font-weight: 400;
    border-radius: 100px;
}

.login-form .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-right: 3px;
}

.login-form .login-inner-form button:focus {
    outline: none;
}

.login-form .login-inner-form .btn-form.focus,
.btn-form:focus {
    box-shadow: none;
}

.login-form .login-inner-form .btn-form {
    background: linear-gradient(267deg, #6721FF 27.93%, #00CBFF 99.79%, #C8BDFF -31.69%, #BAA6FF -22.78%);
    border: none;
    color: #fff;
    transition: .3s !important;
}

.login-form .login-inner-form .btn-form:hover {
    background: linear-gradient(267deg, #00CBFF 27.93%, #6721FF 99.79%, #C8BDFF -31.69%, #BAA6FF -22.78%);
}

.login-form .informeson {
    color: #fff;
    max-width: 450px;
}

.login-form .informeson h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.login-form .informeson p {
    line-height: 25px;
    font-size: 15px;
}

.login-form .none-2 {
    display: none;
}

.login-form .login-inner-form .terms {
    margin-left: 3px;
}

.login-form .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

.login-form .login-inner-form .form-check a {
    color: #535353;
    float: right;
}

.login-form .login-inner-form .form-check-input {
    display: none;
}

.login-form .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    top: 0;
    height: 20px;
    margin-left: -25px;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: #fff;
}

.login-form .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login-form .login-inner-form .form-checkbox input[type="checkbox"]:checked+label::before {
    background-color: #1D004C;
    border-color: #1D004C;
}

.login-form .login-inner-form input[type=checkbox]:checked+label:before {
    font-weight: 600;
    color: #fff;
    line-height: 17px;
    font-size: 14px;
    content: "\2713";
    padding-left: 1px;
}

.login-form .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-top: 4px;
}

.login-form .login-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
    float: right;
}

.login-form h1 {
    color: #fff;
    font-size: 35px;
}

.login-form .typing>* {
    overflow: hidden;
    white-space: nowrap;
    animation: typingAnim 3s steps(50);
}

@keyframes typingAnim {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.login-form .social-list a {
    transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
    border-radius: 50%;
}

.login-form .social-list a i {
    transition: transform 0.4s linear 0s;
}

.login-form .social-list a:hover {
    transform: rotate(360deg);
    border-radius: 50px;
}

.login-form .social-list a:hover i {
    transform: rotate(-360deg);
}

.login-form .social-list .buttons {
    display: flex;
}

.login-form .social-list a {
    text-decoration: none !important;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin: 0 4px 5px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.login-form .social-list a i {
    position: relative;
    z-index: 3;
}

.login-form .social-list .facebook-bg i {
    color: #4867aa !important;
}

.login-form .social-list a.twitter-bg i {
    color: #33CCFF !important;
}

.login-form .social-list a.google-bg i {
    color: #db4437;
}

.login-form .social-list a.dribbble-bg i {
    color: #6721FF;
}

@media (max-width: 992px) {
    .login-form .bg-img {
        display: none;
    }

    .login-form .form-section {
        padding: 30px 15px;
    }
}