

/* Start:/bitrix/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?17546618153233*/
.auth__bottom-action{
	margin: -8px 0 24px
}

.auth__bottom-action .forgot{
	margin: -4px 0 0 0;
	display: block;
    text-decoration: none;
}

.auth-page.pk-page{
	max-width: 560px;
	padding: 0;
	margin: auto
}

.pk-page .form {
    max-width: 484px;
    padding: 0;
    margin: auto;
}
.pk-page label{
    text-transform: none;
}
.auth-page .phone_or_login+.form-group{
	display: none
}


.auth-page .phone_or_login label{
	display: none;
}

.auth-page .phone_or_login:not(.phone_or_login-login):not(.phone_or_login-email):not(.phone_or_login-phone) label:nth-of-type(1){
	display: block
}

.auth-page .phone_or_login.phone_or_login-email label:nth-of-type(2),.auth-page .phone_or_login.phone_or_login-login label:nth-of-type(2){
	display: block
}

.auth-page .phone_or_login.phone_or_login-phone label:nth-of-type(3){
	display: block
}

.auth-page .hidden{
	display: none !important;
	visibility: hidden !important;
}


.auth-page .line-block__item{
	padding-top: 8px;
	padding-bottom: 8px;
}

.auth-page .auth__bottom-action{
	margin: -8px 0 0px!important;
}

.flex-remember-forgot{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.form-control-unibel {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control-unibel:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.bottom-unibel{
    display: inline-block;
    text-decoration: none!important;
    background: #333;
    border-color: #333;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: .5rem 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    width: 100% !important;
    text-align: center;
    cursor: pointer;
}
.bottom-unibel:hover{
    background-color: white!important;
    color: #333!important;
}
.forgot{
    color: black!important;
}

.popup-unibel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup-content-unibel {
    background-color: white;
    width: 50%;
    max-width: 400px;
    margin: 100px auto;
    padding: 20px;
    text-align: center;
    position: relative;
}

.close-btn-unibel {
    padding: 5px 15px;
    /* background-color: #007bff; */
    color: #000;
    border: none;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.open-popup-auth-ubibel{
    cursor: pointer;
    font-size: 14px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?17546618153233 */
