/* CSS Document */

.container-login {
	align-items: center;
	padding-top: 40px;
	padding-bottom: 80px;
	margin: auto;
	min-height: calc(100vh - 200px);
}

form button {
	background-color: #337ab7 !important;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin-desktop {
  width: 100%;
  padding: 50px 15px 15px 15px;
}

.btn-profile-desktop {
	width: 200px;
}

.btn-text-description {
	margin-top: 0px;
	color: #849DBD;
}

.form-forgot-password {
	display: none;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.input-login {
	width: 300px;
}

.btns-custom-profile {
	justify-content: center;
}

.btns-custom-profile img {
  padding: 10px;
  cursor: pointer;
  width: 150px;
}

.btns-custom-profile img:hover {
  padding: 5px;
  cursor: pointer;
  width: 150px;
}

@media screen and (min-height: 540px) {
	.container-login {
		/*padding-top: calc((100vh - 540px) / 2);
		padding-bottom: calc((100vh - 540px) / 2);*/
	}
}