body {
	background-color: #f4f4f4;
	font-family: Lato, sans-serif;
/*	margin: 3% auto;*/
    display: flex;
    align-items: center;
    justify-content: center; 
    align-content:center; 
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
}
.lang{
    padding: 4px;
}

.lang a{
    text-decoration: underline;
    color: #0072bc;   
}


@media only screen and (max-width: 600px) {

	.lang {
		padding-right: 0;
	}

}

.card {
	margin: 0 auto;
}
/*Beginning of button styling*/

.btn {
	border-radius: 4px;
	font-family: Lato;
	font-size: 16px;
	height: 40px;
	margin-top: 16px;
	display: inline-block;
}

.btn:hover {
	color: white;
}

a .btn-primary-modal {
	background-color: #0072bc;
	color: white;
	transition: 0.3s;
	text-decoration: none;
}

.btn-primary-modal {
	background-color: #0072bc;
	color: white;
	transition: 0.3s;
	text-decoration: none;
}

.btn-secondary {
	background-color: white;
	border: 2px solid #0072bc;
	color: #0072bc;
}

.btn-secondary:hover {
	background-color: #0072bc;
	border: 2px solid #0072bc;
	color: white;
}

.btn-close {
	background-color: white;
	border: 2px solid #666;
	color: #666;
}

.backToFreightcom {
    margin-top: 16px;
    /*float: left;*/
    width: 100%;
    display: block;
    text-align: center;
    margin-right: 16px;
    opacity: 1 !important;
    color: #666 !important;
    font-size: 14px;
}
.back-to-fc {
  margin-top: 16px;
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  margin-right: 16px;
  opacity: 1 !important;
  color: #666 !important;
  font-size: 14px;
  font-weight: 300;
}

.backToFreightcom:hover {
    color: #0072bc !important;
    text-decoration: underline;
    opacity: 1 !important;

}

a .btn-primary-modal:hover {
	background-color: #004C7D;
	color: white;
	text-decoration: none !important;
}

.progress-buttons {
	margin-right: 16px;
}

.progress-buttons .next-btn{
	min-width: 100px;
	float: right;
}

.progress-buttons .prev-btn {
	min-width: 100px;
}

.cancel-btn {
	min-width: 100px;
	background-color: white;
	border: 2px solid #666;
	color: #666;
}

.cancel-btn:hover {
	background-color: #666;
	color: white;
	border: 2px solid #666; 
}

.btn-disable {
	background-color: #e8e8e8;
	color: #666;
}

.btn-disable:hover {
	color: #666;
}

/*End of button styling */

/*Beginning of styling for links*/

a {
	color: #666;
}

/*End of styling for links*/


label {
	font-size: 14px;
	font-family: Lato;
	color: #666;
}

.form-row>.col, .form-row>[class*=col-] {
	padding-right: 16px;
}

.form-logo {
	width: 164px;
/*	margin-bottom: 16px;*/
}

.new-ccc-logo img {
  max-width: 500px;
  width: 100%;
  margin-top: 24px;
}

/*Card Images*/
.card-body-image {
	background: 
    linear-gradient(
      rgba(0, 0, 0, .4),
      rgba(0, 0, 0, .4)
    ),
    url(../img/image015.jpg);
  	background-size: cover;
  	position: relative;
 /* 	float: left;*/
  	height: 100%; 
  	background-position: center; 
  	background-repeat: no-repeat; 
  	background-size: cover; 
  	border-radius: 4px 0px 0px 4px;
/*    padding-top: 300px;*/
}

.card-body-image-2 {
	background: 
    linear-gradient(
      rgba(0, 0, 0, .4),
      rgba(0, 0, 0, .4)
    ),
    url(../img/indiecoffee.jpg);
  	background-size: cover;
  	position: relative;
 /* 	float: left;*/
  	height: 100%; 
  	background-position: center top; 
  	background-repeat: no-repeat; 
  	background-size: cover;
  	border-radius: 4px 0px 0px 4px; 
}

.card-body-image-3 {
	background: 
    linear-gradient(
      rgba(0, 0, 0, .4),
      rgba(0, 0, 0, .4)
    ),
    url(../img/gpackaging.jpg);
  	background-size: cover;
  	position: relative;
 /* 	float: left;*/
  	height: 100%; 
  	background-position: center top; 
  	background-repeat: no-repeat; 
  	background-size: cover;
  	border-radius: 4px 0px 0px 4px; 
}

.card-body-image-4 {
	background: 
    linear-gradient(
      rgba(0, 0, 0, .4),
      rgba(0, 0, 0, .4)
    ),
    url(../img/freightcom-355.jpg);
  	background-size: cover;
  	height: 100%; 
  	background-position: center top; 
  	background-repeat: no-repeat; 
  	background-size: cover;
  	border-radius: 4px 0px 0px 4px; 
}

/*Quotes*/

.card-body-image-text p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    padding: 32px;
    padding-top: 50%;
    text-shadow: 2px 2px #000;
}

.card-body-image-text em {
    float: right;
    padding-right: 32px;
    font-size: 18px;
    text-shadow: 2px 2px #000;
}
/*Card Text*/
.card-body-image-text h4{
	text-align: center;
	margin: 0 auto;
	padding: 16px;
	padding-top: 300px;
	color: white;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 1.5px;
    text-shadow: 2px 2px #333;
}

.check-row {
	padding: 0px 8px 16px 16px;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
}

.form-control {
	font-family: Lato;
}

.forgot-password {
	float: right;
	font-family: Lato;
	font-size: 14px;
}

.custom-control-label {
    padding-top: 2px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0072bc;
  background-color: #0072bc;
}

.custom-checkbox .custom-control-label::before {
	margin-top: 2px;
}

/*Beginning of progress bar */

.progress {
	margin-bottom: 16px;
	background-color: #e8e8e8;
	border-radius: 8px;
    height: 10px;
}

.progress-bar {
	background-color: #0072bc;
   
}



.progress-title {
	font-family: Lato, sans-serif;
	font-weight: bold;
	margin-bottom: 24px;
}

.form-check{
    padding:0 !important;
} 
/*End of progress bar*/

/*Responsive*/

@media only screen and (max-width: 600px) {

	.progress-buttons {
		margin-right: 0px;
	}
	.card-body-image-text{
    top: 50%;
    left: 50%;
    transform: translate( 0%, -50% );
    text-align: center;
    }
}

@media only screen and (max-width: 769px) {
	.card-body-image-text{
    top: 50%;
    left: 50%;
    transform: translate( 0%, -30% );
    text-align: center;
    }
}

@media only screen and (max-width: 1200px) {
    .card-body-image, .card-body-image-2, .card-body-image-3, .card-body-image-4 {
        border-radius: 4px 4px 0px 0px;
        padding-top: 200px;
        }
}

@media only screen and (max-width: 1200px) {
	.card-body-image-text{
    top: 50%;
    left: 50%;
    transform: translate( 0%, -50% );
    text-align: center;
    }
}

