.btn-time-out{
	margin-top: 40px; 
	margin-bottom:60px;
}
.btn-time-out button {
	    display: block;
    margin-right: auto;
    margin-left: auto;
}
.div-time-out {
	background-color: #fff;
    color: #333;
    padding: 30px;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.075);
    box-shadow: 0 10px 20px rgba(0,0,0,0.075);
}
.div-time-out label:before {
	content: '*';
}
.div-time-out legend {
	border-bottom: 0;
}
.div-time-out label {
	text-align: left !important;
    font-size: 12px;
    text-transform: uppercase;
    color: #8e8e8e;
    letter-spacing: 2px;
    font-weight: normal;
	margin-bottom: 5px;
}
#timeoutDefaultHeading{
    margin-bottom: 60px;
	text-align:center;
}
@media(max-width:767px){
	#timeoutDefaultHeading{
		font-size: 25px;
	}
}
#timeoutBody #pageWrapper{
	margin-top:25px;
}