.popup{
	    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #00000059;
}
.popup-body{
    background-color: #ffffff;
    width: 450px;
    padding: 30px 40px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    z-index:99999;
    overflow: hidden;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup h2{
    text-align: center;
	font-family: 'Josefin Sans', sans-serif !important;
	background: -webkit-gradient(linear, left top, right top, from(#0e0d4f), to(#2aadc2));
	line-height: 40px;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 10px;
	display: block;
	letter-spacing: 1px;
	color: #fff;
}
.popup p{
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#0e0d4f), to(#2aadc2));
    line-height: 49px;
    width: 100%;
    display: block;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 25px;
}
.form-mockup form {
    text-align: center;
}
.form-group {margin-bottom: 10px;}
.form-control {
    width: 97%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}
.form-control {
    height: 30px !important;
    background: #fff !important;
    color: #000000;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-mockup .form .submit {
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
}