.description {
    color: #525252;
    font-size: 16px;
    margin-bottom: 10px;
    @include not-desktop {
		font-size: 14px;
	}
}
.success-description{
	text-align: center;
	padding: 0 10px;
}
.error-message {
  color: #f00;
  padding: 5px 0;
  font-size: 14px;
  position: absolute;
  bottom: 0;
}

.notify_me_form .text-col span.error{
	color: #f00;
	font-size: 14px;
}

.notificaton-text {
    color: #525252;
    padding: 5px 0;
    font-weight: 700;
    font-family: CentraNo2;
    text-align: center;
    margin-top: 25px;
}

.notify_me_form {
	padding: 11px 13px 20px;
}

.coming-soon-form{
	padding-top: 40px;
}
.notify_me_form .field-wrapper {
    width: 100%;
}

.notify_me_form .text-col {
    padding: 0;
    float: left;
    width: 68%;
    margin-right: 2%;
}

.notify_me_form label {
    display: none;
}

.notify_me_form .action-col {
    display: block;
    margin: 0;
    padding: 5px 0 0 0;
    width: 30%;
    float: left;
}

.notify_me_form input[type="text"] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid;
    color: #858585;
    height: 45px;
    float: left;
    border: solid 1px #d6b296;
    font-family: CentraNo2;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.notify_me_form input[type="text"]:focus {
	outline: 2px dotted #000;
    outline-offset: 1px;
}
    
.notify_me_form .iframe-btn {
    text-transform: uppercase;
    color: #fff;
    background: #000;
    display: block;
    border: 2px solid #000;
    font-weight: 700;
    line-height: 2;
    width: 100%;
    padding: 5px 15px;
    font-family: CentraNo2;
    font-size: 16px;
    height: 45px;
}

.notify_me_form .iframe-btn:focus {
	outline: 2px dotted #000;
    outline-offset: 1px;
}

@include tablet {
	.notify_me_form input[type="text"] {
	    border-radius: 0px;
	}
}

.notify_me_form .user-consent-wrapper{
    font-size: 13px;
    padding: 5px 0;
    clear: both;
    line-height: 17px;
    letter-spacing: 0px;
}