
body {
    font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
    background-size: cover;
    color: #000000;
    background-color: #07A750;
}
.login_form {
    width: 100%;
    height: 100%;
  
}

.progressdiv {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(/images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

    .progressdiv:before {
        content: "Please wait";
        position: fixed;
        background: #ffffff;
        padding: 3px;
        top: 41%;
        left: 47%;
    }
.textboxloader {
    background-image: url(/images/small_loader.gif);
    background-repeat: no-repeat;
    background-position: right center;
}
.divalert {
    width: 400px;
    position: fixed;
    z-index: 99999;
    background: #ffffff;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px #07A750;
    max-width: 95%;
    border-radius: 5px;
    overflow: hidden;
}
.alertinner{
    width:100%;
    display:table;
}
.divalert h1 {
    width: 100%;
    background: #07A750;
    color: #ffffff;
    font-size: 18px;   
    padding: 10px 5px;
}

.divalert-close {
    float: right;
    cursor: pointer;
    padding: 10px;
}

.divalert-text {
    clear: both;
    padding: 10px;
    color: #000000;
    min-height: 100px;
    padding: 10px 15px;
    text-align: center;
    display:table-cell;
    vertical-align:middle;
    min-height:80px;
    width:100%;
}



.divalert-btnclose {
    width: 80px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #808080;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 20px;
}

.divalert-ok {
    width: 80px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #FCB349;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 20px;
}


.divpopup {
    width: 400px;
    position: absolute;
    z-index: 1002;
    max-width: 95%;
    display: block;
}

.divpopup-inner {
    margin: 15px;
}

.otherdiv {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #333333;
    opacity: 0.7;
    z-index: 1000;
    top: 0;
    left: 0;
    display: block;
    display: none;
}

.divpopup .modal-header {
    background-color: #7F47E6;
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: block;
}
.modal-header .close{
    padding:5px;
}
.modal-title{
    font-size:18px;
}
.plus {
    float: left;
    width: 25px;
    margin-top: 4px;
}

.ctrl {
    margin-top: 20px;
}

    .ctrl label {
        font-size: 15px;
        line-height: 22px;
        color: #008D36;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left:3px;
    }
.logo {
    width: 100%;
    text-align: center;
    margin: 10px auto;
}

    .logo img {
        max-width: 90%;
    }
    .resendlink{
        float:right;
        color:#07A750 !important;
        font-size:13px;
        margin-top:5px;
        cursor:pointer;
    }
.kyc-box {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 20px auto;   
    transition: box-shadow 0.3s ease;
}
    .kyc-box h3 {
        font-size:15px;
        font-weight:bold;
        margin:0px 0px 5px 0px;
    }
    .kyc-box .kyc-box-status {
       width:100%;
       float:left;
    }
        .kyc-box .kyc-box-status .kyc-box-status-id {
           color:#333333;
           font-size:14px;
           font-style:italic;
        }
        .kyc-box .kyc-box-status .kyc-box-status-status {
            font-size: 14px;
            font-weight:bold;
        }
    .kyc-box .kyc-box-status .btn{
       padding:1px 5px !important;
       font-size:13px;
       border-radius:2px;
    }
fieldset {
    width: 100%;
    float: left;
    padding: 0px;
    margin-bottom: 10px;
}

    fieldset legend {
        display: none;
        color: #ffffff;
        font-size: 13px;
        margin: 0px;
        border: none;
        line-height: normal;
        padding: 0px;
        width: auto;
        background: #0E2D6D;
        border-radius: 2px;
        padding: 2px 5px;
    }
.btn {
    border-radius: 20px;
}
    .btn.btn-primary {
        background: #07A750;
        border-color: #07A750;
        color: #fff !important;
    }
    .btn.btn-danger {
       
        color: #fff !important;
    }
    .btn.btn-warning {
        color: #fff !important;
    }

.form-control {
    font-size: 15px;
    padding: .4rem .75rem;
    border-radius: 4px;
    border: 1px solid #07A750;
    font-weight: bold;
    color: #000000;
    background-color: #07a75051;
    border-radius: 20px;
}


.login100-form{
	padding:20px;
    background:#ffffff;
    border-radius:10px;
    }

.login100-form-title {
    font-size: 34px;
    font-weight: 700;
    color: #07A750;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
}
.login-text{
    text-align:right;
    font-weight:bold;
    margin:0px;
}
/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    border: none;
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    padding: 0 30px 0 68px;
    border: 1px solid #7F47E6;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(200,78,39, 0.8);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #57b846;
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}

.login100-form-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    background: #FCB349;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 600;
    letter-spacing: 1px;
}

    .login100-form-btn:hover {
        background: #FB670D;
    }

.login100-form .txt1{ margin-top:15px; display: inline-block;}
.login100-form .p-t-12 a {
   
    
}
.login100-form .go_web{ font-size:14px; color:#000; margin-top:20px;  text-align:left;}
    .login100-form .go_web a {
        color: #7F47E6;
        text-transform: initial;
    }
.side_logo {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
   /* background: rgb(255 255 255 / 0.32);*/
}
.side_logo p{ margin-top:10px; font-size: 16px;}
	

	
@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}
 
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}
 
.swingimage{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    
}
.mobile-logo{
    display:none;
}
/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 992px) {
    .wrap-login100 {
    padding: 177px 90px 33px 85px;
  }

  .login100-pic {
    width: 35%;
  }

   
}

@media (max-width: 768px) {
   
    

    
  .side_logo{ left:25%;}

    .login_bg{
       display:none;
    }
    .mobile-logo {
        display: block;
        margin: 0px auto;
    }
    .login100-form-title {
        padding-bottom: 0px;
        font-size: 25px;
        margin-bottom:10px;
        margin-top:10px;
    }
    .login100-form {
        padding: 30px 15px;
        margin: 25px auto;
    }
    
    .login-text {
        display: none;
    }
}

@media (min-width: 993px) and (max-width: 1100px) {

  .login100-form{ padding: 20px 0px;}  
  

}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}










