

/* Start:/local/templates/nle/components/bitrix/system.auth.authorize/flat/style.css?17761913041721*/
.input__show-pass {
    cursor: pointer;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    right: 0;
    height: 38px;
    line-height: 38px;
    width: 30px;
    box-sizing: border-box;
    display: block;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out;
}
.input__show-pass:after {
    content: '';
    background-image: url(/local/templates/nle/components/bitrix/system.auth.authorize/flat/img/eye-off.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    top: 50%;
    position: relative;
    margin-top: -8px;
}
.input__show-pass:hover {
    opacity: 1;
}
.input__show-pass.input__show-pass--active {
    opacity: 1;
}
.input__show-pass.input__show-pass--active:after {
    background-image: url(/local/templates/nle/components/bitrix/system.auth.authorize/flat/img/eye.svg);
}
.bx-authform .alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    border-radius: 15px;
}
.bx-authform input[type=text],
.bx-authform input[type=password]
{
    border-radius: 10px;
    padding: 10px 15px;
    height: auto;
    width: 100%;
    max-width: 300px;
 }
.bx-authform .bx-authform-label-container {
    font-size: var(--font-size-normal);
    color: var(--color-gray-darker2);
    padding-bottom: 5px;
    padding-left: 5px;
}
.bx-authform .bx-authform-link-container,
.bx-authform .bx-authform-description-container {
    padding-bottom: 15px;
    font-size: var(--font-size-normal);
    color: var(--color-gray-darker2);
}
.bx-authform-input-container{
	position: relative;
	max-width: 300px;
}
.bx-authform-link-container a,
.bx-authform-link-container a:visited
{
 color: var(--color-gray-darker2);
}
/* End */
/* /local/templates/nle/components/bitrix/system.auth.authorize/flat/style.css?17761913041721 */
