
/* start editing from here */
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
.clearFix:after{
  content: ".";
  overflow: hidden;
  visibility: hidden;
  height: 0;
  clear:both;
  display: block;}
/*end reset*/
/*--login start here--*/
html{
  /* background: #fff; */
   background: url(../images/loginBanner.jpg)repeat;
}
html,body{
  width: 100%;
  height: 100%;
}
body{
  /* height: auto */
}
body{
   font-family: 'Roboto', sans-serif;
   font-size: 100%;
   transition: 0.3s;
}
input{
  box-sizing: border-box;
}
.box{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right:0;
  padding-top: 50px;
}
.login {
  width: 32%;
  margin: auto;
}
.login h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0px 0px 50px 0px;
}
.login-top {
  background: #E1E1E1;
  border-radius: 25px 25px 0px 0px;
  -webkit-border-radius:  25px 25px 0px 0px;
  -moz-border-radius: 25px 25px 0px 0px;
  -o-border-radius: 25px 25px 0px 0px;
  padding: 40px 60px;
}
.login-top h1 {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  color: #f6ab00;
  margin: 0px 0px 20px 0px;
}
.login-top input[type="text"] {
	outline: none;
  font-size: 15px;
  font-weight: 500;
  color: #818181;
  padding: 15px 20px;
  background: #CACACA;
  border: 1px solid #ccc;
  border-radius:25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  margin: 0px 0px 12px 0px;
  width: 100%;
  -webkit-appearance: none;
}
.login-top input[type="password"]{
	outline: none;
  font-size: 15px;
  font-weight: 500;
  color: #818181;
  padding: 15px 20px;
  background: #CACACA;
  border: 1px solid #ccc;
  border-radius:25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  margin: 0px 0px 12px 0px;
  width: 100%;
  -webkit-appearance: none;
}
.login-top select{
	outline: none;
  font-size: 15px;
  font-weight: 500;
  color: #818181;
  padding: 15px 20px;
  background: #CACACA;
  border: 1px solid #ccc;
  border-radius:25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  margin: 0px 0px 12px 0px;
  width: 100%;
  -webkit-appearance: none;
}
.login-top select option{
	outline: none;
  font-size: 15px;
  font-weight: 500;
  color: #818181;
  padding: 15px 20px;
  background: #CACACA;
  border: 1px solid #ccc;
  border-radius:25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  margin: 0px 0px 12px 0px;
  width: 100%;
  -webkit-appearance: none;
}
.forgot  a{
  font-size: 13px;
  font-weight: 500;
  color: #f6ab00;
  display: inline-block;
  border-right: 2px solid #f6ab00;
  padding: 0px 7px 0px 0px;
}
.forgot  a:hover{
  color: #818181;
}
.forgot input[type="submit"] {
  background: #818181;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  padding: 8px 7px;
  width: 20%;
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  margin: 0px 7px 0px 3px;
  outline: none;
  border: none;
  -webkit-appearance:none;
}
.forgot input[type="submit"]:hover {
	background:#f6ab00;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.forgot {
  text-align: right;
}
.login-bottom {
  background: #f6ab00;
  padding: 30px 65px;
  border-radius: 0px 0px 25px 25px;
  -webkit-border-radius:  0px 0px 25px 25px;
  -moz-border-radius: 0px 0px 25px 25px;
  -o-border-radius: 0px 0px 25px 25px;
  text-align: right;
  border-top: 2px solid #f6ab00;
}
.login-bottom h3 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.login-bottom h3 a {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.login-bottom h3 a:hover {
	color:#696969;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.copyright {
  padding: 150px 0px 0px 0px;
  text-align: center;
}
.copyright p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.copyright p a{
  font-size: 15px;
  font-weight: 400;
  color: #f6ab00;
}
.copyright p a:hover{
	color: #fff;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
#phoneCode{
  width: 54%;
}
#getCode{
  box-sizing: border-box;
  float: right;
  width:40%;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 15px 20px;
  background: #CACACA;
  border: 1px solid #ccc;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  margin: 0px 0px 12px 0px;
  text-align: center;
  cursor: pointer;
}
.popShadow{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
}
.popBox{
  width: 30%;
  height: 170px;
  background: #E1E1E1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 14px;
  display: none;
}
.blur{
  filter: blur(2px);
}
.scale{
  transform:scale( 0.9);
}
.poptext{
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  padding-top: 48px;
  color: #f6ab00;
}
.popBtn{
  width: 100px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  margin: 22px auto;
  background: #f6ab00;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

/*--login end here--*/
/*--meadia quiries start here--*/
@media(max-width:1440px){
.login {
  width: 35%;
}
}
@media(max-width:1366px){
.login {
  width: 37%;
}
}
@media(max-width:1280px){
.login {
  width: 40%;
}
.popBox{
  width: 30%;
  top: 222px;
}
}
@media(max-width:1024px){
.login {
  width: 54%;
}
.copyright {
  padding: 100px 0px 0px 0px;
}
.popBox{
  width: 32%;
  top: 222px;
}
}
@media(max-width:768px){
.login {
  width: 65%;
}
.login-top h1 {
  font-size: 25px;
}
.login-bottom h3 a {
  font-size: 22px;
}
.copyright {
  padding: 250px 0px 0px 0px;
}
.login h2 {
  font-size: 28px;
}
.popBox{
  width: 80%;
  top: 222px;
}
#phoneCode,#getCode{
  width: 100%;
}
}
@media(max-width:640px){
.login-top h1 {
  font-size: 23px;
}
.forgot input[type="submit"] {
  font-size: 15px;
  width: 25%;
}
.login-top input[type="text"] {
  padding: 15px 20px;
}
.login-top input[type="password"] {
  padding: 15px 20px;
}
.login-bottom h3 a {
  font-size: 19px;
}
.login-bottom h3 {
  font-size: 13px;
}
.copyright {
  padding: 110px 0px 0px 0px;
}
.popBox{
  width: 80%;
  top: 222px;
}
#phoneCode,#getCode{
  width: 100%;
}
}
@media(max-width:480px){
.login {
  width: 80%;
}
.login-top h1 {
  font-size: 21px;
}
.login-top input[type="text"] {
  width: 100%;
}
.login-top {
  padding: 30px 40px;
}
.login-top input[type="password"] {
  width: 100%;
}
.login h2 {
  font-size: 25px;
}
.popBox{
  width: 86%;
  top: 0;
}
#phoneCode,#getCode{
  width: 100%;
}
}
@media(max-width:320px){
  .login {
    width: 90%;
  }
  .login-top {
    padding: 20px 25px;
  }
  .login-top input[type="text"] {
    width: 100%;
    padding: 15px 20px;
    font-size: 13px;
    margin: 0px 0px 7px 0px;
  }
  .login-top input[type="password"] {
    width: 100%;
    padding: 15px 20px;
    font-size: 13px;
    margin: 0px 0px 7px 0px;
  }
  .forgot input[type="submit"] {
    font-size: 11px;
    width: 25%;
    padding: 6px 7px;
  }
  .forgot  a {
    font-size: 11px;
  }
  .login-bottom {
    padding: 20px 25px;
  }
  .login-bottom h3 {
    font-size: 11px;
  }
  .login-bottom h3 a {
    font-size: 17px;
  }
  .copyright p {
    font-size: 13px;
  }
  .copyright p a{
    font-size: 13px;
  }
  .login h2 {
    font-size: 23px;
    margin:0px 0px 35px 0px;
  }
  .copyright {
    padding: 75px 0px 0px 0px;
  }
  #phoneCode,#getCode{
    width: 100%;
  }
  .popBox{
    width: 80%;
  }
}
/*--meadia quiries end here--*/
