.form-control{
direction: rtl;
}

label{
text-align: right;
}

.form-group.right{
text-align: right;
}

.form-group.center{
text-align: center;
}

input{
	text-align: right;
	-moz-placeholder { text-align:right; };
	-webkit-input-placeholder { text-align:right; };
}

.about_app_class{
	text-align: center;
}



@media only screen and (max-width: 991px) {	
	.desktop_view_list{
		display: none;
	}
}

@media only screen and (min-width: 992px) {
    .mobile_view_list{
		display: none;
	}
}

.masthead .masthead-avatar{
	width: 22rem;
}