:root {
    /* 1rem = 16px */
    --header-height: 3rem;
    /*48 px*/

    /* Colors */
    /* Change favorite color */


    /* HSL color mode */
    --first-color: #3198C9;
    --second-color: #3198C9;
    --first-color-second: hsl(6, 66%, 45%);
    --first-color-alt: hsl(var(--hue-color), 57%, 53%);
    --first-color-lighter: #8692A6 --title-color: #252B42 --text-color: hsl(228, 28%, 20%);
    --text-color-light: hsl(0, 0%, 45%);
    --input-color: hsl(var(--hue-color), 70%, 96%);
    --body-color: hsl(var(--hue-color), 60%, 99%);
    --container-color: #000;

    /* Font and typography */
    --body-font: 'Inter';

    /* 1rem = 16px */

    --big-font-size: 2rem;
    --h1-font-size: 1.875em;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1.125rem;
    --normal-font-size: 1.125rem;
    --small-font-size: 0.75rem;
    --smaller-font-size: 0.75rem;

    /* Font Weight */
    --font-light: 300;
    --font-medium: 500;
    --font-semi-bold: 600;

    /* Margerns Bottom */
    --mb-0-25: 0.25rem;
    --mb-0-5: 0.5rem;
    --mb-0-75: 0.75rem;
    --mb-1: 1rem;
    --mb-1-5: 1.5rem;
    --mb-2: 2rem;
    --mb-2-5: 2.5rem;
    --mb-3: 3rem;

    /* z indexes */

    --z-tooltip: 10;
    --z-fixed: 100;
    --z-model: 1000;
}


.cover-img {

    background-image: url("../../assets/imgs/bg.jpeg");
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center;
    object-fit: cover;


}

.maint {
    width: 55%;
    height: 540px;
    background-color: #3198C9;
    box-shadow: 0px 0px 143px rgba(255, 255, 255, 0.27);
    border-radius: 10px;
}
.head-in{
    width: 40%;
}


.head {
    color: white;
    font-family: 'inter';
    font-family: var(--body-font);
    font-size: 25px;
    font-weight: var(--font-semi-bold);
}

.head-p {   
    
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
}

.hr {

    background-color: white;
}


.btn-r {
    color: #259CD5;
    width: 100%;
    border-radius: 6px;
    font-family: 'Inter';
    font-size: var(--normal-font-size);
    font-weight: 550;
    border: goldenrod;
    cursor: none; 
}

.btn-r:hover {
    cursor: pointer;
}

.btn-r:focus, .btn-r:active {
    outline: none !important;
    box-shadow: none;
}

small{
    color: white;
}
.rnd{
    color: white;
}


.pass{
    color: white;
}


.inputs input {
    background: rgba(18, 18, 29, 0.05);
    border: 0.783088px solid rgba(18, 18, 29, 0.1);
    border-radius: 50%;
    font-size: 31.3235px;
    font-family: Roboto;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    margin: 0.5rem;
}

 


@media   (max-width: 750px) {
    .maint {
        width: 95%;
        height: 543px;
        background-color: #3198C9;
        box-shadow: 0px 0px 143px rgba(255, 255, 255, 0.27);
        border-radius: 10px;
    }
    .head-p {
       
        font-family: 'Inter';
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 28px;
    }
    .head-in{
        width: 80%;
    }
  }
  @media   (max-width: 768px) { 
    small{
        font-size: 11px;
    }
  }
  @media   (max-width: 820px) { 
    .otp_input input{
    
        width: 38px;
        height: 50px;
        margin: 3px;
    } 

  }
 