.modal-soon .btn-close{
	z-index: 1000;
	top: -50px !important;
	right: -20px !important;
	color: #FFF !important;
	opacity: 1 !important;
}

.modal-soon{
	width: 359px;
	height: 405px;
}

.modal-soon .modal-body{
	padding-top: 130px !important;
}

.modal-soon .modal-content{
	background: url(../../images/modal/background-modal-soon.jpg);
	background-size: 100%;
	backgroud-repeat: no-repeat;
	background-color: #0a281b !important;
}

.modal-soon .modal-title{
	font-size: 24px;
	margin-bottom: 5px !important;
	font-weight: 600;
	line-height: 1 !important;
}

.modal-soon .modal-description{
	font-size: 14px;
	color: #FFF;
}

.modal-soon .modal-disclaimer{
	font-size: 11px;
	font-family: Arial;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
}

.modal-soon .modal-disclaimer a{
	color: #FFF;
}

.modal-soon .form-control{
	background-color: #213726;
	border: 2px solid #445849;
	transition: background-color 350ms ease;
	height: 45px;
}

.modal-soon .form-control:hover,
.modal-soon .form-control:focus{
	background-color: #152318;
	border: 2px solid #475f4e;
	box-shadow: none;
}

.modal-soon .invalid-feedback{
	font-family: Arial;
	font-size: 11px;
}