/* Страница авторизации */ 
#authentication .authentication_hello {
    font-size: 2.2rem;
    margin-bottom: 5px;
    font-weight: 700;
    color: black;
}
#authentication .authentication_title {
    color: #000;
    text-align: center;
    padding: 0px 0 100px 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
}
#authentication .authentication_title button.btn.btn-primary {
    background: #2183e6;
    padding: 10px 20px 10px 20px;
    font-size: 25px;
    text-transform: inherit;
    box-shadow: none;
    background-position: right center;
    background-size: auto;
}
/* Поп-ап */ 
div#ecm_smssender_register-modal p.plogin,
div#ecm_simcheck_register-modal p.plogin {
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    text-align: left;
}
div#ecm_smssender_register-modal div#otp-code label,
div#ecm_simcheck_register-modal div#otp-code label {
    margin-bottom: 10px;
    margin-top: 12px;
    font-size: 18px;
}
div#ecm_smssender_register-modal,
div#ecm_simcheck_register-modal {
    color: black;
}
div#ecm_smssender_register-modal button#sendOTPidentityModal,
div#ecm_simcheck_register-modal button#sendOTPidentityModal {
    background: #fff;
    color: #2183e6;
    border: 1px solid #2183e6;
}
div#ecm_smssender_register-modal div#otp-button-identity-modal button#verifyOtp,
div#ecm_simcheck_register-modal div#otp-button-identity-modal button#verifyOtp, 
div#ecm_smssender_register-modal button.btn.btn-primary.plogin-button,
div#ecm_simcheck_register-modal button.btn.btn-primary.plogin-button {
	background: #2183e6;
    color: #ffffff;
    border: 1px solid #2183e6;
}
div.confirm_register p.about a{
	color: red !important;
}
#otp-code {
	padding-bottom: 1rem;
}
#otp-phone-form p.error {
	margin-bottom: 1rem;
}
button.close span.registration_close i.material-icons.close_sms::before{
    content: '\e5cd';   
}

/* Корзина */ 
span.customer_log.link a {
    color: red !important;
    padding: 15px 0;
    display: inline-block;
    font-size: 1.2rem;
}
span.customer_no-log.link a {
    color: #0d912c !important;
    padding: 15px 0;
    display: inline-block;
    font-size: 1.2rem;
}