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

	.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%;
}

.custom-paddingtop { padding-top: 20px; }
