.m-login.m-login--2 .m-login__wrapper .m-login__container {
	/*margin: 5rem auto 0 auto;*/
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control{
	background-color: #FFFFFF;
	color: #1A1A1A;
	text-align: left;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control:focus{
	color: #1A1A1A;
	text-align: left;
}

/*.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-form__group .form-control{
	box-shadow: 0px 0px 60px 10px #ddd;
    border: 0;
}*/

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control::-moz-placeholder {
	color: #B8B8B8;
	text-align: left;
	opacity: 1;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control:-ms-input-placeholder {
	color: #B8B8B8;
	text-align: left;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control::-webkit-input-placeholder {
	color: #B8B8B8;
	text-align: left;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control:focus::-moz-placeholder {
	color: #B8B8B8;
	text-align: left;
	opacity: 1;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control:focus:-ms-input-placeholder {
	color: #B8B8B8;
	text-align: left;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control:focus::-webkit-input-placeholder {
	color: #B8B8B8;
	text-align: left;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-sub .m-checkbox{
	color: #000000;
	font-weight: 500;
}

.m-checkbox.m-checkbox--light > span {
	border: 0;
	background-color: #FFFFFF;
	box-shadow: inset 0px 0px 2px #CACACA, inset 0px 0px 4px #DDDDDD;
}

.m-checkbox.m-checkbox--light > input:checked ~ span {
	border: 0;
	background-color: #FFFFFF;
}

.m-checkbox.m-checkbox--light > span:after{
	border: solid #000000;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-action .m-login__btn.m-login__btn--primary{
	background-color: transparent;
	border: 0;
	background-image: url(images/login-button-before.png);
	background-size: 100% 100%;
	padding: 1.8rem 5rem;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-action .m-login__btn.m-login__btn--primary:focus, .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-action .m-login__btn.m-login__btn--primary:hover{
	background-image: url(images/login-button-after.png);
	background-size: 100% 100%;
	padding: 1.8rem 5rem;
}

.btn-outline-focus.m-btn--air.focus, .btn-outline-focus.m-btn--air:focus, .btn-outline-focus.m-btn--air:hover, .btn-focus.m-btn--air.focus, .btn-focus.m-btn--air:focus, .btn-focus.m-btn--air:hover, .m-btn--gradient-from-focus.m-btn--air.focus, .m-btn--gradient-from-focus.m-btn--air:focus, .m-btn--gradient-from-focus.m-btn--air:hover,
.btn-outline-focus.m-btn--air, .btn-focus.m-btn--air, .m-btn--gradient-from-focus.m-btn--air{
	box-shadow: none !important;
}

.loginpg input[type=text], .loginpg input[type=email] {
    text-align: left;
    float: left;
    color: white;
}

.loginlabel {
    position: relative;
    text-align: left;
    font-size: 16px;
    font-weight: 200;
    color: grey !important;
    transition: all 0.5s ease;
    pointer-events: none;
    height: 16px;
    float: left;
	top: -68px;
    background-color: white;
    padding: 0 15px 0;
    margin-left: 20px;
}

/*.loginpg input[type=text]:focus~.loginlabel, input[type=password]:focus~.loginlabel, input[type=email]:focus~.loginlabel {
  color: #B8B8B8 !important;
  top: -55px;
  font-size: 12px;
  font-weight: 100;
}*/

/*.loginpg input[type=text]:focus, input[type=password]:focus {
	border: none !important;
	border-left: solid 6px #0F57A2 !important;
}*/

.loginpg label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.resetpw-btn {
	background: #0F57A2;
    width: 200px;
    height: 46px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.resetpw-btn:hover, .login-btn:hover {
	background: #0B4679;
	color: white !important;
}

.login-btn {
	background: #0F57A2;
    width: 150px;
    height: 46px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    display: none;
}

.resetpw-success {
	background: #1BCC87;
    color: #fff;
    padding: 10px !important;
    border-radius: 5px;
    margin-top: 2.5rem !important;
    display: none;
    height: 70px;
}
.m-login__form .m-form__group .form-control.m-input {
	border: 2px solid grey;
    border-radius: 0;
}


@media (max-width: 768px) {
	.login-bg {
		display: none !important;
	}
	.m-login {
		width: 100% !important;
		display: block !important;
		height: auto !important;
	}
	.m-login__footer {
		bottom: 20px;
	    display: block !important;
	    position: absolute;
	    width: 52%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    text-align: center;
	}
	.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-form__group {
		height: auto;
	}
	.resetpw-success i {
		padding-left: 5px;
	}

}

@media (max-width: 640px) {
	.login-ctnr {
		padding: 30px !important;
	}
	.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__logo {
		margin: 0 auto 2rem auto;
	}
	.m-login.m-login--2 .m-login__wrapper {
		width: auto;
		padding-top: 0;
	}
	.m-login__footer {
		bottom: 10px;
	    display: block !important;
	    position: relative;
	    width: 100%;
	    margin-top: 160px;
	    text-align: center;
	    font-size: 11px;
	    font-weight: bold;
	}
	.fa-check-circle {
		font-size: 40px !important;
		width: auto;
		padding-left: 0;
	}
	.resetpw-success span {
		padding: 0 !important;
		min-height: 36px;
		display: table-cell !important;
	    height: 36px;
	    vertical-align: middle;
	}

}