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;}
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%;}
/*--login start here--*/
@charset 'UTF-8';
/* @FONT-FACE loads font into browser */
@font-face {
  font-family: 'Mtavruli';
  src: url('../fonts/bpg_square_mtavruli_2009-webfont.ttf'),
  url('../fonts/bpg_square_mtavruli_2009-webfont.eot'); /* IE9 */
}
@font-face {
    font-family: 'GE-Arial';
    src: url('../fonts/bpg_arial_2009.ttf');
}
@font-face {
  font-family: 'GEL';
  src: url('../fonts/BPG GEL DejaVu Sans Condensed Caps.ttf');
}
body{
   background:#333366;
   padding:100px 0px 30px 0px;
   font-family: 'GE-Arial';
   font-size: 100%;
}
a:link {
  color: #00538A;
}
a:visited {
  color: #00538A;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #00538A;
}
.error {
width: 78%;
margin-right: auto;
margin-left: auto;
margin-bottom: 5px;
padding: 3px;
border-radius: 3px;
background: #e74c3c;
color: #FFFFFF;
position: relative;
}
.ok {
width: 78%;
margin-right: auto;
margin-left: auto;
margin-bottom: 5px;
padding: 3px;
border-radius: 3px;
background: #8BB900;
color: #FFFFFF;
position: relative;
}
div #alert_email:empty { display: none }

.sublink {
margin-right: auto;
margin-left: auto;
margin-top: 15px;
font-size: 12px;
}
.comment {
margin-right: auto;
margin-left: auto;
margin-top: 5px;
font-size: 12px;
}

.header {
  width: 22.5%;
  text-align: center;
  margin: 0 auto;
  background: #008AE6;
  padding: 20px;
  border-radius: 5px 5px 0px 0px;
}
.login {
  width: 22.5%;
  margin: 0 auto;
  background: #fff;
  padding: 60px 20px;
  border-radius: 0px 0px 5px 5px;
  position: relative;
}
.bottom {
  width: 22.5%;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
.fa{ 
    line-height: 55px;
  }

.social a:link { color: #FFFFFF; text-decoration: none;}
.social a:visited { color: #FFFFFF; text-decoration: none;}
.social a:hover { color: #FFFFFF; text-decoration: none;}
.social a:active { color: #FFFFFF; text-decoration: none;}

.facebook
{ 
  background: #3b5998;
  border: 2px solid #3b5998;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
}

.google-plus
{
  background: #dd4b39;
  border: 2px solid #dd4b39;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
}
.youtube
{
  background: #df1c31;
  border: 2px solid #df1c31;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
}
.android
{
  background: #A4C639;
  border: 2px solid #A4C639;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
}
.chrome
{
  background: #00933B;
  border: 2px solid #00933B;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
}
.apple
{
  background: #000000;
  border: 2px solid #000000;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
}
.facebook:hover, .google-plus:hover, .youtube:hover, .android:hover, .chrome:hover, .apple:hover
{
  background: none;
}
form {
  text-align: center;
}

.regfieldsmall {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'GE-Arial';
  font-size: 15px;
  font-weight: 500;
  color: #bcbcbc;
  padding: 15px 20px;
  background: #F3F5F6;
  border-top: 3px solid #EEF0F1;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-appearance: none;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  margin-left: -5px;
  width: 55%;
  display: inline-block;
  outline: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.regselectsmall {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'GE-Arial';
  font-size: 15px;
  font-weight: 500;
  color: #bcbcbc;
  padding: 15px 20px;
  background: #F3F5F6;
  border-top: 3px solid #EEF0F1;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  margin-right: 0px;
  width: 25%;
  display: inline-block;
  outline: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.regselectwide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'GE-Arial';
  font-size: 15px;
  font-weight: 500;
  color: #bcbcbc;
  padding: 15px 20px;
  background: #F3F5F6;
  border-top: 3px solid #EEF0F1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0px 0px 10px 0px;
  width: 80%;
  display: inline-block;
  outline: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.regfield {
  font-size: 15px;
  font-weight: 500;
  color: #bcbcbc;
  padding: 15px 20px;
  background: #F3F5F6;
  border-top: 3px solid #EEF0F1;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0px;
  width: 70%;
  display: inline-block;
  outline: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.login input[type="password"]{
  font-size: 15px;
  font-weight: 500;
  color: #bcbcbc;
  padding: 15px 20px;
  background: #F3F5F6;
  border-top: 3px solid #EEF0F1;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0px;
  width: 70%;
  display: inline-block;
  outline: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.login input[type="submit"] {
  font-family: 'GE-Arial';
  background: #008AE6;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  padding: 15px 7px;
  width: 82%;
  border-radius: 6px;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  margin: 0px 0px 0px 0px;
  border-bottom: 3px solid #00538A;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border-right: none;
  border-left: none;
  border-top: none;
}
.login input[type="submit"]:hover {
	background:#FFAD33;
	border-bottom: 3px solid #E68A00;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.copyright {
  padding: 100px 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: #2ECC71;
}
.copyright p a:hover{
	color: #E92E74;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*--login end here--*/
/*--meadia quiries start here--*/
@media(max-width:1440px){
.header {
     width: 25.2%;
}
.login {
     width: 25.2%;
}
.bottom {
     width: 25.2%;
}
}
@media(max-width:1366px){
.header {
  width: 26.3%;
}
.login {
  width: 26.3%;
}
.bottom {
  width: 26.3%;
}
}
@media(max-width:1280px){
.header {
  width: 28.4%;
}
.login {
  width: 28.4%;
}
.bottom {
  width: 28.4%;
}
}
@media(max-width:1024px){
.header {
     width: 35.2%;
}
.login {
     width: 35.2%;
}
.bottom {
  width: 35.2%;
}
}
@media(max-width:768px){
.header {
    width: 46.8%;
}
.login {
    width: 46.8%;
}
.bottom {
  width: 46.8%;
}
}
@media(max-width:736px){
.header {
  width: 50.07%;
}
.login {
  width: 50.07%;
}
.bottom {
  width: 50.07%;
}
}
@media(max-width:667px){
.header {
  width: 55.5%;
} 
.login {
  width: 55.5%;
}
.bottom {
  width: 55.5%;
}
}
@media(max-width:640px){
.header {
  width: 56.4%;
}
.login {
  width: 56.4%;
}
.bottom {
  width: 56.4%;
}
}
@media(max-width:600px){
.header {
  width: 61.75%;
}
.login {
  width: 61.75%;
}
.bottom {
  width: 61.75%;
}
}
@media(max-width:568px){
.header {
  width: 65.3%;
} 
.login {
  width: 65.3%;
}
.bottom {
  width: 65.3%;
}
}
@media(max-width:480px){
.header {
    width: 75.2%;
}
.login {
    width: 75.2%;
}
.bottom {
  width: 75.2%;
}
.login input[type="submit"] {
  font-size: 14px;
  padding: 10px 7px;
  width: 80%;
}
.login input[type="password"] {
  font-size: 15px;
  padding: 10px 20px;
}
.login input[type="text"] {
  font-size: 14px;
  padding: 10px 20px;
}
}
@media(max-width:375px){
.header {
  width: 76.8%;
} 
.login {
  width: 76.8%;
}
.bottom {
  width: 76.8%;
} 
}
@media(max-width:320px){
.login input[type="text"] {
  font-size: 12px;
}
.login input[type="password"] {
  font-size: 12px;
}
body {
  padding: 50px 0px 30px 0px;
}
.login input[type="submit"] {
  font-size: 12px;
  padding: 10px 7px;
  width: 88%;
}
.copyright {
  padding: 85px 0px 0px 0px;
}
.copyright p {
  font-size: 13px;
}
.copyright p a{
  font-size: 13px;
}
.login {
   width: 70.4%;
  padding: 40px 20px;
}
}

