
.wrapper {
	margin-top: 50px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;

  .form-signin-heading,
	.checkbox {
	  margin-bottom: 30px;
	}

	.checkbox {
	  font-weight: normal;
	}

	.form-control {
	  position: relative;
	  font-size: 16px;
	  height: auto;
	  padding: 10px;
    border: 2px solid #A7BECF !important;
		@include box-sizing(border-box);

		&:focus {
		  z-index: 2;
		}
	}


	input[type="text"] {
	  margin-bottom: -1px;
	  border-radius: 5px 5px 0 0 !important;
    border: 2px solid red !important;
	}

	input[type="password"] {
	  margin-bottom: 20px;
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	}
}
