

.imgBackground {
    background-image: url('login.png');
    background-repeat: no-repeat;
    background-size:100% auto;
    /* height: 1080px; */
    margin-top:30px;
    border-radius: 80px 0 0 0 ;
    
}

.continue-proceed {
    margin-top:10px;
}


.d-flex {
    margin-bottom:80px !important;
    height:80px;
    margin-top:-20px;
}
.footer-pad {
    padding:30px;
}

.footer-pad p {
    margin-bottom:12px !important;
}

.btn {
    float: right;
    background: #000;
    border: 1px solid #000;
}

.copyrights {
    float:left; 
    padding-top:30px;
    margin-left:50px;
    margin-bottom:50px;
    font-size: 12px;
}



.logo {
    width:50px;
    height: 50px;
}
.first-card {
    background-color: #fff; 
    height: 710px;
    border-radius: 50px  0 0 0;
    /* margin-top:80px */
}

.important-msg {
    color: red;
    padding:0 30px;
}


.container-fluid {
    padding:50px 10px 30px 50px;
    overflow: hidden;
}
.form-check-input{
    width: 20px;
    height: 20px;
    /* margin-right: 3px; */
}

.pad-left {
    padding: 0 30px;
}


.accordion-item {
    background: #EEEEEE;
    margin-bottom:20px;
}
.accordion-button {
    background: #EEEEEE;
    
}

.second-card {
    height:350px;
}


.termscon
{
    margin-left:48%;
    width: 50% !important;
}
.termscon
 label{
display : content !important;
}
   .form-check-input{
 border: 2px solid #706969 !important;
}


/* Responsive code */
@media only screen and (max-width:450px) {
  .loginbgcss
    {
        display:none !important;
    }
  .termscon
{
    margin-left:0% !important;
width: 100% !important;
}

}