.mt-18{
    margin-top: 18px;
}
.ics-auth-field input {
    /* height: 50px; */
    width: 100%;
    border-radius: 5px;
    background: #333;
    border-color: transparent;
    padding: 15px;
}

.ics-auth-field {
    padding-bottom: 0px;
}

.ics-auth-field input:focus-visible {
    outline: none;
}

.ics-auth-field input,
.ics-auth-field textarea {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #bbb;
}

.ics-auth-field input::-webkit-input-placeholder,
.ics-auth-field textarea::-webkit-input-placeholder,
.otp-grid input::-webkit-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #bbb;
}

.ics-auth-field.grid {
    display: flex;
    gap: 15px;
}

.submit-form input {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    padding: 12px;
    border-radius: 5px;
    background: #1286FA;
    transition: 0.3s ease-in;
    border-color: transparent;
}

.submit-form input:hover {
    background: #FFF;
    color: #1286FA;
}

.form-holder-login input {
    width: 100%;
}


.ics-auth-phone-wrapper {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 14px;
}

.ics-auth-phone-wrapper select,
.ics-auth-phone-wrapper input[type="text"],
.ics-auth-phone-wrapper input[type="tel"] {
    height: 52px;
    border-radius: 8px;
    border: none;
    background: rgba(40, 40, 40, 0.9); 
    color: #fff;
    font-size: 14px;
    padding: 0 14px;
    box-sizing: border-box;
    outline: none;
}

.ics-auth-phone-wrapper select {
    flex: 0 0 105px;        
}

.ics-auth-phone-wrapper input[type="text"],
.ics-auth-phone-wrapper input[type="tel"] {
    flex: 1 1 auto;         
}

.ics-auth-phone-wrapper input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}


.ics-auth-terms {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
    font-size: 12px;                 
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

.ics-auth-terms input[type="checkbox"] {
    margin-top: 2px;
    width: 27px;
}

.ics-auth-terms a {
    color: #2da3ff;
    text-decoration: none;
}


.ics-auth-password-hint{
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.35;
  opacity: .9;
}
.ics-auth-password-hint.is-invalid{ color: #b42318; }
.ics-auth-password-hint.is-valid{ color: #027a48; }

.text-center {
    text-align: center;
}
.ics-signup-verify-note{
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 15px;
}