/* USER LOGIN REGISTER PAGE STYLES */

.user-login-register-wrapper .user-login-details-wrapper{
	border:1px solid #28367b;
	border-radius:5px;
}

/* Extra Small */
@media screen and (max-width: 575px){
}

/* Small */
@media screen and (min-width: 576px){
}

@media screen and (min-width:768px){
}

/* Large */
@media screen and (min-width: 992px){
}

/* X-Large */
@media ( min-width :1200px){
}

/* XX-Large */
@media screen and (min-width: 1400px){
}