@media only screen and (max-width: 767px)
body {
    background-image: url(images/background-photo-mobile-devices.jpg);
}

body.backgroundImage {
	background-image: url(/CMS/images/bg_1.jpg); background-repeat: no-repeat; padding-bottom: 0px;
}
.text-muted {
    color: #fbf8f8!important;
    text-decoration: underline;
    font-size: medium;
    font-weight: bold;
}
.font-white {
    color: #fbf8f8!important;
}
.font-black {
    color: #98a6ad!important;
}

.login-form-pg4{
	padding-top: 20px;
	/*border: 1px solid #000;*/
	margin-left: 50%;
	margin-top: 10%;
}
.row-login-4{
    margin-left: 50%;
    margin-top: 10%;
    width: 100%;
}
