/*** LOGIN ***/
.login-wrapper-alk-at {
	text-align: left;
	padding: 20px 0 100px 0;
	background: url("/shop/javax.faces.resource/img/ALK_AT_Login.png.xhtml?con=pharmamall&v=1748359970703&vendorURIName=null") top center no-repeat;
	color: #00325D;
	min-height: 800px;
	background-color: #FFF;
	height: 914px;
}

.login-wrapper-alk-at p {
	font-family: 'firasanscondensed-bold';
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: 50px;
}

p.info-text {
	font-family: 'firasanscondensed-bold';
	font-size: 1em;
}

.login-wrapper-alk-at p a {
	text-decoration: underline;
	color: #00325D;
}

.input-with-submit {
	position: relative;
	max-width: 620px;
	margin: 0 auto;
}

.input-with-submit .submit-button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: url("/shop/javax.faces.resource/img/submit-icon.png.xhtml?con=pharmamall&v=1748359970703&vendorURIName=null") no-repeat;
	background-size: 40px auto;
	border: 0;
	cursor: pointer;
}

#login-form {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 340px;
}

.login-wrapper-alk-at input[type="text"],
.login-wrapper-alk-at input[type="password"]{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 1em;
	outline: 0;
	color: #00325D;
	font-family: 'firasanscondensed-bold';
	border: 1px solid #173559;
}

.login-wrapper-alk-at input::placeholder {
	color: #8098ad;
}

.radio-with-label {
	display: inline-block;
	margin-right: 30px;
}

.radio-with-label label {
	font-family: 'firasanscondensed-bold';
	font-size: 1.8em;
	line-height: 1.2em;
	float: left;
}

.radio-with-label input {
	float: left;
	margin: 13px 0 0 10px;
}

.login-wrapper-alk-at input.input-identifikation {
	margin-top: 30px;
}

/* multiple customer selection page */
#multipleCustomerSelectionForm {
	text-align: left;
}

.login-multiple-customer-wrapper {
	text-align: center;
	padding: 100px 0 100px 0;
	background: url("/shop/javax.faces.resource/img/shoppingmall-bg.jpg.xhtml?con=pharmamall&v=1748359970703&vendorURIName=null") top center no-repeat;
	color: #00325D;
	min-height: 550px;
	height: 914px;
}

#multipleCustomerSelectionForm p {
	font-family: 'firasanscondensed-bold';
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: 50px;
}

#multipleCustomerSelectionForm .submit-button {
	background: linear-gradient(to right, #00325D 0%, #006060 100%);
	font-size: 1.4em;
	color: #fff;
	padding: 10px 30px;
	border-radius: 0;
	border: 0;
	margin-top: 5px;
	cursor: pointer;
	font-family: 'firasanscondensed-bold';
}

#multipleCustomerSelectionForm [type="radio"]:checked, #multipleCustomerSelectionForm [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
#multipleCustomerSelectionForm [type="radio"]:checked + label,
#multipleCustomerSelectionForm [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 25px;
    display: inline-block;
    color: #00325D;
    font-size: 1.4em;
}
#multipleCustomerSelectionForm [type="radio"]:checked + label:before,
#multipleCustomerSelectionForm [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #00325D;
    border-radius: 100%;
    background: #fff;
}


#multipleCustomerSelectionForm [type="radio"]:checked + label:after,
#multipleCustomerSelectionForm [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #152444;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#multipleCustomerSelectionForm [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#multipleCustomerSelectionForm [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#multipleCustomerSelectionForm .selection-list {
    background-color: rgba(255, 255, 255, 0.8); 
    padding: 10px; 
    text-align: left; 
    box-shadow: 1px 1px 1px #dcdcdc;
    font-size: 14px;
    padding: 20px;
    color: #00325D;
}

.alert [type="checkbox"] {
	width: 15px;
}

.submit-grp {
	margin-right: 0px;
	margin-left: auto;
}

.submit-grp .btn-pm-grey {
	margin-right: 10px;
	margin-bottom: 23px;
}

.login-data-wrapper {
	text-align: left;
	padding: 20px 0 100px 0;
	color: #00325D;
	background-color: #FFF;
	min-height: 600px;
}

.login-data-wrapper p {
	font-family: 'firasanscondensed-bold';
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: 50px;
}

.login-data-wrapper p.info-text {
	font-size: 1em;
}



.login-data-wrapper p a {
	text-decoration: underline;
	color: #00325D;
}

#passwordChangeForm .input-wrapper {
	margin-bottom: 5px;
}

#passwordChangeForm .input-wrapper label {
	display: block;
	font-size: 1.0em;
	margin-bottom: 5px;
	margin-top: 5px;
}

#passwordChangeForm .input-wrapper input, #passwordChange .input-wrapper select
	{
	width: 48%;
	height: 40px;
	outline: 0 !important;
	font-size: 1em;
	padding-left: 10px;
}

#passwordChangeForm .submit-button {
	background: linear-gradient(to right, #00325D 0%, #006060 100%);
	font-size: 1.4em;
	color: #fff;
	padding: 10px 30px;
	border-radius: 0;
	border: 0;
	margin-top: 5px;
	cursor: pointer;
	font-family: 'firasanscondensed-bold';
}

#passwordChangeForm .form-control {
	font-family: 'firasanscondensed-bold';
	border-radius: 0;
	border: 0;
	width: 48% !important;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    border: 1px solid #a9a9a9;
}

#emailVerificationForm .input-wrapper {
	margin-bottom: 5px;
}

#emailVerificationForm .input-wrapper label {
	display: block;
	font-size: 1.0em;
	margin-bottom: 5px;
	margin-top: 5px;
}

#emailVerificationForm .input-wrapper input, #passwordChange .input-wrapper select
	{
	width: 48%;
	height: 40px;
	outline: 0 !important;
	font-size: 1em;
	padding-left: 10px;
}

#emailVerificationForm .submit-button {
	background: linear-gradient(to right, #00325D 0%, #006060 100%);
	font-size: 1.4em;
	color: #fff;
	padding: 10px 30px;
	border-radius: 0;
	border: 0;
	margin-top: 5px;
	cursor: pointer;
	font-family: 'firasanscondensed-bold';
}
