.form1639159714 {
    
}

.form1639159714 .mhead {
    display:none;
}

.form1639159714 .mtitle {
    
}

.form1639159714 .mdesc {
    
}

.form1639159714 .mbody {
    
}

.form1639159714 .mcontent {
    
}

/*Module specific style*/

/*Module specific style*/
.form1639159714{
    border: 2px solid #f2f6f9;
    padding: 1rem;
    border-radius:15px;
}
.form1639159714 label{
    color: #d7d8d9;
    font-size: .85em;
    font-weight: 700;
    margin-bottom: .5em;
    margin-top: 1em;
}
.form1639159714 .membership_title{
     color: #d7d8d9;
}
.form1639159714 input , .form1639159714 select{
    background-color: #24262b;
    border: none;
    border-radius: .5em;
    display: block;
    font-size: .95em;
    padding: .5em 1em;
    width: 100%;
    color:#fff;
}
.form1639159714 input:focus{
    background-color: #393c43;
    color:#fff;
}
.form1639159714 .membership .membership_radio-buttons {
    align-items: center;
    display: flex;
    margin-left: 15px;
}
.form1639159714 .membership {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.form1639159714 .membership span {
    margin-left: .66em;
}
.form1639159714 textarea {
    background-color: #393c43;
    color:#fff;
    border: 1px solid #f2f6f9;
    border-radius: .5em;
    display: block;
    font-size: .95em;
    padding: 1em;
    height: 87%;
    resize: none;
    transition: all .25s ease;
    width: 100%;
}
.form1639159714 textarea:focus {
    background-color: #393c43;
    color:#fff;
}
.form1639159714 textarea::placeholder {
    color:#fff !important;
}
.form1639159714 .form1639159714_captcha{
    color:#fff !important;
    margin-top: 2.5rem;
}
.form1639159714 .form1639159714_captcha:focus{
    color:#fff !important;
}
.form1639159714 button{
    margin-top:2.5rem;
    margin-right:10px;
    width:200px;
    background-color: #f97316!important;
    color:#fff!important;
    border:none;
    outline:none;
}
.form1639159714 button:hover{
    background-color: #f97316!important;
    color:#fff!important;
    border:none;
    outline:none;
}
@media (max-width: 767px) {
	
}
@media (min-width: 768px) {
    .form1639159714{
    padding: 3rem 5rem;
    }
}
@media (min-width: 992px){
	
}
@media (min-width: 1200px) {
	
}