
.com-users-login {
	box-shadow: 0 8px 25px #0000004d,inset 0 0 2px #00000040;
	padding:30px;
	border-radius:10px
	}

span.input-group-text , button.input-password-toggle , span.star {
	display:none;
	}
#remember.form-check-input {
	background-color:transparent;
	border:1px solid #fff!important;
	}

.form-horizontal .controls {
	margin-left:0px;
	
	}
.btn-primary {
	width:100%;
	}
@media screen and (max-width:360px) {
.com-users-login {
	width:100%!important;
	
	}
.btn-primary {
	width:100%;
	}
.list-group-item {
	border:none;
	}
.controls {
	margin-left:0px!important;
	}
	}
a.com-users-login__reset {
	color:#c0c0c0;
	}


@media screen and (min-width:900px) {
.com-users-login {
	margin:auto;
	width:400px;
	display:block;
	}
	
#sp-main-body {
	padding:30px 0;
	}
.controls {
	margin-left:0px!important;
	}
.btn-primary {
	width:100%;
	}
.list-group-item {
	border:none;
	}
	}
