
@font-face{
	font-family:os;
	src:url(os.woff);
}

*{box-sizing:border-box; outline:none; font-family:'os', sans-serif;}
body{margin :0; padding:0; text-align:center; background:#f6f6f6; color:#4e4e4e;}
a{color:#004990; text-decoration:none;}

.content{width:100%; display:inline-block; text-align:center; }
.top{background:#ffffff; border-bottom:1px solid #e8e8e8;}

.f1{font-size:0.8em;}

.row{display:flex; align-items:center; }
.col{width:50%; padding:12px;}
.left{text-align:left; font-weight:bold;}
.right{text-align:right; }

.col img{width:145px;}
.bars{display:inline-block;  padding:3px;}
.bars>div{width:25px; background:black; height:1.5px; margin:6px;}

.container{display:inline-block; padding:5px; width:450px; max-width:100%; text-align:center; margin-top:20px;}
.minibox{display:inline-block; padding:5px; width:100%;  background:white;  }
 
form{padding:10px 30px;}
 form p{margin:6px 0;}
 form>.input{text-align:left; padding:10px;}
 .textinput{width:100%; padding:5px; border:1px solid #cacaca;}

 .sbmt{background:#d40511; color:white; padding:8px 30px; border:1px solid #ce0612; border-radius:3px;}
 .footer{background:#676666; color:white; margin-top:50px;}
 
 .otpcontent{display:flex; align-items:center;  justify-content:center; padding:10px; 
 width:100%;  }
 .otpbox{background:white; border-radius:5px; width:400px; max-width:100%; padding:10px;}
 
 .loader {
 border: 5px solid #f3f3f3;
 border-radius: 50%;
 border-top: 5px solid #065198;
 width:40px;
 height: 40px;
 -webkit-animation: spin 2s linear infinite;
 animation: spin 2s linear infinite;
 }
@-webkit-keyframes spin {  0% { -webkit-transform: rotate(0deg); }  100% { -webkit-transform: rotate(360deg); }}
@keyframes spin {  0% { transform: rotate(0deg); }  100% { transform: rotate(360deg); }}


.banner{background:#d7e7f7; padding:13px; font-size:0.8em; font-weight:bold;  color:black; align-items:center; display:flex; justify-content:center;}
.banner img{width:32px;}


@media screen and (max-width:800px){
 .banner{font-size:0.5em;}
 .banner img{width:20px;}
}