.main {
    max-width: 100%;
    overflow-x: hidden;
    height: 100vh !important;
}

.center_auth {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70%;
}

@media (max-width: 680px) {
    .center_auth .snack {
        position: absolute;
        opacity: 0.2;
        transform: rotate(-18deg);
        height: 577px;
        z-index: 1;
    }
}

.center_captcha {
    display: flex;
    align-items: center;
    margin: 10px 50px;
}

.auth_btn {
    margin: 15px 42px;
    background: none;
    border: none;
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    align-items: center;
    font-size: 16px;
    transition: 0.3s;
    cursor: pointer;
}

.auth_btn:hover {
    transform: scale(1.1);
}

.alert {
    justify-content: flex-start;
    position: absolute;
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
    height: auto;
    top: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    z-index: 25;
    backdrop-filter: blur(100px);
    transition: 0.3s;
    cursor: pointer;
}

.alert span {
    position: absolute;
    top: 15px;
    right: 25px;
}

.block_auth {
    display: inline-block;
    flex-direction: column;
    width: 550px;
}

.place_image {
    margin: 10px 0px 10px 180px;
    width: 200px;
    height: 100px;
    border: solid 1px #ffffff;
}

.block_auth input {
    width: 430px;
    height: 40px;
    margin: 10px 50px;
        border-bottom: solid 2px #7d0e07;
    color: #0C1618;
    background: none;
    border-top: none;
    border-left: none;
    font-size: 16px;
    border-right: none;
}

.block_auth input:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

.button {
    border-radius: 50px;
    width: 450px;
    height: 40px;
    margin: 10px 50px;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;
}

.button:hover {
    background: rgba(0, 0, 0, 0.6);
}

.block_auth p {
    color: #0C1618;
    opacity: 60%;
    margin-bottom: 0px;
}

.forgot_block {
    margin: 10px 50px;
    display: flex;
    flex-direction: column;
}

.block_auth a {
    cursor: pointer;
    text-decoration: none;
    color: #0C1618;
}

.text_color-black {
    color: black;
}

.text_color-white {
    color: #ffffff;
}

.block_auth a:hover {
    text-decoration: underline #125F3D;
}



@media (max-width: 580px) {

    .block_auth p {
        margin-left: 0px;
        padding-left: 0px;
        transition: 0.3s;
    }

    .center_captcha {
        margin-left: 20px;
    }

    .auth_btn {
        margin-left: 20px;
    }

    .block_auth {
        width: 300px;
        z-index: 2;
    }

    .forgot_block {
        margin-left: 20px;
    }
    .toggle_btn{
        z-index: 3;
    }
    .place_image {
        margin: 10px 0px 10px 50px;
        width: 200px;
        height: 100px;
        border: solid 1px #ffffff;
    }

    .center_auth {
        justify-content: start;
    }

    .block_auth input {
        width: 100%;
        height: 40px;
        margin: 10px 20px;
        border-bottom: solid 2px #125F3D;
        color: #0C1618;
        background: none;
        border-top: none;
        border-left: none;
        font-size: 16px;
        border-right: none;
    }

    .button {
        border-radius: 50px;
        width: 260px;
        height: 40px;
        margin: 10px 20px;
        border: none;
        background: rgba(0, 0, 0, 0.3);
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
    }
}