html,
body {
  font-family: "Proxima Nova", sans-serif !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  color: #4E4F54;
  background-color: #F8F8F8;
}

:focus {
  outline: 0 !important;
}

a,
a:focus,
a:active,
a:visited {
  color: #666;
  font-size: 14px !important;
}

#login {
  width: 320px;
  height: auto;
  background: #fff;
  margin-top: calc(50vh - 260px);
  margin: calc(50vh - 260px) auto 20px;
  padding: 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

#login.login-page {
  width: 349px;
}

#login .logo {
  display: block;
  text-align: center;
  margin: 10px auto;
}

#login .logo img {
  max-height: 42px;
}

#login h1 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
}

.form-group {
  width: 280px;
  margin: 0 auto 15px;
}

label {
  width: 100%;
  color: #4E4F54;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 5px;
  float: left;
}

input {
  width: calc(100% - 34px);
  height: auto;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #4E4F54;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #ccc;
  border-radius: 4px;
}

input:focus {
  border-color: #4E4F54;
}

.btn-login {
  background-color: #1FB6FF;
  display: inline-block;
  padding: 18px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 2px;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: background-color .2s;
}

.btn-login:hover {
  background-color: #1789C0;
}

a.password {
  text-align: center;
  font-size: 14px !important;
  color: #666666 !important;
  letter-spacing: 0;
  text-decoration: none;
  width: 100%;
  margin: 20px auto 0;
}

a.login-link {
  text-align: left;
  font-size: 14px;
  color: #757E8E;
  letter-spacing: 0;
  text-decoration: none;
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0;
}

.password:hover{
  opacity: 0.75;
}

p {
  text-align: center;
}

.remenber {
	width:100%;
	float:left;
	display:inline-block;
	text-align: center;
	margin-bottom: 10px;
	display: inline-flex;
	font-size: 14px;
}

.remenber label {
	width:auto;
	text-transform: none;
	font-weight: normal;
	margin: 0 auto;
	cursor: pointer;
}
.remenber input {
	width: 30px;
	float: left;
	margin-top: 2px;
}

@media only screen and (max-width: 380px) {
  #login {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 0;
  }
  .form-group {
    width: 240px;
  }
  .password {
    width: 100%;
    text-align: center;
    float: left;
  }
  .password strong {
    display: block;
  }
}
