

/* Start:/local/templates/uFlor_phoneauth/assets/css/auth.css?16995098545170*/
html,
body {
    padding: 0;
    margin: 0;
}

*,
*:before,
*:after {
    box-sizing: padding-box;
    box-sizing: border-box;
}

* {
    font-family: 'Open Sans', Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

*:focus {
    outline: none;
}

a,
html {
    color: #fff;
}

a {
    text-decoration: none;
}

html {
    width: 100%;
    height: 100%;
    font-size: 20px;
}

body {
    width: 100%;
    min-height: 100%;
    display: flex;
    background: url(/local/templates/uFlor_phoneauth/assets/css/../images/background.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

b,
strong {
    font-weight: 600;
}

.page,
.page__wrapper {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 100%;
}

.page>*,
.page__wrapper>* {
    width: 100%
}

.page {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.page__wrapper {
    align-items: center;
    padding: 140px 0 0;
    position: relative;
}

.page__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page__logo a,
.page__logo img {
    display: block;
}
.page__logo img {
    margin-top: 50px;
    width: 218px;
}
.page__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    border-radius: 50%;
}

.page__close svg {
    width: 16px;
    height: 16px;
    display: block;
    fill: currentColor;
}

.form {
    padding: 64px 32px;
    background: #fff;
    width: calc(100% - 64px);
    max-width: 498px;
    color: #000;
    border: 1px solid #eee;
    box-shadow: 0px 0px 0px 32px #fff;
    margin: 32px auto;
}

.form a {
    color: #f36;
}

.form a:hover {}

.form__title {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 10px;
}

.form__subtitle {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 5px;
}

.form__caption {
    font-size: 0.7rem;
    text-align: center;
    color: #666;
}

.form__label {
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

*+.form__line {
    margin-top: 36px;
}

.form__text {
    text-align: center;
    font-size: 0.7rem;
}

.form__text a {
    text-decoration: underline;
    color: #000;
}

*+.form__text,
.form__text+* {
    margin-top: 20px;
}

.form__element {
    width: 100%;
    position: relative;
}

.form__input,
.button {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    outline: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    flex-grow: 1;
}

.form__input {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    height: 54px;
    border: 1px solid #ccc;
}

.form__input:focus {
    border-color: #999;
}

.form__error {
    font-size: 0.8rem;
    color: #f36;
}

*+.form__error {
    margin-top: 5px;
}

.button {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    padding: 13px 20px;
    text-align: center;
    background-color: #f36;
    color: #fff;
    user-select: none;
    border-radius: 4px;
}

.button__icon_mobile {
    display: none;
}

.button__icon_mobile svg {
    fill: currentColor;
    width: 32px;
    height: 20px;
    display: block;
}

.button:hover {
    background-color: rgb(255, 28, 85);
}

.button:active {
    background-color: rgb(190, 27, 68);
    color: #ccc;
}

.form__element .button {
    position: absolute;
    top: 4px;
    right: 4px;
}

.form__element .button~.form__input {
    padding-right: 160px;
}

.form__element .form__error {
    width: 100%;
}

@media screen and (max-width: 540px) {
    html {
        font-size: 18px;
    }
    .page__logo img {
        height: 40px;
        margin-top: 0;
        width: auto;
    }
    .page__wrapper {
        padding-top: 60px;
    }
    .form {
        padding: 40px 20px;
        box-shadow: none;
        border: 0;
        margin: 0;
        width: 100%;
    }
    /* .form__element {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .form__element .button {
        position: relative;
        order: 2;
        margin-top: 10px;
    }
    .form__element .form__error {
        order: 1;
    }
    .form__element .button~.form__input {
        padding-right: 20px;
    } */
    .button__icon_mobile {
        display: block;
    }
    .button__icon_mobile~.button__caption {
        display: none;
    }
    .form__element .button~.form__input {
        padding-right: 50px;
    }
    .form__input,
    .button {
        font-size: 16px;
        padding: 10px;
    }
    .form__input {
        height: 44px;
    }
    .button__icon_mobile svg {
        height: 16px;
        width: 20px;
    }
    .page__close {
        width: 32px;
        height: 32px;
    }
    .page__close svg {
        width: 12px;
        height: 12px;
    }
}
/* End */


/* Start:/local/templates/uFlor_phoneauth/template_styles.min.css?1699509854166*/
.form__text button.a{text-decoration:underline;color:#000;background:none;border:0;outline:0;padding:0;margin:0;display:inline-block;cursor:pointer;font-size:inherit}
/* End */
/* /local/templates/uFlor_phoneauth/assets/css/auth.css?16995098545170 */
/* /local/templates/uFlor_phoneauth/template_styles.min.css?1699509854166 */
