

/* Start:/local/templates/arfashion/components/bitrix/system.auth.authorize/.default/style.css?17549449285602*/
.new-user + .btn.btn_transparent.btn--nz {
    display: flex;
    text-align: center;
}
.bx-authform--new{
    margin-top: 20px !important;
}
.authorization-new--container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* min-height: 485px; */
    width: 100%;
    margin: -35px auto 0 auto;
}
.authorization-new {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 540px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 8px;
    margin-top: 70px;
}

.authorization-new input::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-family: "Open Sans","sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.authorization-new__container {
    display: flex;
    flex-direction: column;
}

.authorization-new__wrapper {
    padding: 40px 40px 0 40px;
}

@media(max-width: 490px) {
    .authorization-new__wrapper {
        padding: 40px 10px 0 10px;
    }
}

.authorization-new__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F9F9F9;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 18px;
}

.authorization-new__button {
    color: rgb(105, 105, 105);
    font-family: "Open Sans","sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    background: #F9F9F9;
    border-radius: 4px;
    width: 225px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    transition: 0.5s;
}

.authorization-new__button.active {
    color: rgb(0, 0, 0);
    background: white;
}

.getting-code {
    display: flex;
}

.getting-code__input {
    width: 298px;
    height: 40px;
    padding-left: 20px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 3px;
}


.getting-code__button {
    padding: 9px 0;
    width: 152px;
    background: #a2233e;
    color: #fff;
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
    border-radius: 3px;
    margin-left: 10px;
}

@media(max-width: 490px) {
    .getting-code__button {
        width: 100%;
        max-width: 130px;
        font-size: 14px;
    }
    .getting-code__input {
        width: 100%;
        max-width: 190px;
    }
}

.button-entry {
    padding: 9px 0;
    background: #a2233e;
    color: #fff;
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    display: none;
}

.input-sms {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

 .input-sms__text {
    color:rgb(105, 105, 105);
    font-family: 'Open sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 18px;
    transform: none !important;
}

 .input-sms__input {
     color: rgba(0, 0, 0, 0.5);
     font-family: 'Open sans', sans-serif;
     font-size: 16px;
     font-weight: 400;
     line-height: 20px;
     padding: 10px 0 10px 20px;
     border: 1px solid rgb(234, 234, 234);
     border-radius:3px;
     width: 100%;
     max-width: 460px;
     margin-top: 30px;
 }


 .entry-vk {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 40px;
     background: #F9F9F9;
     height: 40px;
     margin-top: 40px;
     border-radius: 0 0 4px 4px;
 }

 @media(max-width: 490px) {
     .entry-vk {
         padding: 0 10px;
     }
 }

 .entry-vk__wrapper {
     display: flex;
     align-items: center;
 }

 .entry-vk__text {
     color: rgb(0, 43, 112);
     font-family: 'Open sans', sans-serif;
     font-size: 16px;
     font-weight: 400;
     line-height: 20px;
     margin-right:10px ;
 }

 .registration--new {
     color: rgb(0, 43, 112) !important;
     font-family: 'Open sans', sans-serif;
     font-size: 16px;
     font-weight: 400;
     line-height: 20px;
 }


 .authorization-new__password {
     width: 100%;
     height: 40px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     border: 1px solid rgb(234, 234, 234);
     border-radius: 3px;
     padding: 0 20px;
     margin-top: 20px;
     position: relative;
 }

.input--email {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 3px;
}

.input--password {
    width: 90%;
}

.forgot-password {
    display: block;
    color: rgb(105, 105, 105) !important;
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0;
    text-align: right;
}

.button-entry__email {
    padding: 9px 0;
    background: #a2233e;
    color: #fff;
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}

.auth-tab-content:not(.active) {
    display: none;
}

#bx_register_error {
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 400;
    color: #a2233e !important;
    font-size: 14px;
    line-height: 15px;
    margin-top: 10px;
}
/* End */


/* Start:/local/templates/arfashion/components/bitrix/socserv.auth.form/vk/style.css?17549449281560*/
.bx-authform-social--new {
	height: 45px;
}


.bx-authform-social-popup{
	display: none;
	background: #fff;
	width: auto;
	padding: 15px;
	font-size: 14px;
	white-space: nowrap;
}

.bx-authform-social-popup form{margin-bottom: 0;}

.bx-authform-social-popup input[type="text"] {
	display: inline-block;
	max-width: 150px;
	font-size: 18px;
	height: 30px;
	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;
}

.bx-authform-social ul {
  	padding: 5px 0 12px;
  	margin: 0 0 15px;
  	/* display: block; */
	display: flex;
	justify-content: center;
}

.bx-authform-social ul li:not(:last-child) {
	margin-right: 5px;
}

.bx-authform-social ul li {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
}
.bx-authform-social ul li .bx-authform-social-icon {
	display: block;
	width: 35px;
	height: 35px;
	/*background-image: url(/local/templates/arfashion/components/bitrix/socserv.auth.form/vk/images/googl.svg);*/
	background-repeat: no-repeat;
	border-bottom: none;
	background-position: center center !important;
}
.google{
	background-image: url(/local/templates/arfashion/components/bitrix/socserv.auth.form/vk/images/googl.svg);
	background-position: 0 !important;
}

.vkontakte{
	background-image: url(/local/templates/arfashion/components/bitrix/socserv.auth.form/vk/images/vk-blue.svg);
	background-position: 0 !important;
}

.apple{
	background-image: url(/local/templates/arfashion/components/bitrix/socserv.auth.form/vk/images/apl.svg);
	background-position: 0 !important;
}

.facebook{
	background-image: url(/local/templates/arfashion/components/bitrix/socserv.auth.form/vk/images/fk.svg);
	background-position: 0 !important;
}

/* End */
/* /local/templates/arfashion/components/bitrix/system.auth.authorize/.default/style.css?17549449285602 */
/* /local/templates/arfashion/components/bitrix/socserv.auth.form/vk/style.css?17549449281560 */
