.login_logo{
width: 100%;	
background-color: #C5C5C5;
    padding: 15px;
    border-radius: 7px;
}

.field_required{
	color: red;
}

.f_padding_10{
	padding-bottom: 10px;
}

.f_padding_20{
	padding-bottom: 20px;
}

.f_padding_30{
	padding-bottom: 30px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width:576px)
{
	.login_logo{
width: 340px;	
background-color: #C5C5C5;
    padding: 15px;
    border-radius: 7px;
}

	}

/*Medium devices (tablets, 768px and up)*/
@media (min-width:768px)
{
	.login_logo{

width:160px;
background-color: #ffffff;
border:2px solid #C5C5C5;
    padding: 15px;
    border-radius: 7px;	
}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width:992px)
{
	
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width:1200px)
{
	
}

