﻿button:focus {outline:0;}

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 0.5;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 0.5;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 0.5;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
  opacity: 0.5;
}
.wrapper {
  display: ;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 0px;
  overflow: hidden;
  z-index: 800;
}
.wrapper.form-success .container h1 {
  -webkit-transform: translateY(85px);
      -ms-transform: translateY(85px);
          transform: translateY(85px);
}
.container {
  display: none;
  background-color: #004B71;
  width: 600px;
  height: 325px;
  margin: 0 auto;
  margin-top: 100px;
  left: 0px;
  padding: 30px;
  text-align: center;
  border: 0px solid;
  border-radius: 20px 100px 20px 100px;
  box-shadow: 0px 0px 10px #008CD2;
}

@media screen and (max-width: 767px) {
  .wrapper{
    width: 100%;
  }
  .container{
    width: 100%;
    border-radius: 0 0 0 0;
    margin-top: 0px;
    background-color: #015584;
  }
}
.container h1 {
  font-size: 40px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-put;
          transition-timing-function: ease-in-put;
  font-weight: 200;
}
form {
  position: relative;
  z-index: 2;
}
form input {
  appearance: none;
      border-radius: 100px!important;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 10px 15px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 300;
}
form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form input:focus:not(#Login1_RememberMe) {
  background-color: white;
  color: #14465D;
  width: 260px;
  height: 55px;
  box-shadow: 0px 0px 10px #008CD2;
}
form button {
  appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #14465D;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
form button:hover {
  background-color: #f5f7f9;
}

.CDTitle{
  cursor: default;

  /* Select Highlight OFF */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loginBG{
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 799;
}

.darkbg{
  display: none;
  margin: 0 auto;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: fixed;
  z-index: 899;
}

@media screen and (max-width: 767px) {
  .loginBG{
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 998;
    display: none;
  }
}
.loginform{
  margin: 0 auto;
  height: 170px;
  width: 220px;
}

.Logintextbox:focus{
  width: 250px;
  height: 50px;
  outline: 0;
  color: #00B1FF;
  font-size: 18pt;
  box-shadow: 0px 0px 10px #008CD2;
}

.Logintextbox{
  height: 40px;
  border: 0 solid;
  width: 230px;
  padding: 5px;
  border: 0 solid;
  border-radius: 100px;
  text-align: center;
  font-size: 14pt;
}

.LoginBtn{
  margin-top: 20px;
  width: 230px;
  height: 40px;
  border: 0 solid;
  border-radius: 50px;
  cursor: pointer;
  font-size: 14pt;
  background-color: #FFF;
}

.LoginBtn:hover{
  color: #00B1FF;
  outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #000 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #000 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #000 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #000 !important;
}

input {
    border: 0 solid;
    width: 230px;
    padding: 5px;
    border: 0 solid;
    border-radius: 100px;
    text-align: center;
    background-color: rgb(255, 255, 255)!important;
    font-size: 14pt;
    margin: 0px auto;
}
#Login1{
    margin: 0px auto;
}
form input:hover{
    background-color: #008CD2!important;
    color: #fff;
}
tr{
    margin: 0px auto;
}
td{
    margin: 0px auto;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(255,255,255)!important;
    background-image: none;
    color: rgb(0, 0, 0);
}
select,#Login1_LoginButton{
    cursor: pointer;
}