.sms-friend-container {
	height: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
	padding-right: 12px;
	max-width: 1440px !important;
}
#smsFriendModal #field1{
	min-width: 220px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: auto;
	height: 100% !important; 
	border: none;
}

#smsFriendModal #field2{
	float: right !important;
	min-width: 220px !important;
	width: 45% !important;
	margin-bottom: 40px !important;
	margin-left: 5px;
	height: 100% !important;
	margin-top: 0 !important;
	border: none;
}

#smsFriendModal .panel, #smsFriendModal .panel-body { background-color: transparent !important; padding: 0 !important; }

#smsFriendModal .panel-title {
	display: block;
	font-weight: 600;
	font-size: 1.5rem !important;
}

#smsFriendModal #sms-friend-form a {
	text-decoration: none;
	color: gray;
}

#smsFriendModal #sms-friend-form .collapse.in {
	display: block;
	opacity: 1;
	height: auto;
}

#smsFriendModal #sms-friend-form .collapse {
	display: block;
	opacity: 0;
	height: 0px;
	overflow: hidden;
}

#smsFriendModal #sms-friend-form .panel-heading {
	pointer-events: none;
}

#smsFriendModal #sms-friend-form a:hover, #sms-friend-form .sms-friend-active {
	color: dodgerblue;
}

#smsFriendModal #sms-friend-form .sms-friend-group {
	margin-bottom: 16px;
}

#smsFriendModal #sms-friend-form .sms-friend-input {
	width: 100%;
	display: block;
	color: #555;
	background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ccc;
	border-radius: 0px !important;
}
#smsFriendModal #sms-friend-form .vehicle-input{
	height: 45px;
}
#smsFriendModal #sms-friend-form .information-input{
	height: 45px;
}

#smsFriendModal #sms-friend-form .sms-friend-input.disabled {
	background: #eee;;
	cursor: not-allowed;
}

#smsFriendModal #sms-friend-form .form-error {
	margin-left: 5px;
	color: red;
	display: none;
}


#smsFriendModal #sms-friend-form .hidden-group {
	display: none;
}

#smsFriendModal .sms-friend-container .sms-friend-disclaimer {
	/*border: 1px solid black;*/
	padding: 4px;
	font-size: 12px;
}

#smsFriendModal input.sms-friend-input, #smsFriendModal #sms-friend-form select {
	padding: 8px;
}

#smsFriendModal #bankruptcyDate, #smsFriendModal #coBankruptcyDate {
	display: none;
}


@media (max-width: 600px) {
/*	.sms-friend-container {
		width: 90%;
	}*/

	#smsFriendModal #sms-friend-form .sms-friend-input {
		width: 270px;
	}

}


#smsFriendModal #list-name{
	padding-left: 50px;
}

#smsFriendModal label{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

#smsFriendModal .contact_us_required{
	color: #e21d25 !important;
	margin-left: 4px;
}

#smsFriendModal textarea.message{
	/* height: 160px; */
	height: 75px;
	width: 100% !important;
	font-size: inherit;
	font-family: inherit;
	letter-spacing: normal;
	padding: 6px 8px;
	line-height: 1.5;
	resize: none;
}

#smsFriendModal select.select-area{
	width: calc(50% - 8px);
	border: 1px solid #ccc;

}

#smsFriendModal .sms-friend-btn{
	padding: 15px 25px 15px 25px;
	width: auto;
	background-color: #000 !important;
	border: 0 !important;
	color: #fff !important;
	font-weight: bold;
	border-radius: none;
	color: var(--btn-primary-color);
	border-color: var(--btn-primary-border-color);
	background: var(--btn-primary-bg);
}
#smsFriendModal input.sms-friend-input{
	width: 100%;
}
#smsFriendModal #phone, #smsFriendModal #email, #smsFriendModal #home-zip{
	width: calc(50% - 8px);
}


#smsFriendModal .image-default{
	min-height: 360px;
	width: 100%;
	background: #fff url('https://secure.images.demo.dev.pixelmotiondemo.com/formImages/showcase_bg.jpg') no-repeat 50% 50%;
	background-size: contain;
	border: 1px solid #cecece;
}

#smsFriendModal .vehicle-label{
	display: none;
}
#smsFriendModal .color-options{
	text-align: center;
}

@media (max-width: 780px) {
   
    #smsFriendModal #sms-friend-form{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #smsFriendModal div.message-area {
        margin-right: auto !important;
    }

}