a
{
    text-decoration: none !important;
}
ul
{
    padding: 0 !important;
    margin: 0 ;
}
ul li
{
    list-style: none;
}
html
{
    scroll-behavior: smooth;
}
.scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
.scrollbar-track
{
    background-color:#fff
}
.scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-webkit-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-webkit-scrollbar-track {
    background-color:#fff
}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-webkit-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-webkit-scrollbar-track {
    background-color:#fff
}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-moz-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-moz-scrollbar-track {
    background-color:#fff
}
::-moz-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
.login-page {
     display: flex; 
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    place-content: center;
    overflow: hidden;
}
.submit_btn {
    background-color: #B3DC62;
    color: #303030;
    border-radius: 30px;
    padding: 10px 66px;
    border: 1px solid #B3DC62;
    transition: all 0.3s !important;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
}
.main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
#leftArea, #rightArea {
    width: 100%;   
}

/* Start Left Area */
#leftArea
{
    background: url('/../images/login/left_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
}
.logo_img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.bottomContent {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    left: 0;
}
.bottomContent p {
    color: #fff;
    font-size: 18px;
}
/* End Left Area */
/* Start Right Area */
#rightArea {
    padding: 0 10%;
}
.footer_menus {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 25%;
    bottom: 18px;
    top: auto;
}
.footer_menus li {
    display: inline-block;
    margin: 0 7px;
}
.footer_menusLinks {
    font-size: 18px;
    color: #9D9CA5;
    transition: all 0.3s;
}
.loginForget
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* End Right Area */
.subtext_
{
    color: #8090A7;
    font-size: 24px;
}
.subheading_ {
    font-size: 56px;
    font-weight: bold;
    color: #527016;
}
.back_btn {
    font-size: 24px;
    color: #8D8D8D;
    position: relative;
    top: 30px;
}
.loginContainer {
    border: none !important;
    padding: 0px 40px 15px;
    font-family: 'Segoe UI';
}
.heading-text {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.brand_logo img {
    width: 100%;
    max-width: 200px;
}
.form_horizontal .form-group
{
    /* margin: 30px 0; */
    position: relative;
}
.label_text {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #979797;
}
.required {
    color: #FF0000;
    margin-left: 3px;
}
.form_horizontal .form-control {
    padding: 16px;
    background: transparent;
    border: 0.5px solid #7D7D7D;
    color: #000;
    font-size: 18px;
    border-radius: 11px;
    font-weight: 500;
    padding-left: 53px;
    position: relative;
    
}
.form_horizontal .form-control::placeholder
{
    color: #00000099;
    font-size: 18px;
}
.form-control:focus {
    /* color: #fff; */
    background: none !important;
    border-color: #2f7aff !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.input_icon {
    position: absolute;
    top: 57px;
    padding: 3px;
    display: block;
    right: 0;
    bottom: auto;
    left: 32px;
    width: 25px;
    height: 25px;
}
/*---Eye Icon*---*/
.show-icon {
    background-image: url('/../images/login/Show.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 4;
    height: 22px;
    width: 22px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.hide-icon.hide-icon {
    background-image: url('/../images/login/Hide.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 4;
    height: 22px;
    width: 22px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.forgot_password_ a {
    color: #979797;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s;
}
#or-separator {
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4px;
    justify-content: center;
}
#or-separator:before {
    content: "";
    background: rgba(0,0,0,0.15);
    height: 1px;
    width: 29%;
}
#or-separator:after {
    content: "";
    background: rgba(0,0,0,0.15);
    height: 1px;
    width: 29%;
}
.or-text {
    font-size: 18px;
    line-height: 1.42857;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    margin: 0 12px;
    /* text-align: center; */
}
/* Start Social links Css */
.login-social {
    text-align: center;
    margin-top: 13px;
}
.login-social li
{
    margin: 0 2px;
}
.login-social li:nth-child(1) a {
    background: #395693;
    border: 1px solid #395693;
}
.login-social li:nth-child(2) a {
    background: #DB4437;
    border: 1px solid #DB4437;
}
.login-social li:nth-child(3) a {
    background: #00A7E7;
    border: 1px solid #00A7E7;
}
.login-social li {
    display: inline;
}
.login-social_link {
    width: 35px;
    height: 35px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #fff !important;
    transition: all 0.3s;
}
/* End Social links Css */
/* Start Create Account Css*/
.createAccount.text-center {
    margin: 10px;
}
.createLink {
    color: #FF6D18 !important;
    font-weight: 500;
}
/* End Create Account Css*/
.info_icon {
    position: absolute;
    bottom: 17px;
    right: 10px;
    cursor: pointer;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}
input[type=number] {
    appearance: textfield !important;
    -moz-appearance: textfield;
  }
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#checkbox {
    width: 20px;
    height: 20px;
    border-radius: 0;
    margin: auto;
    vertical-align: middle;
    appearance: none;
    border: 1px solid #006838;
}
.checbox_text_ {
    margin-left: 3px;
    color: #000 !important;
}
.form-check-input:checked[type=checkbox] {
    background-image: url('/../images/login/checkimg.png') !important;
    background-repeat: no-repeat !important;
    background-size: 12px 11px !important;
    background-position: calc(100% - 3px) !important;
}
.form-check-input:checked {
    background: #006838 !important;
    border: 1px solid #006838;
}
.form-check-input:focus
{
    box-shadow: none !important;
}
label.checbox_text_ a {
    color: #006838;
    text-decoration: underline !important;
    font-weight: 500;
}
@media (min-width: 1200px)
{
    .primary_btn_:hover {
        background: transparent;
        color: #006838;
    }
    .login-social_link:hover {
        background: transparent !important;
        color: #000 !important;
    }
}
@media (min-width: 992px)
{
.col-lg-5 {
    flex: 0 0 auto;
    width: 38.666667% !important;
}
}