/**
 * @version 02.11.2023
 *
 * mobile/authorization/styles.r.3-phone.css
 *
 * Skin "mobile"
 */

/*** Agent ***/
/** agent login form **/
form.login.agent {
	width: 100%;
}

form.login.agent .ym-fbox-button.field-submit {
	padding-top: 1em;
}
form.login.agent .ym-fbox-button.field-submit button {
	width: 100%;
}

/*** login form ***/
/*
div.login-layout {
}
*/

div.login-layout > div.ym-gl,
div.login-layout > div.ym-gr {
	width: 100%;
}

div.login-layout > div.ym-gl {
	padding-right: 0;
}

.ym-form .ym-fbox.field-captcha img,
.ym-form .ym-fbox.field-captcha input[type="number"],
.ym-form .ym-fbox.field-captcha input[type="text"] {
	width: 100%;
}

div.login-layout button#submit {
	width: 100%;
}
div.login-layout .ym-fbox-wrap  {
	width: 100%;
}
div.login-layout ul.ym-fbox-wrap > li {
	display: none;
}
div.login-layout ul.ym-fbox-wrap > li:FIRST-CHILD {
	display: block;
	width: 100%;
}

div.selectionBlock {
	margin-top: 1em;
}

div.selectionBlock div.col-1 {
	padding-top: 7px;
}

div.selectionBlock div.col-2 {
	padding-left: 7px;
}

div.selectionBlock div.col-2 h2 {
	font-size: 119%;
	margin-bottom: 0.1em;
}

div.selectionBlock div.col-2 div a.dotted {
	font-size: 95%;
}

/*** .ym-columnar ***/
.ym-columnar label,
.ym-columnar .ym-label {
	display: block;
	width: 100%;
}
.ym-columnar .ym-fbox-check input,
.ym-columnar .ym-message {
	margin-left: 0%;
}
.ym-columnar .ym-fbox-check.checkbox label,
.ym-columnar .ym-fbox-check.checkbox .ym-label {
	width: 90%;
	padding-left: 4px;
}

/*** "I've forgot my password ***/
.buttons-template.for-wizard.password-forgotten.step-3 > * {
	width: 100%;
}

/*** registration of a new B2B customers ***/
#requestB2B.ym-form .ui-selectmenu-button.ui-button {
	width: 100% !important;
}

/** wizard buttons **/

/* wizard buttons: 2. step */
section.buttons-template.for-wizard.step-2 > div.col-1 {
	width: 100%;
}
section.buttons-template.for-wizard.step-2 > div.col-2 {
	width: 100%;
}




/*** "I've forgot my password ***/
div.form-passwordForgot div.field-submit button {
	width: 100%;
}