/**
 * @version 02.11.2023
 *
 * mobile/authorization/styles.r.1-resized.css
 *
 * Skin "mobile"
 */

/*** agent ***/
/** table.branches (search results) **/
/*
table.branches {

}
*/

/*** registration of a new B2B customers ***/
#requestB2B ul.request-b2b-step-1 > li {
	/*width: 48%;*/
	padding-left: 1%;
}

#requestB2B ul.request-b2b-step-1 > li:FIRST-CHILD {
	padding-left: 0;
	padding-right: 1%;
}

/*** registration of a new B2C customers ***/
#registrationB2Cstep1 ul.fieldsets-step-1 > li {
	padding-left: 1%;
}

#registrationB2Cstep1 ul.fieldsets-step-1 > li:FIRST-CHILD {
	padding-left: 0;
	padding-right: 1%;
}


.ym-columnar div.ym-fbox.dataprotection .ym-message {
	margin-left: 20px;
}

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