

/* Start:/local/templates/site/components/bitrix/system.auth.authorize/.default/style.css?1681832926863*/
.main-wrapper{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.main-wrapper .form-wrapper{
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #fff;
    width: 500px;
    box-shadow: 0 0.1rem 1rem 0.25rem rgb(0 0 0/5%) !important;
    padding: 3.75rem;
    border-radius: 0.475rem;
}
.main-wrapper .form-wrapper .form-group-text{
    margin-top: 2rem;
    line-height: 180%;
    text-align: center;
}
.main-wrapper .form-wrapper .logo{
    margin-bottom: 3rem;
}
@media(max-width:768px) {
    .main-wrapper .form-wrapper .logo{
        margin-bottom: 2rem;
    }
    .main-wrapper .form-wrapper{
        width: 100%;
        min-height: 100vh;
        border-radius: 0;
        padding: 2rem;
    }
}
/* End */
/* /local/templates/site/components/bitrix/system.auth.authorize/.default/style.css?1681832926863 */
