/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");


/* styles.css */
@font-face {
    font-family: 'VarelaRound';
    src: url('font.ttf') format('truetype');
}

/* Target autofill styles for modern browsers */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    /* Your styles here */
    /*border: 2px solid #000;*/
    /*background-color: #f0f0f0;*/
    color: #000;
}


input:-webkit-autofill {
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s; /* Set a long transition to override autofill background color */
}

body {
    font-family: 'VarelaRound', sans-serif;
    background-color: #fffbf1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}
.ghfg {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 20px 0px;
}
.ghfgj, .gghf {
    width: 45%;
    margin: 2px;
}
#otp {
    margin: 0;
}
#sendOTP {
    border-radius: 10px;
    background: #6f52ff;
    box-shadow: 0px 5px 0px rgb(255 185 0);
    color: white;
    font-weight: bold;
    width: 100%;
}
#sendOTP:disabled {
    background-color: #dddddd;
    color: #999999;
    cursor: not-allowed;
}
#top {
    font-size: 18px;
    background-size: cover;
    padding: 10px;
    font-weight: bold;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
    background: white;
}
#ottp {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
#back {
    height: 40px;
    width: 40px;
    font-size: larger;
    font-weight: bold;
    cursor: pointer;
}
.forgot {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
    font-size: 13px;
}
#log-btn {
    width: 100%;
    text-align: center;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

h2 {
    color: #333;
}
h1 {
    width: 100%;
    text-align: center;
}

form {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    margin: 1rem;
}
#resetPasswordForm {
    background-color: #fff;
    padding: 40px;
    border-radius: 0px 0px 10px 10px;
    margin: 2px;
    max-width: 245px;
    text-align: center;
}

label {
    display: block;
    margin-bottom: 8px;
}
.operate_container_login {
    margin-top: 20px;
    text-align: center;
}
.privacypolicy {
    text-align: center;
    margin-top: 20px;
}


input {
    width: 100%;
    padding: 10px;
    margin-bottom: 16px;
    box-sizing: border-box;
    box-shadow: 0px 5px 0px rgb(255 185 0);
    /*background: linear-gradient(to bottom, #f8bb86, #f27474);*/
    border-radius: 0.5rem;
    font-size: 16px;
    font-weight: bold;
}

button {
    background: linear-gradient(to bottom, #f0cd04, #ffbd46);
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 10rem;
    cursor: pointer;
    box-shadow: 0px 5px 0px rgb(98 96 95);
    font-weight: bold;
    width: 10rem;
    font-size: 18px;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
