.ri-fingerprint-line {
    color: #de57e5;
}

.signup_logo h6 {
    font-size: 20px;
    font-weight: bold;
}

.signup_logo {
    color: var(--color);
    font-family: InterRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
}

.signup_logo div p {
    font-size: 13.5px;
    width: 367px;
    margin: 0 auto;
}

.google_facebook_logo {
    position: relative;
    outline: none;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    font-size: 1.4rem;
    margin: 0px 10px 28px 16px;
    color: rgb(173, 169, 173);
    font-family: InterSemiBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 50%;
    border: none;
    background: rgb(255, 255, 255);
    box-shadow: rgb(219, 219, 219) 2px 2px 4px;
    width: 52px !important;
    height: 52px !important;
    padding: 5px 5px;
}

.title_Shadow {
    font-size: 13px;
    text-align: center;
}

.form-check {
    padding-left: 2.5em !important;
}

.input-container {
    position: relative;
    /* margin-bottom: 1.5rem; */
}

.input-field {
    width: 100%;
    padding: 1rem;
    font-size: 13px;
    border: 1px solid #ccc;
    /* Change border color */
    border-radius: 0.5rem;
    /* Rounded corners */
    transition: border-color 0.3s;
    outline: none;
}

.input-field:focus {
    border-color: var(--color);
    /* Change border color on focus */
}

.input-label {
    position: absolute;
    top: 20%;
    /* Adjust positioning */
    left: 1rem;
    padding: 6px 9px;
    background-color: #fff;
    /* White background for label */
    color: #aaa;
    /* Light gray for label */
    font-size: 14px;
    transition: all 0.3s;
}

.input-field:focus+.input-label,
.input-field:not(:placeholder-shown)+.input-label {
    top: -21%;
    /* Move label above input */
    left: 1rem;
    font-size: 0.75rem;
    /* Smaller font size */
    color: var(--color);
    /* Change label color on focus */
}

.react-tel-input .flag-dropdown {
    position: absolute;
    border-radius: 0.5rem 0 0 0.5rem !important;
}

.react-tel-input .form-control {
    border-radius: 0.5rem !important;
    height: 50px !important;
}

@media(max-width:380px) {
    .signup_logo div p {
        width: 312px;
        margin: 0 auto;
    }
}

@media(max-width:324px) {
    .signup_logo div p {
        width: 249px;
        margin: 0 auto;
    }
}