

/* Start:/local/templates/assigment_demo/components/bitrix/system.auth.authorize/assignments/style.css?16928186751313*/
/* Start:/local/templates/assigment_demo/components/bitrix/system.auth.authorize/assignments/style.css?1692450985854*/
.auth-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background: #eef2f4;
}
.bx-auth{
    width: 100%;
    max-width: 400px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
body{
    padding: 0px;
    margin: 0px;
    font-family: Sans-serif;
}
.bx-auth-title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.auth-form-group{
    display: flex;
    flex-direction: column;
}
.auth-form-group label{
    display: block;
    margin-bottom: 5px;
}
.auth-form-group input{
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    padding: 11px;
}
.auth-form{
    display: flex;
    flex-direction: column;
}
.btn.btn-primary{
    background: #65a5f1;
    box-shadow: none;
    border: 0px;
    font-size: 15px;
    color: #fff;
    padding: 20px 20px;
    width: 100%;
    cursor: pointer;
    margin-top: 11px;
}
/* End */



/* End */
/* /local/templates/assigment_demo/components/bitrix/system.auth.authorize/assignments/style.css?16928186751313 */
