
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif !important;
}
.mobile-banner {
    display: none;
}
.main {
    padding: 15px;
}
.local {
    display: flex;
    align-items: center;
    box-shadow: 3px 2px 17px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 3px 2px 17px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 2px 17px 1px rgba(0,0,0,0.1);
}
.one {
    min-width: 50%;
    width: 100%;
    /* border: 1px solid red; */
    background-color: white;
    height: calc(100vh - 30px);
    /* padding: 0 15px 0 0; */
}
.main-login-box {
    padding-right: 20px;
}
.box-cover{
    max-width: 483px;
    margin: 0 auto;
}
.logo-desh {
    width: 115px;
    background-color: #cac6c621;
}
.main-logo-bar {
    width: 50px;
    padding-left: 18px;
}

.main-logo-bar img {
    width: 100%;
}
.logo-box-main {
    display: block;
    width: 100%;
    margin: 10px 0 40px 0;
}
.logo-desh {
    display: flex;
    align-items: center;
    width: 110px;
    background-color: #cac6c621;
}
.green-border-box {
    background: linear-gradient(1deg, rgba(6,65,73,1) 20%, rgba(3,92,62,1) 70%);
    padding: 32px 12px;
}
.heading h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    color: #2c6f4e;
    font-size: 45px;
    margin-bottom: 10px;
    line-height: 54px;
}
.box-cover .text1 {
    margin-bottom: 25px;
}
.box-cover .text1 p {
    font-size: 12px;
    color: #cac6c6;
    font-weight: 600;
    margin: 0;
}
.custom-box-shadow {
    box-shadow: 0px 4px 14px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 4px 14px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 4px 14px 4px rgba(0,0,0,.2);
}

.form-login-input .inputWithIcon {
    border-left: 4px solid #b7cc63 !important;
}
.form-login-input input {
    width: 100%;
    height: 49px;
    border: 1px solid #ededed !important;
    border-radius: 0px;
    margin: 0;
    color: #cac6c6;
    background: white;
    outline: none;
    padding: 8px;
    box-sizing: border-box; 
  }
  
  .form-login-input input:focus {
    border-bottom: 2px solid #b7cc63 !important;
  }
  
  .form-login-input .inputWithIcon input {
    padding-left: 40px;
  }
  
  .form-login-input .inputWithIcon {
    position: relative;
  }
  
  .form-login-input .inputWithIcon i {
    position: absolute;
    left: 0;
    top: 8px;
    padding: 9px 8px;
    color: #aaa;
    transition: 0.3s;
  }
  
  .form-login-input .inputWithIcon input:focus + i {
    color: #828181;
  }
  .form-login-input {
    margin-bottom: 30px;
  }

  .checkbox-password {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
}

.custom-control {
    display: flex;
    align-items: center;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    color: #828181;
    font-size: 12px;
    font-weight: 600;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #b7cc63;
    border: 0px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.forget-link, .register-link, .login-link {
    color: #3c3c3c;
    font-weight: 600;
    font-size: 12px;
}
.forget-link:hover, .register-link:hover, .login-link:hover {
    color: #292525;
}
.checkbox-password div:nth-child(2) {
 text-align: end;
}
.submit-btn {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.submit-btn button {
    border: none;
    cursor: pointer;
    border-radius: 0px;
    background: rgb(6,65,73);
    background: linear-gradient(90deg, rgba(6,65,73,1) 20%, rgba(3,92,62,1) 70%);
    color: #fff;
    transition: 0.5s;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 45px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.submit-btn button:hover {
    -webkit-box-shadow: 0px 9px 10px -2px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 9px 10px -2px rgba(0,0,0,0.55);
    box-shadow: 0px 9px 10px -2px rgba(0,0,0,0.55);
}

.sign-bt a {
    border: 2px solid #828181;
    cursor: pointer;
    padding: 10px 45px;
    border-radius: 0px;
    background: #fff;
    color: #999;
    transition: 0.5s;
    float: left;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-left: 15px;
}
.sign-bt a:hover {
    color: #064346;
}

.footer-logo {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.f-image {
    width: 50px;
    height: 50px;
}

.f-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.two {
    /* min-width: 50%; */
    width: 100%;
    /* border: 1px solid black; */
    background-color: green;
    height: calc(100vh - 30px);
       

}
.imagetwo{
    width:100%;
    height: 100%;
}
.imagetwo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .one {
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .local {
        display: flex;   
        flex-direction: column-reverse;
        border-radius: 10px;
        overflow: hidden;
    }
    .desktop-banner {
        display: none;
    }
    .mobile-banner {
        display: block !important;
    }
    .one {
        padding: 0;
    }
    .logo-desh {
        display: none;
    }
    .box-cover {
        max-width: 553px;
    }
}
    @media (max-width: 640px) {
        .heading h2{ font-size: 25px;}
        .box-cover {
            max-width: 503px;
        }
    }
    @media (max-width: 575px) {
        .box-cover {
            max-width: 411px;
        }
    }
    @media (max-width: 480px) {
        .box-cover {
            max-width: 305px;
        }
    }