body {
  background-image: url(../images/background-photo.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
  overflow:hidden;
  }

html, body, .container {
  height: 100%;
}

/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

/* Add AJ */
.form-03-main{
  width:437px;
  display:block;
  padding:7px 50px 7px; 
  background:rgba(255,255,255,0.6);
  border-radius:6px;
  z-index:9;/* margin:3% auto;	AJ-Chng margin:20px auto; padding:25px 50px 25px; width:500px; BELOW NW25F*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.logo{
  display:block;
  /*margin:9% auto; 
  margin-left:9%;*/
}
.versiondis{
  display:inline-block;
  /*margin:20px 0px; */
  margin-left:96%;
  background-image:url(../images/ver.png);
  width:83px;
  height:93px;
  background-repeat:no-repeat;
  font-family: adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
  color:#333333;
  font-style:italic;
}
.vertxt {
margin-left: 27%;
display: ruby-text;
margin-top: 37%;
display:-webkit-inline-box;}

.form-group{
  padding:5px 0px; /*AJ padding:9px 0px;*/
  display:inline-block;
  width:100%;
  position:relative;
  font-size: 16px;
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
font-family: adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
}

.fhead {font-size: 25px;
padding:2px 0px !important;
font-weight: 700;
line-height: 1.3; /*AJ 3.3*/
letter-spacing: 0;
text-transform: none;
font-family: adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
color:#333333;}


.form-group p{
  margin:0px;
  font-family: adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
color:#333333;
}
.form-group a{
 font-family: adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
color:#ffffff;
text-decoration:none;
}

.forgt{
 font-family: adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
color:#333333;
text-decoration:none;
margin-left:71%;
}

.form-control{
  min-height:35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  border-radius:20px;
  border:1px solid#2b3990;
  width:90%;
  }
   .form-control:hover{
  min-height:35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  border-radius:20px !important;
  border:1px solid #009ddc !important;
  width:90%;
  }
  .form-control:active{
  min-height:35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  border-radius:20px !important;
  border:1px solid #009ddc !important;
  width:90%;
  }
   
._btn_04 {
    display: inline-block;
    width: 95%;
    padding: 12px 0px;
    background: #2b3990;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
	line-height:1;
}

    ._btn_04:hover {
        display: inline-block;
        width: 95%;
        padding: 12px 0px;
        background: #009ddc;
        border-radius: 20px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height: 1;
        cursor: pointer;
    }


@media screen and (max-width: 600px) {
  .form-03-main{ width: 100%; }
}
/* Add AJ */


/* Layout */
.navbar {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  height: 40px;
  z-index: 9999;
  position: fixed;
}

  .inner {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }

.navbar a {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
  padding: 2px 15px;
  text-decoration: none;
  margin-top: 5px;
}

.container {
  display: table;
  padding-top: 0px; /*padding-top: 80px;*/
  width: 100%;
}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* Special */
}

/* Media Queries */
@media only screen and (max-width: 340px) {
  
  .container {
    position: relative;
    display: block;
    float: left;
    vertical-align: baseline;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }
  
  body h1 {
    font-size: 18px;
    line-height: 23px;
  } 
  
  html, body, .container {
    height: auto;
  }
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(../images/background-photo-mobile-devices.jpg);
  }
	}

@media screen and (min-width:0) {
    .vertxt {
        margin-left: 27%;
        display: run-in;
        margin-top: 40%;
    }
}