body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    font-family: "DM Sans", sans-serif !important;
}
@supports (-webkit-touch-callout: none) {
    body {
      font-family: "Your Font Family", sans-serif;
    }
  }
.left-panel{
    background-image: url('../images/Group\ 310.png');
    background-size: cover;
    min-height:800px ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.copyright p{
    position:absolute;
    bottom:5%;
    text-align: center !important;
    color: #FFFFFF;
    width: 70%;
    opacity: 0.5;
}
.welcome_const p{
    font-size:35px;
    width:80%;
    color: #ffffff;
}

.welcome_const{
    position: relative;
}

.welcome_const img{
    width: 49px;
    height: 49px;
}
.please_log p{
    font-size:20px;
    color: #ffffff;
    width:55%;
}

.form .form-control{
    height: 30vh;
}


.label-text {
   color: #4D4D4D;
   font-size:18px;
   font-weight: 400;
}

.logo-form{
    margin: 14px;
    width:20px;
    height:16px;
}

.right-panel{
    position: relative;
    min-height: 100vh;
}


.form-screen{
 position: absolute;
 width: 120%;
 min-height: 400px !important;
 left:-30%;
 top:10%;
 background-color:#ffffff;
 border-radius:15px;
}
.direct_logo{
  width: 70px;
  height:70px;
}
  .preview{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
.form-screen h5{
    color: #373737;
    font-size:25px;
    font-weight: 600;
}
.preview-policy img{
    width:25px;
    height:25px;
}
.preview-policy p{
    color: #0275DB !important;
    font-size: 16px
}
.already_reg .click{
    color: #2980CE !important;
    font-size: 16px;
}

.privacy{
    border: 1px solid #C6C6C6;
    border-radius: 9px;
    width: 110% !important;
}
.form-check-input[type=checkbox]{
    width:24px;
    height:24px;
    border: 2px solid #707070;
    border-radius: 6px;
   
 }

 .privacy_label{
    color: #848484;
    font-size: 14px;
    font-weight: 400;
 }
 .please_read p{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    width:285px;
 }

 .privacy-check:checked{
    background-color: #FF5700 !important;
    border-color: #FF5700 !important;
 }
 .accept-btn button{
    background: #FF5700 0% 0% no-repeat padding-box !important;
    color:#ffffff !important;
    width: 128px;
    height: 43px;
    outline: none !important;
    box-shadow: none !important;
 }
 .accept-btn button:focus{
    background: #FF5700 0% 0% no-repeat padding-box !important;
    color:#ffffff !important;
    width: 128px;
    height: 43px;
    outline: none !important;
    box-shadow: none !important;
 }

 @media (max-width:600px){
    body{
        margin: 0px;
        padding: 0px;
        font-family:'DM Sans',sans-serif !important;
        overflow-x: hidden !important;
    }
    .copyright p{
        text-align: left !important;
        width:unset !important;
    }
    .privacy_label{
        font-size: 12px;

    }
 }
@media (min-width:320px) and (max-width:767px){
    .welcome_const p{
        font-size:20px !important;
        width:80%;
        color: #ffffff;
    }
    .form-screen h5{
        font-size: 18px;
    }
    .form-left{
        font-size: 14px !important;
    }
    .label-text{
        font-size: 16px;
    }
    .please_log p {
        font-size: 14px !important;
        color: #ffffff;
        width: 90%;
    }
    .welcome_const{
        position: relative;
    }
    .welcome_const img{
        width: 30px;
        height: 25px;
    }

}


@media (max-width:992px){
    .welcome_const p{
        font-size:30px;
        width:80%;
        color: #ffffff;
    }
    .form-screen{
       position: unset;
       width: 100%;
    }
    .preview{
        display: unset;
    }
    .please_log p {
        font-size: 17px;
        color: #ffffff;
        width: 80%;
    }
}

@media (min-width:768px) and (max-width:900px){
    .please_log p {
        font-size: 17px;
        color: #ffffff;
        width: 50%;
    }
}

@media (max-width:400px) {
    body{
        margin: 0px;
        padding: 0px;
        font-family:'DM Sans',sans-serif !important;
        overflow-x: hidden !important;
    }
    .copyright p{
        font-size: 15px;
    }
    
  }

  @media (max-width:350px) {
    .copyright p{
        font-size: 12px;
    }
  }
 @media (max-width:600px) {
    .left-panel{
        min-height:60vh !important;
    }
 }

