.form1738486141 {
    
}

.form1738486141 .mhead {
    display:none;
}

.form1738486141 .mtitle {
    
}

.form1738486141 .mdesc {
    
}

.form1738486141 .mbody {
    
}

.form1738486141 .mcontent {
    
}

/*Module specific style*/

/*Module specific style*/
.form1738486141{
    border: 2px solid #f2f6f9;
    padding: 1rem;
    border-radius:15px;
}
.form1738486141 label{
    color: #d7d8d9;
    font-size: .85em;
    font-weight: 700;
    margin-bottom: .5em;
    margin-top: 1em;
}
.form1738486141 .membership_title{
     color: #d7d8d9;
}
.form1738486141 input , .form1738486141 select{
    background-color: #24262b;
    border: none;
    border-radius: .5em;
    display: block;
    font-size: .95em;
    padding: .5em 1em;
    width: 100%;
    color:#fff;
}
.form1738486141 input::placeholder{
    color:#fff;
}
.form1738486141 input:focus , .form1738486141 select:focus{
    background-color: #393c43;
    color:#fff;
}
.form1738486141 .membership .membership_radio-buttons {
    align-items: center;
    display: flex;
    margin-left: 15px;
}
.form1738486141 .membership {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.form1738486141 .membership span {
    margin-left: .66em;
}
.form1738486141 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%;
}
.form1738486141 textarea:focus {
    background-color: #393c43;
    color:#fff;
}
.form1738486141 textarea::placeholder {
    color:#fff !important;
}
.form1738486141 .form1738486141_captcha{
    color:#fff !important;
    margin-top: 2.5rem;
}
.form1738486141 .form1738486141_captcha:focus{
    color:#fff !important;
}
.form1738486141 button{
    margin-top:2.5rem;
    margin-right:10px;
    width:200px;
    background-color: #f97316!important;
    color:#fff!important;
    border:none;
    outline:none;
}
.form1738486141 button:hover{
    background-color: #f97316!important;
    color:#fff!important;
    border:none;
    outline:none;
}
.form1738486141 .form-check-input{
    padding:0;
    width: 1em;
    margin-left:10px;
}
.form1738486141 .formCheckContainer {
    display: flex;
    align-items: center;
    justify-content: right;
}
.form1738486141 .form-check-input label{
    margin-top: 0;
}
.form1738486141 .formCheckContainer .form-check{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:20px;
}
.form1738486141 .row p{
    color:#fff;
}
@media (max-width: 767px) {
	
}
@media (min-width: 768px) {
    .form1738486141{
    padding: 3rem 5rem;
    }
}
@media (min-width: 992px){
	
}
@media (min-width: 1200px) {
	
}