/* Popup box BEGIN */
.hover-blz-bgholder{
    background:rgba(0,0,0,0.9);
    display:block;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover-blz-bgholder .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover-blz-bgholder > div {
    background-color: #fff;
    display: inline-block;
    height: auto;
    max-width: 750px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    padding: 60px;
}
img.popup-logo {
    max-width: 340px;
    margin-bottom: 20px;
}
.popup-content label {
    font-weight: 600;
}
.blz-input-field {
    border: 1px solid rgba(61,66,70,0.85);
    background-color: #fff;
    color: #000;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
}
#passport-file {
    display: block;
    text-align: center;
    margin: 10px auto;
    max-width: 100%;
    width: 205px;
}
.blz-submit-btn {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 0px;
    border-radius: 2px;
    padding: 8px 15px;
    color: #fff;
    font-family: "sofia-pro",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 15px;
    position: relative;
    background-color: #00b4c4;
    border-bottom: none;
    vertical-align: top;
}
/* Popup box BEGIN */

@media screen and (max-width: 769px) {
	.hover-blz-bgholder > div {
	    width: 90%;
	}
	#blz-popup-validate .blz-input-field {
		padding: 13px 15px;
	}
}
@media screen and (max-width: 500px) {
	.hover-blz-bgholder > div {
	    padding: 40px 20px;
	}
	img.popup-logo {
	    width: 100%;
	}
	#blz-popup-validate .blz-input-field {
	    width: 100%;
	    margin-bottom: 10px;
	}
	#blz-popup-validate .blz-submit-btn {
	    width: 100%;
	}
}