.verify_modelouter {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.verify_modelinner {
    position: absolute;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow:hidden;
    height:60%; 
    max-width:400px;
    width:100%;
    min-width: 320px;
    display: flex;
    display: -ms-flexbox;
}

.verify_modelinner p.modal_head1{
	font-size: 20px;
}

.verify_modelinner p.modal_head2{
	font-size: 16px;
}

.verify_modelinner p.modal_head3{
	font-size: 14px;
}

.verify_modal_pointer
{
	text-decoration: none !important;
	cursor: pointer;
	color: #337ab7;
}

.verify_modal_pointer:hover
{
	color: #23527c;
}


.verify_modal-close {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: transparent;
}

.verify_modal-close:hover,
.verify_modal-close:focus {
	color: #2b2e38;
}
.verify_modal-close:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 25px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	content: "\00d7";
	text-align: center;
}

.verify_modelholder{
	display:flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-width: 320px;
	overflow: hidden;
	padding: 10%;
}
.verify_modelholder p{
	max-width: 685px;
}
/* desktop */
@media all and (min-width: 992px) {
	.verify_modelinner {
	    height:400px;
	}

	.verify_modelouter .large {
	    height:90%;
	}
}

.codeBox {
	color: #000;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    margin-right: 7px;
}

.verify_modelinner {
	background-color: #0f161c;
	color: white;
	font-size: 14px;
}

#error-code
{
	display: none;
}

#resend
{
	display: none;
}

#step3_verify
{
	display: none;
}

.verify_modal_btn
{
	padding: 10px 20px;
    background-color: #e0393d;
    width: 80px;
    margin: 10px 20px;
    border-radius: 8px;
    color: #fff;
    display: block;
    text-align: center;
    cursor: pointer;
}

#modal_email
{
	font-weight: bold;
}

.mb-20
{
	margin-bottom: 20px;
}

.mb-10
{
	margin-bottom: 10px;
}
