.html-bg {
  background: url('../images/banner2.jpg') no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #2f2f2f;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

a:hover{
  text-decoration: none;
}
.lft-0{
  padding-left: 0;
}
.rgt-0{
  padding-right: 0;
}
.mrg-pd{
  padding: 0;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  
}
.main-wrap {
     
    width: 100%;
    height: 500px;
    position: absolute;
    top: 120px;
}

.border-lft {
  border:3px solid #fff;
      padding: 5px;
    border-right: 0;

}
.border-rgt {
  border:3px solid rgba(3, 84, 164, 0.69);
  padding: 5px;
  border-left: 0;
}

.left-panel {
  background: #fff;
  padding: 30px 35px;
  height: 455px;
      margin-right: -5px;
}
.txt-yellow {
  color:#0055a5;
}
.logo {
 margin-top: 30px;
}

.login-text {  
  margin-top: 45px;
  color:#848380;
  font-size: 16px;
}

.login-text strong{
  font-size: 22px;
    font-weight: 400;
}
.flat-button {
  color: #eaeaea;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 13px;
  border: none;
}

.reister-bg {
  margin-top: 50px;
}
.reister-bg p{
  text-align: center;
}
.facebook {
  background: #2dabdf;
  cursor: pointer;
  display: block;
  background-size: 20px 20px, cover;
  background-position: 10px center, center center;
  background-repeat: no-repeat;
  /*margin-top: 50px;*/
  width: 100%;
  padding: 15px 30px 15px 45px;
  text-align: center;
}


/* Right-side */
.right-panel {
    background-color:rgba(3, 84, 164, 0.69);
    height: 455px;
        margin-left: -5px;
}


.form {
  width: 400px;
  background-color:rgba(3, 84, 164, 0.69);
  margin-left: -50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-indez: 12;
}

.form-inner {
  padding:18px 50px;
}



/* Tabs */

.tabs {
 
  margin-top: 25px;
}

.tabs a{
  color:#fff;
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  float:left;
  /*border-bottom: solid 1px #2dabdf;
      margin-bottom: 20px;*/
}

ul.tabs li {
  display: inline-block;
    padding:15px 21.5px;    
    text-align: center;

    text-transform: uppercase;
    cursor: pointer;
    float: left;
}

ul.tabs li.current {
  font-weight: 500;
  background:#2dabdf70;
      border-top-left-radius: 10px;
    border-top-right-radius: 10px;
     border: 1px solid #2dabdf61;
     border-bottom: 0;
 
}

.form-content {
  display: none;
        border: 1px solid #2dabdf61;
    background: #2dabdf70;
    float: left;
    padding:15px 30px;
    padding-bottom: 25px;
     border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  
}

.pan-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-content.current {
    display: inherit;
   
}

.field {
  
  margin-top: 15px;
  padding: 12px 15px 12px 15px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 100;
  line-height: 22px;
  border-radius: 2px;
    float: left;
  border: 1px solid #d8d8d8;
}

.captcha {
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
    border: 1px solid #2ea5d5;
    width: 100%;
    height: 35px;
    padding-left: 15px;
}

/*Custom checkbox*/

.check {
  opacity: 0;
  position: absolute;
}

.check .check-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.check-label {
  position: relative;
}

.check + .check-label:before {
  content: '';
  background: #fff;
  border: 1px solid #c3c3c3;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  padding: 2px;
  font-size: 12px;
  margin-right: 10px;
  text-align: center;
}

.check:checked + .check-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  background: #fff;
  color: #2f2f2f;
}

.secondary-text,
.secondary-text a {
     color: #ffffff;
    margin-top: 22px;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
}

.secondary-text a:hover {
  color: #3275C1;
}

.forgot {
  float: right;
}

.promo {
  font-size: 10px;
}

.position {
  height: 480px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -240px;
}

.clear {
  height: 15px;
}

input:first-of-type {
 /* margin-top: 40px;*/
}

.signin {
  background-color: rgb(255, 183, 0);
  padding: 15px;
  width: 100%;
  color: #fff;
  margin-top: 30px;
}


/*No support for IE9, default to standard*/

.field::-webkit-input-placeholder {
  color: #2f2f2f;
}

.field:-moz-placeholder {
  color: #2f2f2f;
  opacity: 1;
}

.field::-moz-placeholder {
  color: #2f2f2f;
  opacity: 1;
}

.field:-ms-input-placeholder {
  color: #2f2f2f;
}

.field:placeholder-shown {
  color: #2f2f2f;
}

input:focus,
.check:focus {
  outline: none;
  outline: 2px solid #3275C1;
  border-radius: 2px;
  box-shadow: none;
}

.sm {
  font-size: 12px;
    padding: 2px 10px;
    background: transparent;
    border: 1px solid #0056a3;
    color: #cccccc;
    float: right;
    margin-top: 10px;
}