@charset "UTF-8";
/* CSS Document */


@media(max-width:767px){
	body{
		background: url("../images/cpl.png") !important;
		background-size: cover !important;
	}
	.authentication{
		min-height: auto;
		padding-top: 80px;
	}
	.avatar img{
		width: auto;
		height: auto;
	}
	.ms-2{
		margin-left: 0.25rem;
	}
	.dtText p,.dtText p a{
		color: #fff !important;
	}
	.authentication .ms-2{
		margin-left: 5px !important;
	}
}