

/* Start:/local/templates/grandfayans/components/custom/auth-reg/main/style.css?17631529642756*/
.auth-reg-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.auth-reg-tab-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-reg-tab-head{
    max-width: 350px;
    width: 100%;
    background-color: #F0F2F4;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.auth-reg-tab-head-item{
    width: 50%;
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
    padding: 7px;
    text-decoration: none;
    border-radius: 10px;
}
.auth-reg-tab-head-item.active{
    background-color: #FFFFFF;
    color: #000;
}
.auth-reg-tab-body {
    max-width: 435px;
    width: 100%;
    align-items: center;
    padding: 40px 30px 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(68, 92, 130, 0.12), -1px 4px 10px rgba(68, 92, 130, 0.1), 0px -2px 10px rgba(68, 92, 130, 0.05);
    border-radius: 12px;
}
.auth-reg-tab-body-title{
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.05em;
    color: #000000;
    margin-bottom: 4px;
    text-align: center;
}
.auth-reg-tab-body-desc{
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 40px;
}
.auth-reg-tab-form,
.auth-reg-tab-body-item{
    display: none;
}
.auth-reg-tab-form.active,
.auth-reg-tab-body-item.active{
    display: block;
}
.auth-reg-tab-form-link{
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
    text-decoration: none;
}
.auth-reg-tab-form-bottom-desc{
    margin-top: 20px;
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}
.auth-reg-tab-form-bottom-desc a{
    margin-top: 4px;
    display: block;
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-decoration-line: underline;
    color: rgba(0, 0, 0, 0.6);
}
.c-checkbox.error .checkmark,
.auth-reg .error input{
    border-color: #f44336;
}
/* End */
/* /local/templates/grandfayans/components/custom/auth-reg/main/style.css?17631529642756 */
