/* Forms registration and autorization */
.top_reg_panel {
    width: 100%;
    height: 60px;
}


.top_reg_panel_right {
    width: 1200px;
    height: 60px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.form_reg_bottom_link {
    font-size: 1.6em;
    color: var(--Yellow);
    text-decoration: none;
    cursor: pointer;
    display: block;
}


.main_reg_panel {
    width: 1200px;
    height: 100%;
    margin: auto;
    border: 1px solid transparent;
    background: #F6F6F6;
    display: flex;
}

.left_reg_panel {
    flex: 1 1 55%;
}

.left_reg_panel_title {
    margin: 10px 20px;
    font-size: 36px;
    color: #4E4E4E;
}

.left_reg_panel_subheader {
    margin: 0px 20px;
    font-size: 20px;
    color: #9A9A9A;
}

.left_reg_panel_paragraph {
    margin: 10px 20px;
    font-size: 16px;
    color: #565656;
}

.right_reg_panel {
    flex: 1 1 45%;
}

/*.dark_panel {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200;
}*/

.form_remember_title4 {
    width: 328px;
    margin: 30px auto 0px;
    font-family: Verdana, Arial, serif;
    text-align: center;
    font-size: 1.5em;
}

.form_block {
    max-width: 528px;
    margin: 5% auto;
    padding-bottom: 50px;
    border: 1px solid var(--White);
    border-radius: 6px;
    background: var(--White);
    box-shadow: 0px 0px 20px 10px #00000026;
}

.form_header {
    margin-top: 40px;
    height: 20px;
    text-align: center;
    position: relative;
}

.mobile_form_exit {
    width: 14px;
    height: 14px;
    top: -20px;
    right: 20px;
    z-index: 100;
    display: block;
    position: absolute;
}

.exit_send {
    top: 0px;
    right: 15px;
}


.form_reg_title3 {
    font-family: Verdana, Arial, serif;
    text-align: center;
    font-size: 18px;
}

.form_reg_field_block {
    max-width: 328px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--Icon-gray);
    border-radius: 6px;
}

.form_reg_field {
    width: 100%;
    padding: 5px;
    height: 40px;
    font-size: 1.6em;
    background: var(--White);
    border: 1px solid transparent;
    border-radius: 6px;
}

.eye {
    width: 22px;
    height: 15px;
    top: 12px;
    right: 13px;
    position: absolute;
}

.form_reg_err {
    width: 328px;
    margin: auto;
    padding: 1px 1px;
    color: #7F0000;
    font-size: 1.2em;
    text-align: left;
    display: none;
}

.form_reg_title4 {
    width: 312px;
    margin: 1px auto;
    font-family: Verdana, Arial, serif;
    text-align: left;
    font-size: 13px;
    color: #333;
}


.form_private_block {
    max-width: 328px;
    min-height: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.form_private_block--left {
    width: 26px;
}
.form_private_block--right {
    width: 100%;
    font-size: 1.4em;
}

.form_private_block--checkbox {
    width: 20px;
    height: 20px;
    border-color: var(--Icon-gray);
}

.form_private_block--link {
    color: var(--Yellow);
    font-size: 1.4rem;
    text-decoration: none;
}

.form_reg_bottom_block {
    width: 328px;
    margin: 20px auto;
    text-align: center;
}

.form_reg_bottom_text {
    font-size: 1.6em;
    color: var(--Accent);
}

.remember_pass_block {
    width: 328px;
    margin: 8px auto 20px;
    text-align: right;
}

.remember_pass_link {
    font-size: 1.4em;
    color: var(--Accent);
    text-decoration: none;
    cursor: pointer;
}

