﻿.height-100 {
    height: 100vh;
}

.otpcard {
    width: 400px;
    border: none;
    height: 300px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .otpcard h6 {
        color: #3b1c9d;
        font-size: 20px;
    }

.inputs input {
    width: 40px;
    height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.card-2 {
    background-color: #fff;
    padding: 10px;
    width: 350px;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px;
}

    .card-2 .content {
        margin-top: 50px;
    }

        .card-2 .content a {
            color: red;
        }

.form-controll {
    /* --bs-blue: blue; */
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3b1c9d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

}
/*.form-controll:focus {
   
}*/
.form-controll:has(:focus-within) {
    border: none;
}

.form-controll:focus::placeholder {
    opacity: 0;
    fill-opacity: 0;
}

.form-controll:focus-visible {
    box-shadow: none;
    border: 2px solid #3b1c9d !important;
    outline: none;
    caret-color: #3b1c9d;
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: #3b1c9d;
    border: 1px solid #3b1c9d;
    width: 140px;
}

    .validate:hover {
        background-color: #0f833c;
        border-color: #0f833c;
    }


.google-login-button .google-icon svg {
    height: 20px;
    display: flex;
    margin-right: 10px;
}

.google-login-button {
    color: #333;
    border: 1px solid #d6d6d6;
    margin: 0 0 20px;
}

 .rounded-button {
    display: flex;
    width: 100%;
    text-decoration: none;
    border-radius: 50px;
    padding: 13px 20px;
    box-sizing: border-box;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    transition: linear 0.2s;
}