


/* 
Begin of Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
    height: 100%;
}
body {
	line-height: 25px;
    min-height: 100%;
}
main{
   min-height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button:focus,
input:focus,
textarea:focus {
    outline: none;
}

input, textarea {
    border: none;
}


.form-control:focus {
    outline: none;
    border-color: inherit; 
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* End reset styles */

body{
    font-family: "Public Sans";;
}

:root{
    --gray : #E5E5E5;
    --gray-100 : #E6E9Ed;
    --gray-200 : #BEC2C8;
    --gray-300 : #D5DCE5;
    --white : #FFFFFF;
    --black : #000000;
    --black-100 : #2C2C2C;
    --black-200 : #111111;
    --black-300 : #141B22;
    --blue : #5A78A2;
    --blue-100 : #334E74;
    --blue-200 : #324E74;
    --brown : #BF723E;
    
  }

/* Theming */

.font-400{
    font-weight: 400;
}
.font-600{
    font-weight: 600;
}
.font-700{
    font-weight: 700;
}

.fontz-10{
    font-size: 10px;
}
.fontz-16{
    font-size: 16px;
}
.fontz-24{
    font-size: 24px;
}
.fontz-31{
    font-size: 31px; 
}
.fontz-39{
    font-size: 39px; 
    /* font-size: clamp(2.1rem, 1.5vw, 2.4rem); */
}

.lineh-28{
    line-height: 28.2px!important;
}
.lineh-45{
    line-height: 45.83px!important;
}


.text-white{
   color: var(--white);
}

.text-black{
 color: var(--black);
}
.text-black-100{
    color: var(--black-100);
}
.text-black-200{
    color: var(--black-200);
}
.text-blue-100{
    color: var(--blue-100);
}

.text-blue-200{
    color: var(--blue-200);
}

.bg-radgrad-blue{
    background: radial-gradient(50% 50% at 50% 50%, var(--blue) 0%, var(--blue-200) 100%);
}
.bg-gray{
    background-color: var(--gray);
}
.bg-gray-100{
    background-color: var(--gray-100);
}
.bg-brown{
    background-color: var(--brown);
}
.px-200{
    padding: 0 200px;
}
.pe-10{
    padding-right: 200px;
}


.br-8{
    border-radius: 8px;
}
/* Theming ends */


input{
    border: 1px solid var(--gray-200)!important;  
}

.w-450{
    width: 450px;
}

main{
    height: 100vh;
}

.password-toggle{
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
}
.login-image{
    width: 206px;
    height: 206px;
    border-radius: 100%;
    z-index: 10;
    /* border: 4px solid var(--white); */
}
.image-circle{
  position: absolute;
  width: 206px;
   height: 206px;
   top: 10px;
   right: 5px;
    border-radius: 100%;
    border: 2px solid var(--brown);
    z-index: 9;
}
.image-square{
  position: absolute;
  top: 40px;
  left: -90px;
  width: 40px;
  height: 40px;
  background-color: var(--brown);
  border-radius: 8px;
  transform: rotate(-33.4deg);
}
.image-triangle{
    position: absolute;
   bottom: 10px;
   right: -20px;  
   width: 0; 
   height: 0; 
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  
  border-bottom: 16px solid var(--black-300);
 
     transform: rotate(25deg);
}
.modal-overlay{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* height: 100vh;
  width: 100%; */
  background-color: var(--gray);
  z-index: 20;
  opacity: 0.25;
  height: 100%;
}
.modal-wrapper{

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 21;
   

}
.modal-form-shadow{
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);  
}

.account-login-form-wrapper{
  padding: 100px;
}

.close-icon{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 25px;
right: 20px;
border-radius: 100%;
background-color: var(--gray-300);
height: 36px;
width: 36px;
}
#account-btn{
    cursor: pointer;
}
.close-icon img{
    height: 12.6px;
    width: 12.6px; 
    cursor: pointer; 
}
h1{
    font-size: 2.4rem;
}
.ng-flag{
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.form-control{
    border-radius: 8px!important;
}


.form-control::-webkit-input-placeholder {
     font-size: 14px; 
   
}
.back-arrow{
    position: absolute;
    top: 50px;
    left: 30px;
}

@media (max-width: 1024px) {
    /* .font-39{
        font-size: 2rem;
    } */
} 
