
body {
	background: #eee !important;	
}

.login-admin{
    height: 100vh;
	padding-top: 100px;
	margin-top: 0!important;
	margin-bottom: 0!important;
	background-image: url('../images/bg-admin.png');
	background-color: white;
}
.wrapper {	
	margin-top: 80px;
  	margin-bottom: 80px;
}
.wrapper .btn-primary{	
	background-color: #0064a6;
	cursor: pointer;
}
.form-signin form{
	margin-bottom: 10px;
}
.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 3px 21px 0 hsl(0deg 0% 82% / 50%);

	.checkbox {
	  margin-bottom: 30px;
	}

	.checkbox {
	  font-weight: normal;
	}

	.form-control {
	  position: relative;
	  font-size: 16px;
	  height: auto;
	  padding: 10px;
		@include box-sizing(border-box);

		&:focus {
		  z-index: 2;
		}
	}

	input[type="text"] {
	  margin-bottom: -1px;
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
	}

	input[type="password"] {
	  margin-bottom: 20px;
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	}
}
