html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2f80ec;
}

.btn-primary:hover {
    color: #2f80ec;
    background-color: #efefef;
    border-color: #efefef;
}

.btn-primary {
    color: #2f80ec;
    background-color: #fff;
    border-color: #fff;
	outline: none;
}
.btn-link {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
	outline: none;
}
.text-muted {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 14px;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
	outline: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #2f80ec;
    background-color: #efefef;
    border-color: #efefef;
	outline: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
	outline: none;
}
a:hover {
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none;
	outline: none;
}
a {
    color: #fff !important;
    text-decoration: none;
}
.login-logo {
    margin-bottom: 15px;
}
.form-control {
    border: 1px solid #fff;
    border-bottom: 1px solid #ced4da;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0px;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  filter: none;
}

.form-signin input:focus:not(:focus-visible) {
 background: #2f80ec;
}

.form-signin input:focus-visible {
 background: #2f80ec;
}

.form-signin input[type="email"] {
    margin-bottom: 0px;
	background: #2f80ec;
}
.form-signin input[type="password"] {
	background: #2f80ec;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-control:focus, .form-control:active, .form-control:hover {
    color: #495057;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    font-size: 16px;
    background-color: #2f80ec;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	color: #fff;
	padding-bottom:10px;
	padding-top:0px;
	outline: none;
}
.form-signin .form-control:focus {
  z-index: 2;
  background: #2f80ec;
}

.form-signin input.form-control:focus, .form-signin input.form-control:active {
	  background: #2f80ec;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"], #password {
  margin-bottom: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

input:focus::placeholder{
	color: transparent !important;
}

::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

:-ms-input-placeholder { 
   color: #fff !important;
   opacity: 1 !important;
}

::-ms-input-placeholder {
  color: #fff !important;
   opacity: 1 !important;
}

.div--email, .div--password {
    text-align: left;
    padding-top: 25px;
	position: relative;
}
.pass-see {
    position: absolute;
    right: 0;
    top: 56px;
    right: 8px;
	cursor: pointer;
	z-index: 9;
}
.pass-see span {
    position: absolute;
    right: -2px;
    top: 2px;
    color: #fff;
	cursor: pointer;
}
.pass-see input.olho {
    background: transparent;
    border: 0 !important;
    z-index: 999;
    position: relative;
    opacity: 0;
	cursor: pointer;
}
.pass-see span .bi.bi-eye {
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
}

.pass-see span .bi.bi-eye-slash{
	display: none;
	width: 20px;
    height: 20px;
	cursor: pointer;
}

.div--email label, .div--password label{
    display: inline-block;
    margin-bottom: 0;
	color: rgba(255, 255, 255, 0.5);
	font-size:14px;
}
