/*body{
    font-family: "Inter", sans-serif !important;
    background: #1d1d1d;

}*/
.signup-sec {
    min-height: 100vh;
    width: 100%;
    display: flex;
}

.signup-left {
    width: 50%;
    background: #4d1e00;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
}

.signup-right {
    width: 50%;
    background: #732c00;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
}
.logo-img{
    width: 350px;
    max-width: 100%;
}
ul.con-ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    color: #ffffffc7;
    font-size: 1.3rem;
}

ul.con-ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

ul.con-ul li img {
    width: 20px;
    position: relative;
}

h1.title-sec {
    color: #ff731a;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 3em;
}
button.btn.btn-sub {
    background: #ff731a;
    background: linear-gradient(89deg, #ff731a 0%, #fb680b 100%);
    color: white;
    border: 0px solid;
    width: 100%;
    margin-top: 10px;
    font-size: 1.3rem;
    height: 50px;
}
button.btn.btn-sub:hover {
    background: linear-gradient(89deg, #ee6917 0%, #ee5d03 100%) !important;
    color: white;
}
.cust-form-control{
  font-size: 1.3rem;
    height: 50px;
    width: 100%;
    max-width: 100%;
}
.cust-label{
    font-size: 1.2rem;
    color: white;
    display: flex;
    align-items: center;
}
.cust-label img{
    position: relative;
    top: -1px;
}
@media (max-width:767px){

    h1.title-sec {
        font-size: 2em;
    }
    ul.con-ul {
        font-size: 1.1rem;
    }
    .cust-form-control{
        font-size: 1.1rem;
    }

    .signup-sec {
        display: flex;
        flex-direction: column;
    }
    
    .signup-left {
        width: 100%;
    }
    
    .signup-right {
        width: 100%;
        min-height: 50vh;
        
    }
    .cust-label {
    font-size: 1.1rem;
}
.mxw-100 {
    border: 1px solid #ff731a;
    padding: 50px 20px !important;
    border-radius: 20px !important;
}
button.btn.btn-sub{
    font-size: 1.1rem !important;
}
}
.mxw-100{
       max-width: 100%;
    border: 1px solid #ff731a;
    padding: 80px 40px;
    border-radius: 30px;
    width: 650px;
}

.text-dan {
    color: #ffb74d !important;
}

.text-resend {
    color: #f88034 !important;
}

    .text-resend:hover {
        color: #ff9958 !important;
    }


.resend-btn {
    color: #ff731a;
    font-size: 1.2rem;
}

.signup-right .cust-form-control:focus{
    color:white !important;
}