.pd-0 { padding:0!important; }
.jSignature {width:100% !important}
#signatureimg img { max-width:100%; }
body {
	background: #dce5ed;
}
.main {
	margin-bottom: 100px;
}
.container {
	font-family: "Poppins";
	font-size: 1.5rem;
	width: 850px;
    background: #fff;
	margin: 0 auto;
    box-shadow: 0 15px 16.83px 0.17px rgb(0 0 0 / 5%);
	border-radius: 20px;
	line-height: 1.6em;
	background-position: 104% 0;
	background-repeat: repeat-y;

}
.form-release .container {
	width:750px;
}
/* .container::after {
	content: "";
    position: absolute;
    top: 100px;
    right: 14%;
	width: 28%;
	max-width: 360px;
    height:  100%;
    background-image: linear-gradient(72deg, #eaee44, #33d0ff);
    opacity: .15;
    border-radius: 0 20px 20px 0;
} */
.form-content {
	padding:50px 15px 70px 35px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
.form-box {
	width: 63%;
}
.form-image {
	width: 31%;
    margin: 0 15px;
}
.form-image figure {
	margin-bottom: 60px;
}
.form-release .form-image figure {
	margin-bottom: 0px;
}
.form-image figure img {
	max-width: 100%;
}

form {
	display: inline-block;
    width: 100%;
}
.force-inline { 
	display:inline-block; 
	width: auto!important; 
	margin-bottom: 0!important;
}
.form-control {
	padding: 10px 12px 0px 10px!important;
    height: 2.5em;
}
.form-group .form-line .form-label {
	top:12px;
	white-space:normal;
}
.form-group .form-line.focused .form-label {
    top: -5px;
	font-size:11px;
}

.form-title {
	margin-bottom: 33px;
	text-align:center;
	width: 100%;
	text-transform: uppercase;
    letter-spacing: .2em;
}
.form-group {
	margin-bottom: 20px;
	clear: both;
}

.form-group .col-xs-5 { width:41.66666667%!important;}
.expiremonth:before {
	content:"/";
	position:absolute;
	top: .8em;
	left: -1.2em;
}
.form-field:after,
.form-group:after {
	clear:both;
}
.form-line:after {
	clear:both;
}
.form-field{
	border-left:#428be5 5px solid;
	padding-left: 15px;
	position:relative;
	left: -15px;
	margin-bottom: 40px;
}

label { 
	white-space:nowrap; 
	padding: 0!important;
	font-size: 1.2rem;
}

.btn-default {
	background-color: transparent !important;
}
.bootstrap-select {
	border-bottom: none!important;
}
.bootstrap-select>.dropdown-toggle {
	padding:0!important;
}
.bootstrap-select .bs-searchbox {
	display: none;
}
.form-actions{
	margin: 50px auto;
}
.form-btn {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px!important;
    background: #428be5;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
	transition: all .4s;
}
.form-btn-sm {
	height: 35px;
	width:50%;
}
.form-btn:hover {
	filter: opacity(.7);
    color: #fff;
}
.contact {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3rem;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	width: 100%;
}
.contact .logo { 
	max-width: 150px;
	margin: 0 auto 10px -40px;
 }
.contact .item {
	margin: 10px auto 0px;
	width: 100%;
}
.contact i {
	color:#428be5;
	margin-right: 5px;
	vertical-align: bottom;
}
.contact span {
	display: block;
	font-weight: normal;
    font-size: 1.2rem;
}
.form-release .contact {
	text-align: center;
}
.form-release .contact .item {
	width: 32%;
	display: inline-block;
}

@media screen and (max-width: 524px){
	.form-image figure { display:none!important; }
	/* .form-image .contact { display: block!important; } */
	.contact { width:100%; }
	.contact .logo {
		/* margin-left: 15px; */
	}
	
}
@media screen and (min-width: 769px){
	.float-v-align{
		display: flex;
    	align-items: flex-end;
	}
	
}

@media screen and (min-width: 769px) and (max-width: 1200px){
	.container {
		width: calc( 100% - 245px);
		max-width: 100%;
	}
}
@media screen and (min-width: 525px) and (max-width: 900px){
	.form-image {
		display: flex;
		justify-content: center;
	}
	.form-image figure,
	.form-image .contact {
		width: 45%;
		margin-bottom: 0;
	}
	.form-image .contact {
		display: flex; 
    	align-content: center;
	}
	.form-release .form-image { width: 44%; }
	.form-release .contact { width: 48%; }
}
@media screen and (max-width: 900px){
	.container {
		background-image:none;
	}
	.container::after {
		background:none;
	}
	.form-box,
	.form-image {
		width: auto;
		max-width: 100%;
	}
	.form-box {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		/* padding: 0 30px; */
	}
	
	.form-release .form-image figure { width: 100%; }
	.contact .item {
		width: 100%!important;
		display: block!important;
	}
	.form-release .contact {
		text-align: left;
	}
		
}
@media screen and (min-width: 900px){ 
	.form-release .contact {
		margin-top: 80px;
	}
}
@media screen and (max-width: 768px){
	
	.container {
		width: calc( 100% - 30px);
		max-width: 100%;
	}
	.form-content { 
		padding: 30px 15px;
	}
	
	
}

.form-consent label, 
.form-authorization label, 
.form-release label, 
.form-consent p,
.form-authorization p,
.form-release p, 
.form-consent p,
.form-authorization p,
.form-consent .form-group .form-control,
.form-authorization .form-group .form-control,
.form-release .form-group .form-control{
    background: transparent;
}