﻿body {
	   background-color: white;
	   -webkit-background-size: cover;
	   -moz-background-size: cover;
	   -o-background-size: cover;
	   background-size: cover;
}

.logo_top {
    /*content:url('/assets/logos/youdox_logo_header_white.png');*/
	width:100px;
	margin-top:5px;
	margin-left:10px;
}

.claim-container{
	height: 55%; 
	padding-left: 9%; 
	padding-right: 18%;
	padding-top: 6%; 
}

.claim-text-title{
	font-size:450%;
	font-family: Fira Sans;
	font-weight:bold;
}


.claim-cta{
	position: relative; 
	padding-left: 16px; 
	padding-right: 16px; 
	cursor: pointer; 
	font-size: 21px; 
	height: 50px; 
	width: auto; 
	border-radius: 3px; 
	margin-top: 20px; 
	font-family: Fira Sans; 
	background-color:white; 
	color:black; 
	border: 0;
}

.claim-text-container{
	
	width: 80%; 
	
}

.btnHome {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 4px solid transparent !important;
	white-space: nowrap;
	padding: 2px 8px;
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	line-height: 1.42857143;
	border-radius: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}