.login-container #login{
    border-radius: 12px;
    padding: 24px 20px;
    width: 872px;
    height: auto;
    box-shadow: 0 0 8px 0 rgba(108, 108, 108, 0.25);
    background: #fff;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.forgot-password a {
    width: 378px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #dc1d16;
}
.rout-btn a {
    border-radius: 4px;
    padding: 15px 12px;
    width: 230px;
    height: 50px;
    border: none;
    background: none;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--dark);
    transition: 0.3s;
}
.rout-btn a:hover {
    color: #fff;
    background-color: #D31141;
    text-decoration: none;
}
.login-container .error, .register_form .error {
    border: 0;
    background: #DC1D161A;
    width: 378px;
    border-radius: 4px;
    padding: 12px;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: #DC1D16;
    height: auto;
}
.register_form .error {
    width: 78%;
    margin: 0 auto 15px;
}
.categories .category-long {
    margin-bottom: 0px;
}
.categories {
    margin-bottom: 30px;
}
.password-checkbox {
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}
.right-part-dashboard.right-part-project-info .panel .inner .message-title {
    align-items: center;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--dark);
    font-size: 20px;
}
.right-part-dashboard.right-part-project-info .panel {
    background: none;
}
.reg-btn:disabled,
.reg-btn[disabled]{
    background-color: #d9d9d9;
}
.register_form .i-agree {
    display: none;
}
.register_form .i-agree.act {
    display: block;
}







@media (max-width: 680px) {
    .login-container #login {
        width: auto;

    }
}



