: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;
}

.btncolor{
    background-color: var(--first-color);
 
}
.incolor{
color: white;
background-color: white;
}
.logo {

    background-image: url("../../assets/imgs/logo.png");
    background-repeat: no-repeat;
    display: flex;
    color: white;
    font-family: var(--body-font);
    font-size: var(--h3-font-size);
    height:70px;
	width:30%;
    position: absolute;
  
}


.left {
    background-color: var(--first-color);
    background-image: url("../../assets/imgs/bg.png");
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover; 
    object-fit: cover;
    
}

.para{
    --h2-font-size: 1.25rem;
font-size: var(--normal-font-size);
line-height: 38px;

}


.right-side{
    max-width: 400px;
}

.head{
    font-family: 'inter';
font-family: var(--body-font);
font-size: var(--h1-font-size);
font-weight: var(--font-semi-bold);

}

.head-p{
color: #8692A6;
font-family: var(--body-font);
font-size: var(--small-font-size);
}

.text{
    display: flex;
    justify-content: center;
     padding-top: 10px;
     margin-top: 15px;
     border: 1px solid black;
 }
 .orline{
     display: flex;
     color: #E3E1E1;
 }
 .brdr{
     border: 1px solid #3198C9;
 box-sizing: border-box;
 box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11);
 border-radius: 6px;
 
 }
 .brdr-2 {
     border: 1px solid #8692A6;
     box-sizing: border-box;
     border-radius: 6px;
 }
 .brdr3{
     display: flex;
     justify-content: right;
   
 }

 .button-b{
     border: none;
    font-family: 'inter';
    font-family: var(--body-font);
    font-size: var(--h3-font-size);
    border-radius: 6px;
 }
 .show{
    position: absolute;
     
 }
 #hide1{
     display: none;
 }


 .g-icon{
    background-image: url("../../assets/imgs/googles.png");
    background-repeat: no-repeat;
    height: 28px;
	width:28px;
}
.reg{
    font-size:var(--normal-font-size) ;
    font-weight: var(--font-medium);
    width: 100%;
}
.reg-in{
    cursor: pointer;
}
.btn-r{
    width: 100%;
    display: flex;
    font-size:var(--normal-font-size) ;
    font-weight: var(--font-medium);
    border: none;
    cursor: pointer;
}

.btn-r:hover {
    cursor: pointer;
}

.btn-r:focus, .btn-r:active {
    outline: none !important;
    box-shadow: none;
}