#auth {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    max-width: 400px;
}

.input_edit {
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 1;
}

.input_edit input,
.input_edit textarea {
    width: 100%;
    color: #171A1F;
    resize: none;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .15px;
    padding-top: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    transition: 0.3s 0s;
    border-radius: 8px;
    border: 1px solid #DDDDDC !important;
    transition: 0.3s 0s;
}

.input_edit label {
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 25px;
    color: #383838;
    cursor: auto;
    transition: 0.2s 0s;
    pointer-events: none;
}

.input_edit input:focus,
.input_edit textarea:focus,
.input_edit input:not(:placeholder-shown),
.input_edit textarea:not(:placeholder-shown) {
    background: #fff;
    border-color: #000000;
    box-shadow: 0 0 0 3px #F2F3F5;
}

.input_edit input:focus~label,
.input_edit input:not(:placeholder-shown)~label,
.input_edit.active > label {
    font-size: 12px;
    top: 8px;
}

.input_edit input:disabled {
    background: #F3F3F4;
}

.btn_blue {
    width: 100%;
    margin: 0 auto;
    padding: 0.8rem 0.8rem;
    background: rgba(66, 90, 139, 1);
    border-radius: 5px;
    font-size: 16px;
    border: none;
    color: rgba(255, 255, 255, 1);
    transition: 0.3s 0s;
}

.btn_blue:hover {
    background: rgb(48, 70, 115);
    color: rgba(255, 255, 255, 1);
}

.alerts {
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    max-height: 0;
    opacity: 0;
    margin-top: 0;
}

.alerts.active {
    max-height: 200px;
    opacity: 1;
    margin-top: 1rem;
}

.custom_alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 2px solid;
}

.custom_alert .content {
    width: 100%;
    text-align: center;
}

.custom_alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.custom_alert-warning {
    background-color: #fff3cd;
    border-color: #e4cf90;
    color: #856404;
}

.custom_alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.input_edit.show {
    max-height: 200px;
    opacity: 1;
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
}

.success_description {
    text-align: center;
    font-size: 16px;
    color: #4caf50;
}

#reset_password {
    position: absolute;
    right: 10px;
    top: 18px;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 1;
    background: none;
    color: #425a8b;
    font-size: 16px;
}

.loader_btn {
    display: none;
    width: 24px;
    height: 24px;
    border: 5px solid #fff;
    border-bottom-color: #a1bdff;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

#resend_block {
    padding: 0.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#resend_text {
    display: flex;
    gap: 3px;
    color: #425a8b;
    font-size: 12px;
    justify-content: flex-end;
}

#resend_btn {
    border: none;
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-align: right;
    color: #0e224d;
    background: none;
}

.google_auth {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.google_auth.show {
    pointer-events: auto;
    opacity: 1;
}

.google_auth > p {
    font-size: 16px !important;
}

.loader_google {
    width: 48px;
    height: 48px;
    border: 5px solid #425a8b;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    animation: pulse 1s linear infinite;
}
.loader_google:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: 5px solid #425a8b;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp 1s linear infinite;
}

.error-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.error-checkmark .error-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #f44336;
}

.error-checkmark .error-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.error-checkmark .error-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle-error 4.25s ease-in;
}

.error-checkmark .error-icon::before,
.error-checkmark .error-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.error-checkmark .error-icon .icon-line {
    height: 5px;
    background-color: #f44336;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.error-checkmark .error-icon .line-left {
    top: 38px;
    left: 18px;
    width: 45px;
    transform: rotate(45deg);
    animation: icon-line-left 0.75s;
}

.error-checkmark .error-icon .line-right {
    top: 38px;
    right: 18px;
    width: 45px;
    transform: rotate(-45deg);
    animation: icon-line-right 0.75s;
}

.error-checkmark .error-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(244, 67, 54, 0.5);
}

.error-checkmark .error-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
}

.error_description {
    text-align: center;
    font-size: 16px;
    color: #f44336;
}

.btn.btn-google {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #121923;
    border: 0px;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    background-color: #dce6f4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease 0s;
}
.btn.btn-google svg path {
    fill: #3f68cb;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn.btn-google:hover {
    background-color: #3274ec;
    color: #fff;
}
.btn.btn-google:hover svg path {
    fill: #fff;
}

@keyframes rotate-circle-error {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-left {
    0% {
        width: 0;
        left: 40px;
        top: 40px;
    }
    50% {
        width: 0;
    }
    100% {
        width: 45px;
        left: 18px;
        top: 38px;
    }
}

@keyframes icon-line-right {
    0% {
        width: 0;
        right: 40px;
        top: 40px;
    }
    50% {
        width: 0;
    }
    100% {
        width: 45px;
        right: 18px;
        top: 38px;
    }
}


@keyframes scaleUp {
    0% { transform: translate(-50%, -50%) scale(0) }
    60% , 100% { transform: translate(-50%, -50%)  scale(1)}
}
@keyframes pulse {
    0% , 60% , 100%{ transform:  scale(1) }
    80% { transform:  scale(1.2)}
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}