﻿.background-image {
    position: fixed;
    z-index: 0;
    opacity: .3;
    width: 541px;
    height: 621px;
    object-fit: contain;
}

.background-left {
    left: -101px;
    top: -105px;
}

.background-right {
    right: -250px;
    bottom: -335px;
}

.submit-btn {
    font-size: 18px;
    color: #fff;
    background: #363088;
    border-radius: 8px;
    width: 70%;
    border: 1px solid #363088 !important;
    margin-top: 20px;
    line-height: 1;
    padding: 10px 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    height: 48px;
}

.submit-btn:hover {
    background: #363088;
}

.submit-btn:focus {
    background: #363088;
}

.login-title-style {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    color: #363088;
    display: none;
}

.main-login-box {
    width: 512px;
    height: 388px;
}

.login-form-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.form-input-container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.login-input {
    background-color: transparent !important;
    padding: 5px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #373435;
    color: #373435 !important;
    height: 56px;
}

.form-container {
    width: 470px;
    text-align: center;
}

.email-text-container {
    gap: 60px;
}

.email-text-question {
    font-weight: 400;
    font-size: 16px;
}

.email-confirmation-message-container {
    font-weight: 500;
    font-size: 18px;
    width: 352px;
}

.login-form-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.bot-text {
    text-align: left;
    gap:8px;
}

.padding-0 {
    padding: 0;
}

.register-link {
    color: #363086;
    font-weight: 400;
    font-size: 18px;
    text-decoration: underline;
}

.check-img {
    width: 100px;
    height: 100px;
}

.top-img-container {
    top: 40px;
}

.top-img {
    width: 150px;
    height: auto;
}

.loading-text {
    font-weight: 400;
    font-size: 18px;
    color: #363086;
}

.loading-dot {
    width: 10px;
}

.loading-dot-container {
    gap: 8px;
}

.content-container {
    z-index: 1;
    gap: 60px;
}

.animated-loading {
    animation: moveUpDown 1s ease-in-out infinite;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    33.33% {
        transform: translateY(-15px);
    }

    66.66% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

#dot-1 {
    animation-delay: 0s;
}

#dot-2 {
    animation-delay: 0.33s;
}

#dot-3 {
    animation-delay: 0.66s;
}

@media (max-width:991px) {
    .background-left {
        display: none;
    }

    .gap-70 {
        gap: 70px !important
    }

    .background-right {
        right: -231px;
        bottom: -23px;
        opacity: 0.3;
        width: 564px;
        height: 647px;
        object-fit: cover;
    }

    .submit-btn {
        margin-top: 30px;
        padding: 10px 0;
        font-size: 18px;
        width: 224px;
        height: 41px;
    }

    .icon-login-responsive {
        width: 183px !important;
    }

    .login-title-style {
        display: block;
    }

    .login-form-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .form-container {
        width: 100%;
        max-width: 475px;
        margin-bottom: 50px;
    }

    .login-form-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .main-login-box {
        width: inherit;
    }

    .check-img {
        width: 80px;
        height: 80px;
    }

    .email-confirmation-message-container {
        font-weight: 400;
        font-size: 16px;
        width: 277px;
        padding: 0 17px;
    }

    .email-text-question {
        font-size: 14px;
    }

    .register-link {
        font-size: 16px
    }

    .email-text-container {
        gap: 30px;
        margin-bottom: 143px;
    }

    .top-img {
        width: 300px;
        height: auto;
    }

    .loading-text {
        font-size: 16px;
    }
}