

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/main.register/reg-rf/style.css?17507569882178*/
.workarea{
    width: 1200px;
    margin: auto;
}
.reg-block{
    width: 500px;
    margin: auto;
    display: grid;
    justify-items: center;
    padding: 20px;
}
.reg-block b{
font-size: 30px;
}
.reg-block p{
    font-size: 16px;
    }



.reg-block tr{
    width: 100%;
    display: grid;
    justify-content: space-between;
    justify-items: start;
}
.reg-block input{
    width: 300px;
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.reg-block form{
    display: flex;
    justify-content: center;
}
#captcha-container{
    margin: 20px 0;
}

input.but-but{
    justify-content: center;
    color: #000000;
    background-color: #04af20;
    color: #fff;
    border-radius: 5px;
}
input.but-but:hover{
    justify-content: center;
    background-color: #ffffff;
    color: #04af20;
    border: 1px solid #04af20;
    border-radius: 5px;
}



@media (max-width: 650px){
    .workarea{
        width: 100%;
    }
    .reg-block{
  width: 100%;
    } 
}





.bitrix-main-register1{
    width: 500px;
    margin: auto;
}

.bitrix-main-register1 .block{
    display: grid;
}

.bitrix-main-register1 .block input{
    width: 300px;
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.submit input{
    background: #04af20;
    color: white;
    border: 2px solid #04af20;
    padding: 10px 25px;
    margin-top: 20px;
    border-radius: 5px;
}
.submit input:hover{
    background: #ffffff;
    color: #04af20;
    border: 2px solid #04af20;

}

@media (max-width: 650px){
    .bitrix-main-register1{
        width: 100%;

    }
}
/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/main.register/reg-rf/style.css?17507569882178 */
