body {
    /*background-image: url('../img/background-phone.jpg');*/
    background-size: cover;
    margin: 0;
    background-position: bottom center;
    background-attachment: fixed;
}

span.full {
    width: 100%;
}

.ironmark {
    top: 30px;
    right: auto;
    width: 100%;
    height: 60px;
    background-size: 60px;
    background-position: center;
}

.box {
    position: absolute;
    background-color: transparent;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding-bottom: 38px;
    margin-bottom: 0;
}

.box.static {
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    padding-top: 130px;
}

.content {
    padding: 120px 25px 10px 25px;
    font-size: 12px;
}

.welcome {
    /*background-image: url('../img/background-welcome-mobile.jpg');*/
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: bottom; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.bottom-container {
    bottom: 0;
    left: 20px;
    width: auto;
}

.bottom-container h1 {
    font-size: 40px;
}

.bottom-container p {
    padding-right: 15%;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
}

.fields {
    margin-top: 6px;
}

.styled-select select {
    width: 110%;
    padding: 0;
    margin-left: 12px;
}

.styled-select {
    margin: 4px 0px;
    padding-right: 8px;
    width: 100%;
}

select::-ms-expand {
    display: none;
} 

h1 {
    font-family: "Volvo Sans Light"; 
    font-size: 30px;
    /*font-weight: bold;*/
    line-height:1;
    margin: 0 0 15px 0;
}

h2 {
    font-family: "Volvo Sans Light"; 
    font-size: 30px;
    line-height:1;
    margin: 0 0 15px 0;
    letter-spacing: 0px;
}

p {
    margin: 12px 0;
}

p.password-text {
    width: 100%;
}

input.squared {
    width: 100%;
    height: 35px;
    
    margin: 6px 14px 8px 0px;
    padding: 5px 12px;
}

.termsBox {
    font-size: 12px;
    padding: 12px 12px 20px 20px !important;
    height: auto;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.carInfo {
    height: 240px;
}

.carImage {
    float: inherit;
    margin: 20px 0;
}

.carData {
    height: auto;
    margin: 0;
    display: block;
    float: inherit;
    width: 100%;
}

.specRow {
    height: 30px;
    width: 50%;
    float:  left;
}

.specRow div {
    float: left;
}

.ownerInfo div {
    width: 100%; 
}

.checkDiv {
    width: 100%;
    padding-bottom: 0;
}

.activatedMessage {
    height: 150px;
    background-image: url('../img/activated-phone.jpg');
    background-position: bottom left;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.activatedMessage div {
    width: 220px;
    left: 15px;
    bottom: 10px;

    font-size: 25px;
    font-family: Helvetica;
    font-weight: bold;
}

.password-div {
    float: left;
    width: 100%;
}

.connected-img {
    width: 100%;
    height: auto;
}

.footer {
   width: 100%;
   bottom: 0;
   left: 0;
   height: 65px;
   line-height: 65px;
}

.footer .footer-container {
    padding: 0 10px;
    display: inline-block;
    width: 100%;
}

#prev {
    left: 25px;
    margin-top: 0;
    background-color: transparent;
    padding-right: 0;
    border: none;
    padding: 0;
}

#prev:hover {
    background-color: transparent;
}

#prev .resource {
    display: none;
}

.left-arrow {
    margin-right: 4px;
    height: 46px;
}

#next {
    right: 25px;
    margin-top: 0;
    background-color: transparent;
    padding-right: 0;

}

#next:hover {
    background-color: transparent;
}

#next .resource {
    display: none;
}

#next div {
    letter-spacing: 1px;
}

.right-arrow {
    margin-left: 4px;
    height: 46px;
    background-image: url('../img/right-arrow-blue.png');
}

.search-result {
	width: 268px;
	height: 150px;
}

.loader-icon {
	background-size: 16px 16px;
	height: 75px;
	width: 145px;
}
.initiateEmailbox {
	margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    float:left;
}

.initiateBacklink {
    margin: 0;
    left: 0;
    border: none;
}

.initiateBacklink:hover {
    background-color: transparent;
    color: #003057;
    -webkit-tap-highlight-color: rgba(0,0,0,0.1);
}

.initiateBacklink:hover .init-arrow {
  background-image: url('../img/left-arrow.png');
}

#initiate_captcha_support_text{
	width: 100%;
}

.init-arrow {
    margin-left: 0px;
    margin-right: 10px;
}

.icp-Link {
    position: absolute;
    top: 25px;
    right: 25px;
	float: right;
	font-size: 10px;
    margin-top: 0;
    z-index: 100;
}

#icpLink2 {
	float: right;
	font-size: 10px;
	margin-top: 35px;
}


.overlay .message  {
	width: 100%;
	min-height: 150px;
	margin: 40% auto;
	background-color: #fff;
}

.overlay .message  span {
	padding: 10px;
}

.overlay .message .message-controls {
	width: 100%;
	padding: 10px;
}

.overlay .message .message-controls button {
	min-width: 50px;
	padding-right: 16px;
}

