.limiter {
	width: 100%;
	margin: 0 auto
}

.container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #f2f2f2
}

.wrap-login100 {
	width: 100%;
	background: #fff;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	flex-direction: row-reverse
}

.login100-more {
	width: calc(100% - 560px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1
}

.login100-more::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .1)
}

.login100-form {
	width: 560px;
	min-height: 100vh;
	display: block;
	background-color: #fff;
	padding: 173px 55px 55px
}

.login-copy{
  position: absolute;
  left: 55px;
  bottom: 30px;
}

@media(max-width:992px) {
	.login100-form {
		width: 50%;
		padding-left: 30px;
		padding-right: 30px
	}
	.login100-more {
		width: 50%
  }
  .login-copy{
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
}

@media(max-width:768px) {
	.login100-form {
		width: 100%
	}
	.login100-more {
		display: none
	}
}

@media(max-width:576px) {
	.login100-form {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 70px
  }
  .login-copy{
    position: absolute;
    left: 15px;
    bottom: 15px;
  }
}

form.login100-form{
  position: relative;
}

.form-signin .form-signin-heading{
  margin-bottom: 40px;
  color: #000;
  text-align: left;
}

.form-signin .form-signin-heading.caws-title{
  color:#ccc;
  text-align: center;
}

.btn-primary{
	background-color: #1C2753;
	border-color: #2C355A;
}

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