body {
  background: #e9e9e9;
  font-family:Arial;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form {
    position: relative;
    background: #ffffff;
    width: 285px;
    margin: 3px auto 0 auto;
    padding: 30px;
    border-top: 5px solid #33b5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    top: 0px;
    left: 0px;
    height: 260px;
    border-top-color: #1787b6;
    margin-top :65px;
    margin-left:34.55%;
}
.form .switch {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: #3D748B;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  -webkit-border-radius: 0 3px 0 3px;
  -moz-border-radius: 0 3px 0 3px;
  border-radius: 0 3px 0 3px;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}


.form .switch .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin-left:45px;
}
.form .switch .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form .register {
  display: none;
}


   

.form h2 {
  margin: 0 0 20px;
  line-height: 1;
  color: #33b5e5;
  font-size: 18px;
  font-weight: 400;
}
.form .alert {
  position: relative;
  background: #f3f3f3;
  color: #666666;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 15px;
  text-align: left;
}
.form .alert .fa-times-circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: -8px;
  float: right;
}
.txt {
  outline: none;
  display: block;
  margin: 15px 0 20px 28px;
  padding: 5px 5px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333333;
  font-family: "Roboto";
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
}
.txt:focus {
  color: #333333;
  border: 1px solid #33b5e5;
}
.unitse {
    padding-top: 10px;
    background-color: rgba(105, 201, 243, 0.18);
    height: 70px;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #4B661A;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.mainbg {
   background-color: white;
    margin: 0px;
}
.LoginButton {

  
 border-style: none;
    border-color: inherit;
    border-width: 0;
    cursor: pointer;
    background: #3D748B;
  width: 62%;
    padding: 10px 10px;
    margin-bottom: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    height: 18px;

    margin-top:12px;
}

.LoginButton:hover {
    background: #D0B02F;
    color: #FFFFFF;
}

  

.footer {
    position: absolute;
    bottom: 0;
    /*background: rgba(51, 181, 229, 0.22);*/
    padding-top: 15px;
    width: 100%;
}
.LeftFooterLohin {
   
    width: 500px;
    padding-left:20px;
}

.RieghtFooterLohin {
    width: 300px;
}









.form button {
  border-style: none;
    border-color: inherit;
    border-width: 0;
    cursor: pointer;
    background: #33b5e5;
  width: 62%;
    padding: 10px 15px;
    margin-bottom: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    height: 32px;
}

.form button:hover {
  background: #1a9bcb;
}





.form footer {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  margin: 0px 0 -40px -40px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form footer a {
  color: #333333;
  text-decoration: none;
}
.info {
  width: 300px;
  margin-left : 33%; 
  height:80px;
  margin-top:15px;
}
.info h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight:600;
    color: #3D748B;
    width:320px;
}
.info span {
    margin-top:10px;
    padding-top:5px;
    color: #666666;
    font-size: 12px;
    color: #7CB06A;
}

.info span a {
  color: #000000;
  text-decoration: none;
}
.info span .fa {
  color: #33b5e5;
}
.info span .spoilers {
  color: #999999;
  margin-top: 5px;
  font-size: 10px;
}
