body{
font-family: sans-serif;
}
.colorhead{
color: #00abff!important;
}
/*start header*/
.nav_style{
position: sticky;
top: 0;
z-index: 99999999999;
}
.navbar-light .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.92);
}
.navbar-light .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, 0.92);
}
.logo {
width: 80px;
}
.nav_style {
background-color: #343a40!important;
font-size: 16px;
}
@media(max-width:1024px) {  
.logo {
width: 50px;
}
.nav_style {
font-size: 12px;
}
}
@media(max-width:768px) {
.logo {
width: 80px;
}
.nav_style {
font-size: 17px;
}
}
a{
text-decoration: none;
color: black;
}
a:hover{
color: black;
}
.gmmo{
float: left;
margin-bottom: 0.7rem;
}
.inup{
float: right;
margin-bottom: 0.7rem;
}
@media(max-width:425px){
.gmmo{
float: none;
text-align: center;
margin-bottom: 0rem!important;
}
.inup{
float: none;
text-align: center;
margin-bottom: 0rem!important;
}
}
/*end header*/
/*start sign,signup,forgot,otp*/
@media(max-width:2560px) {
.logo_img {
width: 84%;
height: auto;
}
}
@media(max-width:1440px) {
.logo_img {
width: 100%;
}
}
.inpgro{
padding: 16px 12px 16px 12px!important;
border: 1px solid lightgrey!important;
border-radius: 2px!important;
margin-bottom: 5px!important;
margin-top: 2px!important;
box-sizing: border-box!important;
color: #2C3E50!important;
font-size: 14px!important;
letter-spacing: 1px!important;
}
.inpgro:focus{
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid #304FFE;
outline-width: 0;
}
.inputext{
padding: 16px 12px 16px 12px;
border: 1px solid lightgrey;
border-radius: 2px;
margin-bottom: 5px;
margin-top: 2px;
width: 100%;
box-sizing: border-box;
color: #2C3E50;
font-size: 14px;
letter-spacing: 1px;
background-color: white;
}
.inputext:focus{
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid #304FFE;
outline-width: 0;
}
.card2 {
margin: 0px 40px;
}
.image {
width: 360px;
height: 280px;
}
.line {
height: 1px;
width: 45%;
background-color: #E0E0E0;
margin-top: 10px;
}
.or {
width: 10%;
font-weight: bold;
}
.text-sm {
font-size: 18px;
!important;
margin-top: 5px;
margin-bottom: 5px;
}
a {
color: inherit;
cursor: pointer;
}
.btn-blue {
background-color: #00abff;
width: 100%;
color: #fff;
border-radius: 2px;
font-size: 26px;
font-weight: 700;
padding: 10px;
}
.btn-blue:focus{
border: 1px solid black;
color: black;
}
.bg-blue {
color: #fff;
background-color: #F56962;
position: fixed;
width: 100%;
left: 0;
font-weight: 600;
bottom: 0;
}
.image {
width: 300px;
height: 220px;
}
.card2 {
margin: 0px 15px;
}
}
/*end sign,signup,forgot,otp*/