*{
margin:0;
padding:0;
}
body {
  background-color: #EBEFF2;
  background-size:cover;
  font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  overflow: hidden;
}


.header{
	margin:0;
	color:#FFF;
	background: rgba(1,36,102,1);
    background: -moz-linear-gradient(top, rgba(1,36,102,1) 0%, rgba(6,92,172,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,36,102,1)), color-stop(100%, rgba(6,92,172,1)));
    background: -webkit-linear-gradient(top, rgba(1,36,102,1) 0%, rgba(6,92,172,1) 100%);
    background: -o-linear-gradient(top, rgba(1,36,102,1) 0%, rgba(6,92,172,1) 100%);
    background: -ms-linear-gradient(top, rgba(1,36,102,1) 0%, rgba(6,92,172,1) 100%);
    background: linear-gradient(to bottom, rgba(1,36,102,1) 0%, rgba(6,92,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012466', endColorstr='#065cac', GradientType=0 );
	background-size:cover;
	
	
}
.header1{
	padding-left: 4px;
    padding-right: 4px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 12vh;
    min-height: 100px;
}
.header-txt{
	     font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 24px;
    position: absolute;
    bottom: 0px;
    left: 115px;
	}

.desktop-view{
	display : block;
	height: 99vh;
}
.mobile-view{
	display : none;
}
.main-component{
	margin:auto;
	background-color: #FFF;
	background-size:cover;
	padding : 0;
	width:100%;
	min-width: 550px;
	border : 1px solid #ddd; 
}
.form-div{
	/* height:78vh; */
	min-height:450px;
	
	
}
.login-form{
 
   padding: 0px;
    width: 30%;
    border: 2px solid #A4B9D6;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
    border-radius: 4px;
    /* background-image: url(../img/MyAccount.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: auto;
    top: 4vh;
    background-color: #fff;
    background-size: cover;
    width: 455px;
    min-height: 355px;
}
.form_header{display: flex;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #A4B9D6;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 1px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 0px;
    background: #F9FAFC;
    margin: auto;
    padding-left: 0px;
}
.form-table {
	color: #000;
    font-size: 0.7em;
    line-height: 1.1em;
	padding: 0 4px 10px 0;
}
.form-table td{
	height: 21px;
	padding: 10px 0 0 4px;
}
.lbl{
	font-size: 1.2em;
	}
.fieldInput{

    background-color: #FFF;
    border-color: #CACACA;
    color: #000;
    border-style: solid;
    border-width: 1px;
    font-size: 1.2em;
    height: 20px;
    padding: 1px 2px 0 2px;
}
.prefix{
	background-color: #eee;
	border:1px solid #ddd;
	font-size: 0.9em;
	width: 24px;height: 20px;
	border-radius: 2px;
	padding: 1px 2px 0 2px;
	}
	
.footer{
	display: flex;
    flex-direction: column;
	background: #207ce5;
    background: -webkit-linear-gradient(top, #207ce5 4%,#207ce5 23%,#207ce5 23%,#207ce5 25%,#499bea 79%);
    background: linear-gradient(to bottom, #207ce5 4%,#207ce5 23%,#207ce5 23%,#207ce5 25%,#499bea 79%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#499bea',GradientType=0 );
    color: #fff;
    text-align: center;
    padding: 40px 0px 0px 0px;
    height: 9vh;
    /*width: 100%;*/
     min-height: 50px;
    background-color: #4070ab;
    /* background-image: url(../img/FooterNew.jpeg); */
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
	
}
.bck{
	  margin-right: 2px;
    padding: 0px 1px 4px 0px;
    width: 26px;
	}
.anc {
    margin-top: 10px;
    width: 96px;
    /* border: 1px solid blue; */
    display: inline-block;
    font-size: 1.3em;
}
@media screen and (max-width: 620px) {
.header-txt{
	    
    font-weight: 400;
    font-size: 22px;
  
	}
	
	.main-component{
		
		width:80%;
		min-width: 360px;
		/*border : 1px solid #ddd; */
	}
	.form-div{
	height:70vh;
	min-height:380px;
	}
	.login-form{
		/*background-image:url("../img/MyAccount2.jpg");*/
		background-repeat:no-repeat;
		background-size:cover;
		top:10vh;
		/*width:418px;*/
		width: 355px;
		min-height: 328px;
    }
	.form-table td{
		padding: 7px 2px 0 4px;
	}
	
	.fieldInput{

		font-size: 1.2em;
		height: 20px;
		padding: 0px 0px 0 2px;
	}
	.prefix{
		font-size: 1.2em;
		width: 24px;height: 20px;
		border-radius: 2px;
		    padding: 0px 0px 0px 0px;
	}
	.footer{
    height: 14vh;
	}
	
}
.msg{
	text-align: center;
    color: red;
    font-size: 1.0em;
    font-weight: 700;
}

.resendOtpBtn, .submitDtl{
	box-shadow: 1px 1px 0px 0px #1564ad;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #244cb3), color-stop(1, #587ddb) );
	background:-moz-linear-gradient( center top, #244cb3 5%, #587ddb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#244cb3', endColorstr='#587ddb');
	background-color:#244cb3;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #337bc4;
	/*display:inline-block;*/
	color:#cce3f0;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:38px;
	line-height:38px;
	width:110px;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 2px #181357;
	border: 2px solid #b7e7e7a6;
}
.sendOtpBtn ,.verifyDtl{
	box-shadow: 1px 1px 0px 0px #1564ad;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #244cb3), color-stop(1, #587ddb) );
	background:-moz-linear-gradient( center top, #244cb3 5%, #587ddb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#244cb3', endColorstr='#587ddb');
	background-color:#244cb3;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #337bc4;
	/*display:inline-block;*/
	color:#cce3f0;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:38px;
	line-height:38px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 2px #181357;
	border: 2px solid #b7e7e7a6;
}
.verifyDtl:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #587ddb), color-stop(1, #244cb3) );
	background:-moz-linear-gradient( center top, #587ddb 5%, #244cb3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#587ddb', endColorstr='#244cb3');
	background-color:#587ddb;
}
.sendOtpBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #587ddb), color-stop(1, #244cb3) );
	background:-moz-linear-gradient( center top, #587ddb 5%, #244cb3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#587ddb', endColorstr='#244cb3');
	background-color:#587ddb;
}
.resendOtpBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #587ddb), color-stop(1, #244cb3) );
	background:-moz-linear-gradient( center top, #587ddb 5%, #244cb3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#587ddb', endColorstr='#244cb3');
	background-color:#587ddb;
}
.submitDtl:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #587ddb), color-stop(1, #244cb3) );
	background:-moz-linear-gradient( center top, #587ddb 5%, #244cb3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#587ddb', endColorstr='#244cb3');
	background-color:#587ddb;
}
.verifyDtl:active {
	position:relative;
	top:1px;
}
.sendOtpBtn:active {
	position:relative;
	top:1px;
}
.resendOtpBtn:active {
	position:relative;
	top:1px;
}	
.submitDtl:active {
	position:relative;
	top:1px;
}
.submitDtl:focus {outline:0;}
.sendOtpBtn:focus {outline:0;}
.resendOtpBtn:focus {outline:0;}
.submitDtl:focus {outline:0;}