
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
		outline: none;
}
html, body {
  font-family: 'Roboto', sans-serif;
  min-height: 100%;
  line-height: normal !important;
}

body {
   background: none; 
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* Normalize */
button,
select,
html,
textarea,
input {
  font-family: 'Roboto', sans-serif;
}

p {
  font-weight: 400;
  font-size: 14px;
  color: #9e9e9e;
  line-height: 24px;
  margin-bottom: 10px;
}

a,
a:hover,
a:active,
a:focus {
  font-weight: 700;
  color: #00a0e1;
  font-size: 14px;
  text-decoration: none;
}

.u-dib {
  display: inline-block;
}
.u-tac {
  text-align: center;
}
.u-mt15 {
  margin-top: 15px;
}
.u-nw {
  white-space: nowrap;
}    

@media (min-width: 600px) {
  .login-box {
    position: relative;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
  }
}
.login-box h2 {
  margin: 0 0 4px 0;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0,0,0,0.87);
  line-height: 24px;
}
.login-box h2 + p {
  opacity:0.5;
  font-weight: 400;
  font-size: 18px;
  font-size:14px;
  color:rgba(0,0,0,0.87);
  line-height:24px;
  margin-bottom: 35px;
}
.login-box ::-webkit-input-placeholder {
  color: #b2bac9;
}
.login-box :-moz-placeholder {
  /* Firefox 18- */
  color: #b2bac9;
}
.login-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2bac9;
}
.login-box :-ms-input-placeholder {
  color: #b2bac9;
}
.login-form {
  padding: 25px;
}
@media (min-width: 1280px){
  .login-form {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.forgot-password {
  margin-top: 3px;
}
.btn {  
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
  border-radius: 2px;
  height: 36px;
  font-weight: 500;
  font-size: 14px;
}
.btn-login {
  background: #ebebeb;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 24px;
  color: #373c40;
  letter-spacing:0.5px;
}
.btn-login:hover,
.btn-login:active,
.btn-login:focus {
  color: #0ca4e2;
}
.btn.btn-google {
  display: block;
  background:#d73d32 !important;
  width:211px;
  color: #fff;
  margin: 0 auto 24px;
}
.btn.btn-google:hover;
.btn.btn-google:active;
.btn.btn-google:focus {
  color: #0ca4e2;
  background:#d73d32 !important;
}
.btn.btn-google img {
  padding-right: 23px;
}

.login{
  min-height: 100%;
}
.login-descr {
  background: url(../img/register-bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 100%;
  padding: 40% 11% 5%;
}
.login-descr > div {}

.login-descr > div .logo {
  display: block;
  width: 97px;
  height: 31px;
  margin-bottom: 24px;
}
.login-descr > div h1 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
}

.login-descr > div p {
  font-weight: 400;
  font-size:14px;
  color:#ffffff;
}
@media (max-width: 600px) {
  .login-descr {
    padding: 5%;
    min-height: initial;
    height: 100%;
  }
  .login-descr > div .logo {
    margin-bottom: 14px;
  }
  .login-descr > div h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .login-descr > div h1 + p br {
    display: none;
  }
  .login-descr > div {
    position: static;
  }
}
.separat-line {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
    
.separat-line span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0;

  font-weight: 400;
  font-size: 14px;
  color: #3b4049;
  line-height: 24px;
}

.separat-line span:before {
  margin-right: 20px;
}

.separat-line span:after {
  margin-left: 16px;
}

.separat-line span:before, 
.separat-line span:after {
  content: '';
  display: block;
  width: 51px;
  position: absolute;
  top: 13px;
  border-top: 1px solid #979797;
}

.separat-line span:before { right: 100%; }
.separat-line span:after { left: 100%; }

/*forgot password*/
.forgot-password-form {
  background: url(../img/register-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.forgot-password-form .login-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  -ms-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
  background:#ffffff;
  box-shadow:0px 1px 3px 0px rgba(0,0,0,0.10), 0px 1px 2px 0px rgba(0,0,0,0.20);
  width:429px;
  padding: 58px 50px 50px;
}
.forgot-password-form .login-box .login-form {
  padding: 0;
}
.forgot-password-form .login-box .logo-app {
    display: block;
    width: 73px;
    margin: 0 auto 24px;
}
.forgot-password-form .login-box .login-form md-input-container {
  margin-top: 20px;
}
.forgot-password-form .login-box .login-form .btn-login {
  margin-top: 0;
}
@media (max-width: 460px) {
  .forgot-password-form .login-box {
    width: 90%;
    height: auto;
    padding: 30px;
  }
}

/*reset password*/
.reset-password-form {
  background: url(../img/register-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.reset-password-form .login-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  -ms-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
  background:#ffffff;
  box-shadow:0px 1px 3px 0px rgba(0,0,0,0.10), 0px 1px 2px 0px rgba(0,0,0,0.20);
  width:429px;
  padding: 74px 50px 50px;
}
.reset-password-form .login-box .login-form {
  padding: 0;
}
.reset-password-form .login-box .logo-app {
    display: block;
    width: 73px;
    margin: 0 auto 24px;
}
.reset-password-form .login-box .login-form md-input-container {
  margin-top: 20px;
}
.reset-password-form .login-box .login-form .btn-login {
  margin-top: 0;
}
@media (max-width: 460px) {
  .reset-password-form .login-box {
    width: 90%;
    height: auto;
    padding: 30px;
  }
}

/*checkbox*/
md-checkbox {
  margin: 0 0 0 24px;
  font-weight: 400;
  font-size:14px;
  color:#9e9e9e;
  line-height:24px;
}
md-checkbox .md-icon {
  border-color: #9e9e9e;
}
md-checkbox.md-checked .md-icon {
  background-color: #00a0e1;
}

/*input control*/
md-input-container {
  font-size: 16px;
}
md-input-container .md-input {
  color: #000;
}