body {
    margin: 0;
    box-sizing: border-box;
    font-family: 'inter' !important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #F6F7F8;
    transition: background-color 0.3s ease;
}

.starting-screen {
    position: absolute;
    top: 345px;
    left: 583px;
    animation: moveDiv 1s forwards;
}

.starting-screen img {
    width: 274px;
    height: 334.07px;
    animation: resizeImg 1s forwards;
}

.content {
    display: flex;
    opacity: 0;
    animation: showContent 1s forwards 1s;
    flex-direction: column;
    align-items: center;
}

.input-fields {
    display: flex;
    gap: 32px;
    flex-direction: column;
}

.h1-blueline {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

@media (max-height: 900px) {
    .login-window {
        margin-top: 56px !important;
        gap: 16px !important;
    }

    h1 {
        font-size: 27px !important;
        line-height: 24px !important;
    }

    .login-form {
        gap: 0px !important;
    }

    .input-fields {
        gap: 16px;
        height: 128px !important;
    }

    .login-buttons-conteiner {
        gap: 16px !important;
    }

    .signup-conteiner {
        margin-top: 15px !important;
    }
}

.login-window {
    width: auto;
    padding: 0px;
    gap: 0px;
}


@media (min-width: 720px) {
    .login-window {
        padding: 48px 115px;
    }
}

@media (max-width: 720px) {
    .login-window {
        width: 396px;
        padding: 32px 0px;
    }
}

@media (max-height: 900px) {
    .login-window {
        padding: 16px 0px;
        gap: 16px;
    }
}


@media (max-width: 720px) and (max-height: 900px) {
    .login-window {
        padding: 16px 0px;
        gap: 16px;
    }
}

@media (max-width: 720px) {

    .signup-conteiner {
        animation: showContent 1s forwards 1s;
        opacity: 0;
    }


    .input-fields {
        width: 364px;
        height: 152px;
    }

    .login-buttons-conteiner {
        flex-direction: column !important;
    }

    .login-input {
        width: 300px !important;
    }

    .signup-conteiner {
        display: flex;
        gap: 35px;
        top: auto !important;
        right: auto !important;
        position: unset !important;
        margin-top: 30px;
    }

    body {
        display: flex;
        flex-direction: column-reverse;
    }

    h1 {
        font-size: 47px !important;
        line-height: 56.4px !important;
    }

    .login-buttons-conteiner {
        width: 180px;
    }

    .signup-button {
        width: 104px;
    }

    .login-window {
        width: 396px;

    }

    @keyframes moveDiv {
        0% {
            left: 164px;
            top: 402px;
        }

        100% {
            left: 38px;
            top: 37px;
        }
    }

    @keyframes resizeImg {
        0% {
            width: 100.03px;
            height: 121.97px;
        }

        100% {
            width: 64px;
            height: 78.03px;
        }
    }

    @keyframes showContent {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
}

@media (min-width: 720px) {

    @keyframes moveDiv {
        0% {
            left: 583px;
            top: 345px;
        }

        100% {
            left: 77px;
            top: 80px;
        }
    }

    @keyframes resizeImg {
        0% {
            width: 274px;
            height: 334.07px;
        }

        100% {
            width: 100.03px;
            height: 121.97px;
        }
    }

    @keyframes showContent {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


}

@media (max-width: 420px) {
    .input-fields {
        width: 290px !important;
    }

    .login-window {
        width: 310px;
    }

    .checkbox-conteiner {
        width: 290px !important;
    }

}


.signup-conteiner {
    position: absolute;
    top: 5%;
    right: 5%;

    div {
        display: flex;
        align-items: center;
        gap: 35px;


    }
}

.btn {
    border-radius: 8px;
    gap: 10px;
    background-color: #2A3647;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    border-width: 0px;
}

.login-window {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 10px 3px #00000014;
    background-color: #FFFFFF;
    gap: 32px;
    border-radius: 30px;
}

.blue-underline {
    width: 150px;
    height: 3px;
    background-color: #29ABE2;
}

h1 {
    font-weight: 700;
    font-size: 61px;
    line-height: 73.2px;
    text-align: center;
    margin: 0;
}

.d_none {
    display: none;
}

.login-input {
    border: none;
    outline: none;
    font-family: 'inter';
    width: 380px;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;

}

.input-conteiner {
    padding: 15px 16px 15px 16px;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.remember-me {

    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
}


.mail-img {
    width: 20px;
    height: 16px;
}



.pdng1524 {
    padding: 15px 24px 15px 24px;
}

.pdng1516 {
    padding: 15px 16px 15px 16px;
}

.btn-gst {
    border: 1px solid #2A3647;
    border-radius: 8px;
    gap: 10px;
    background-color: white;
}

.login-buttons-conteiner {
    gap: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.font-inter {

    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
}

.heigt48 {
    height: 48px;
}

.checkbox-conteiner {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 422px;
    padding-left: 39px;
    gap: 8px;
    height: 24px;
}

.check-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin: 4px;
}

.check-box:hover {
    cursor: pointer;
    background-color: #EDF2FA;
    border-radius: 43px;
}

::placeholder {
    color: #D1D1D1;
    opacity: 1;
}

.btn:hover {
    background-color: #29ABE2;
    border-color: #29ABE2;
    cursor: pointer;

}

.btn-gst:hover {
    cursor: pointer;
    color: #29ABE2;
    border-color: #29ABE2;
}

.links-conteiner {
    position: absolute;
    bottom: 5%;
    width: 246px;
    display: flex;
    justify-content: space-around;
    align-items: center;

    a {
        text-decoration: none;
        font-weight: 400;
        font-size: 16px;
        line-height: 19.2px;
        color: #A8A8A8;
    }

}

.wrong-password {
    margin-top: -22px;
    font-family: 'Poppins' !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.4px;
    color: #FF8190;
}

.login-red {
    border-color: #FF001F !important;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.password-image-conteiner {
    width: 24px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.password-img:hover {
    cursor: pointer;
}


@media (max-height: 900px) {
    .wrong-password {
        margin-top: -15px;
    }
}