#productCheckForm input[type="text"] {
    width:100%;
}

#productCheckForm input {
    margin-bottom:10px;
}

#productCheckForm span.error {
    color:red;
    font-size:0.8em;
}

.modal .modal-dialog .modal-content {
    background-color: unset;
    border: unset;
    color: #fff;
}
@media (width >= 800px) {
	.modal .modal-dialog .modal-content .modal-body {
	    width: 800px;
	    height: 397px;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-color: unset;
	    border: unset;
	    color: #fff;
	    padding-top: 180px;
	    text-align: center;
	}
}

@media (width <= 800px) {
	.modal .modal-dialog .modal-content .modal-body {
	    width: 400px;
	    height: 397px;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-color: unset;
	    border: unset;
	    color: #fff;
	    padding-top: 180px;
	    text-align: center;
	}
}

.modal .modal-dialog .modal-content td, .modal .modal-dialog .modal-content th {
    border-color:#fff;
    padding: 5px !important;
}
