.page {
    width: 100%;
    height: calc(85svh - 64px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

body {
    gap: 0;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    gap:24px;
    width: 400px;
}

.content form{
    width: 100%;
}

@media only screen and (max-width: 440px) {
    .content {
        width: 90vw !important;
    }
    .login-box-wrapper{
        padding:20px 20px 20px 20px !important;
    }
}


#logologin {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96%;
}


#logologin img {
    width: 80%;   
}


.dots-container {
    display: flex;
    justify-content: space-between;
    gap: 3px;
    width: 95%;
}

.dot {
    width: 3px;
    height: 3px;
    background-color: #373942;
    border-radius: 50%;
    animation: wave 2s ease-in-out infinite;
    animation-fill-mode: backwards;
}

@keyframes wave {
    0%{
        transform: translateY(0);
        background-color: #373942; /* Domyślny kolor */
    }
    30% {
        transform: translateY(-5px);
        background-color: #16a34a; /* Kolor zielony przy skoku */
    }
    70% {
        transform: translateY(3px);
        background-color: #16a34a; /* Kolor zielony przy skoku */
    }
    100%{
        transform: translateY(0);
        background-color: #373942; /* Domyślny kolor */
    }
}


.content h3 {
    color: var(--cloudy-white);
    font-family: Montserrat;
    font-weight: 400;
    margin: 12px 0px 15px 0px;
    text-align: center;
}

.login-box-wrapper {
    margin-top: 0px;
    background-color: var(--translucid-dark);
    border-radius: 10px;
    width: 100%;
    height: fit-content;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .2);
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
    flex-direction: column;
    padding: 32px 32px 24px 32px;
    box-sizing: border-box;
    border: 1px solid var(--slate-steel);

}

.login-input-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 44px;
    position: relative;
    border: 1px solid var(--slate-steel);
    border-radius: 8px;
    background: #00000024;
    transition: border 150ms ease-in-out;
}

.username-input-wrapper {
    margin-bottom: 12px;
}

.login-input-wrapper input {
    height: 100%;
    background: none;
    border: none;
    outline: none;
    text-indent: 8px;
    font-family: Montserrat;
    color: rgb(211, 211, 211);
    font-weight: 600;
    border-radius: 0 7px 7px 0;
    width: 100%;
    font-size: 15px;
    padding: 0;
    transition: background-color 150ms ease-in-out;
}

.login-input-wrapper input::placeholder{
    font-weight: 500;
}

.login-input-wrapper:first-child {
    margin-bottom: 12px;
}

.login-input-wrapper:hover {
    border-color: #464955;
}

.login-input-wrapper:focus-within {
    border-color: var(--main-green);
}

.login-input-wrapper input:focus {
    border-color: #515461;
}

.login-input-wrapper:focus-within img {
    filter: brightness(.75);
}




.input-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 44px;
    border-right: 1px solid var(--slate-steel);
    transition: border 150ms ease-in-out;
}

.login-input-wrapper:hover .input-img {
    border-color: #464955;
}

.login-input-wrapper:focus-within .input-img {
    border-color: #757575;
}



.input-img img,
.input-img img {
    border-radius: 6px 0 0 6px;
    height: 18px;
    width: 18px;
    filter: brightness(.4);
    transition: filter 150ms ease-in-out;
}

.forgot-password-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.forgot-password-wrapper a {
    text-decoration: none;
    color: #757575;
    font-weight: 500;
    font-family: Montserrat;
    font-size: 14px;
}

#login-btn {
    background-color: var(--main-green);
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    margin: 0px 0 10px auto;
    padding: 10px 40px;
    font-family: Montserrat;
    border-radius: 6px;
    cursor: var(--custom-pointer);
    color: var(--cloudy-white);
    transition: all 150ms ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

#login-btn:hover {
    background-color: var(--main-green-hover);
}

.lds-ring {
    display: none;
}



.dhaac {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3px;
    align-items: center;
    font-family: Montserrat;
    font-weight: 400;
    color: var(--cloudy-white);
    gap: 4px;
    font-size: 14px;
}

.dhaac a {
    text-decoration: none;
    color: var(--main-green);
    font-weight: 600;
}

.fa-solid {
    position: absolute;
    color: rgb(180, 180, 180);
    top: 14px;
    right: 14px;
    cursor: var(--custom-pointer);
    transition: all 100ms ease-in-out;
}

.fa-solid:hover {
    color: white;
}

.error_handlers p {
    font-weight: 500;
    text-align: center;
    margin:0;
}

.error_handlers p a {
    font-weight: 600;
    color: var(--main-green);
    text-decoration: none;
}

.error_handlers p a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--main-green-hover);
}

#iyttiam {
    color: #737685;
    font-weight: 500;
}

#support-mail a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.836) !important;
}

#click_here_to_verify {
    background: none;
    font-weight: 600;
    color: var(--main-green);
    border: none;
    font-family: Montserrat;
    cursor: var(--custom-pointer);
}

.disabled-link {
    pointer-events: none;
    color: grey !important;
}

#two-accounts {
    width: 100%;
    color: var(--cloudy-white);
    font-family: Montserrat;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5px;
    font-size: 14px;
}


.radio-button {
    display: flex;
    align-items: center;
    cursor: var(--custom-pointer);
    transition: all 0.2s ease-in-out;
}

.radio-button input[type="radio"] {
    display: none;
}

.radio-checkmark {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border: 1px solid var(--slate-steel);
    border-radius: 50%;
}

.radio-checkmark:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--main-green);
    transition: all 0.2s ease-in-out;
}

.radio-button input[type="radio"]:checked~.radio-checkmark:before {
    transform: translate(-50%, -50%) scale(1);
}

.radio-label {
    font-size: 14px;
    font-weight: 500;
}

#capslock-warning {
    display: block;
    opacity: 0;
    position: absolute;
    left: 10px;
    bottom: -42px;
    background-color: var(--mellow-yellow);
    padding: 7px 10px;
    font-family: Montserrat;
    color: black;
    border-radius: 5px;
    font-size: 14px;
    pointer-events: none;
    transition: all 150ms ease-in-out;
    font-weight: 600;
}

#capslock-warning::after {
    display: block;
    height: 8px;
    width: 8px;
    content: '';
    top: -4px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: var(--mellow-yellow);
    border-bottom: none;
    border-right: none;
    margin: auto;
    transform: rotate(45deg);
}


#remeber-me-wrapper{
    width: 100%;
    display: flex;
    color:var(--cloudy-white);
    font-family: Montserrat;
    justify-content: flex-start;
    gap:5px;
}