body{
    font-size: 14px;
    font-family: 'googlesans-regular'!important;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 13, 2022 */

@font-face {
    font-family: 'google_sansbold';
    src: url('../webfonts/googlesans-bold.woff') format('woff2'),
         url('../webfonts/googlesans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'googlesans-medium';
    src: url('../webfonts/googlesans-medium.woff2') format('woff2'),
         url('../webfonts/googlesans-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'googlesans-regular';
    src: url('../webfonts/googlesans-regular.woff2') format('woff2'),
         url('../webfonts/googlesans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.font-regular{
    font-family: 'googlesans-regular'!important;
}

.font-medium{
    font-family: 'googlesans-medium'!important;
}

.font-bold{
    font-family: 'google_sansbold'!important
}

.max-550{
    max-width: 550px;
    width: 100%;
}

.mx-auto{
    margin: 0px auto;
    display: table;
}

.font-14{
    font-size: 14px!important;
}

.font-16{
    font-size: 16px!important;
}

.font-18{
    font-size: 18px!important;
}

.w-100{
    width: 100%!important;
}

.warpper-page{
    background-image: linear-gradient(to right top, #3d6798, #004d7a, #3d6798 , #dc3545, #dc3545);
    width: 100%;
    height: 100vh;
}

.admin-logo{
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.form-box-main{
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 2px 0px 15px #477a6d;
    background: #fff;  
}

.form-heading{
    width: 100%;   
    text-align: center;
    padding: 0px 20px 15px;   
    color: #222;
}

.form-details-box{
    width: 100%;
    padding: 10px 10px 20px;
}

.form-input{
    outline: none!important;
    padding: 10px 15px!important; 
    font-size: 16px!important;    
    border:solid 1px #d8d8d8;   
}

.form-input:focus{
    box-shadow: none!important;
    outline: none!important;
    border:solid 1px #d8d8d8!important;   
}

.error{
    font-size: 12px;
}

.btn-h-45{
    height: 45px;
}

.btn-blue{
    padding: 0px 25px!important;
}


#footer{
    display: none!important;
}
