<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}

.layout-login {
    height: unset;
    padding: 32px;
}

.phone .layout-login {
    height: unset;
    padding: 0;
}

.input-with-icon .input-with-icon-content-icon:not(:empty)+.input-with-icon-input input {
    padding-left: var(--space-xl);
    font-size: var( --font-size-labels);
}

.input, textarea.input, .select {
    height: 50px;
}
.icon-Password:before {
    font-size: 22px;
}

.icon-Email:before {
    font-size: 22px;
}

.icon-User-menu1:before {
    font-size: 22px;
}

.icon-Location:before {
    font-size: 22px;
}

::placeholder { 
   color:   var(--color-text-03);
   font-size: var(--font-size-labels);
}

.layout-login-simple .layout-login-form {
    padding-top: 16px;
    padding-bottom: 16px;
}
.phone .layout-login-simple .layout-login-form {
    margin: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
}

.select {
   padding-left: 40px;
   color:   var(--color-text-03);
   font-size: var(--font-size-labels);
}

.recaptch-box .rc-anchor-light.rc-anchor-normal {
    border: none !important;
}

.recaptch-box  .rc-anchor-light {
    background: #fff !important;

}
.recaptch-box  .rc-anchor-normal {
    height: 74px;
    width: 300px;
}
.recaptch-box  .rc-anchor {
    box-shadow: none !important;
    -webkit-box-shadow: none !important; 
    -moz-box-shadow: none !important;
}
.phone .Button {
    width: 100%;
}</pre></body></html>