/* :root
{
   
    --darkgreen : #88c440;
    --lightgreen : #b8dba7;
    --text-primary : #006de2;
    --darkblck : #373435;
    --darkbrwn : #726650;
    --bg-info : #17a2b8;
    --bg-success : #28a745;
} */


.login-card 
{
    border: 0;
    border-radius: 27.5px;
    box-shadow: 0 10px 30px 0 rgb(172 168 168 / 43%);
    overflow: hidden;
}
.card 
{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.login-card-img 
{
    border-radius: 0;
    position: absolute;
    width: 50%;
    height: 100%;
    object-fit: cover;
}
img 
{
    vertical-align: middle;
    border-style: none;
}
.footer-link 
{
    position: absolute;
    bottom: 1rem;
    text-align: center;
    width: 100%;
}
.text-white 
{
    color: #fff!important;
}
.text-center 
{
    text-align: center!important;
}
.align-self-end 
{
    align-self: flex-end!important;
}
.text-white 
{
    color: #fff!important;
}
.login-card .login-btn 
{
    padding: 13px 20px 12px;
    background-color: #373435 !important;
    border-radius: 4px;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px;
    width: 100%;
}
.login-card .login-btn:hover 
{
	border: 1px solid #373435;
    background-color: #373435;
    color: #fff;
}
.login-card .card-body 
{
    padding: 50px 50px 50px 50px;
}
.card-body 
{
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.brand-wrapper 
{
    margin-bottom: 19px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logowrapsec{
    width: 200px;height: 120px;overflow: hidden;display: flex;
    justify-content: center;
}
.login-card-description 
{
    font-size: 25px;
    color: var(--darkbrwn);
    color: #000;
    font-weight: 500;
    margin-bottom: 23px;
    text-align: center;
}
.login-card form 
{
    max-width: 100%;
}
.login-card .forgot-password-link 
{
    font-size: 17px;
    color: #000000;
    margin-bottom: 12px;
}
.login-card-footer-text 
{
    font-size: 16px;
    color: #373435;
    margin-bottom: 50px;
}
nav
{
	display: block;
}
.login-card-footer-nav a 
{
    font-size: 16px;
    color: #000000;
}
body 
{
    font-family: "Karla", sans-serif;
    /*background-color: #d0d0ce;*/
    background-image: linear-gradient(180deg, var(--darkgreen) 0 50%, white 50% 100%);
    min-height: 100vh;
}
a 
{
    text-decoration: none !important;
    background-color: transparent !important;
}
.login-card .form-control 
{
    border: 1px solid #d5dae2;
    padding: 10px 25px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}
.brand-wrapper .logo 
{
    /* height: auto;
    width: 28%; */
    max-width: 100%;max-height: 100%;object-fit: contain;
}
@media(max-width: 768px)
{

    .login-card .card-body 
    {
        padding: 20px 20px 20px 20px;
    }
    .form-select
    {
        margin-bottom: 20px;
    }
    button#send_btn_otp
    {
        margin-bottom: 20px;
    }
    .rowblock
    {
        display: block;
    }
    button#send_btn_otp 
    {
        text-align: center;
        margin-left: auto !important;
        margin-right: auto;
        display: block !important;
    }
    .home_main_sec input 
    {
        height: 45px !important;
    }
    .login-card .form-control 
    {
        padding: 10px 20px;
    }
}
@media(max-width: 1280px)
{
    .hidecol
    {
        display: none !important;
    }
    .col-md-6 
    {
        flex: 0 0 auto;
        width: 100%;
    }
    /* .brand-wrapper .logo 
    {
        width: 20% !important;
    } */
}
.container 
{
    max-width: 1140px !important;
}
.input-group-text
{
	border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 14px 15px !important;
}


@font-face 
{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqaHUlKd7c.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face 
{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqaE0lK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

b
{
    color: var(--darkblck);
}

.form-control:focus 
{
    box-shadow: none;
    border: 1px solid var(--darkgreen);
}
button#send_btn_otp 
{
    font-size: 14px;
    margin-left: 0px;
    background-color: var(--lightgreen);
    color: #000;
    border: 2px solid var(--lightgreen);
    padding: 10px 15px;
}
.form-select
{
    padding: 10px 25px !important;
}
.home_main_sec input 
{
    height: 50px;
    margin-top: 10px;
    box-shadow: none !important;
    border: 0px solid #e4e4e4;
}
.mb-20
{
    margin-bottom: 20px !important;
}

.home_main_sec_four
{
    height: 50px;
    margin-top: 10px;
    box-shadow: none !important;
    border: 0px solid #e4e4e4;
    /*width: 10%;*/
    margin: 0px auto;
    padding: 0px 70px;
}


/*Alert Design Custom*/
/*Green Alert Start*/
.greencross
{
   font-size:18px !important;
   color: #026700;
   text-shadow: none;
}
.alert-simple.alert-success
{
  border: 1px solid #026700;
  background-color: rgba(7, 149, 66, 0.12156862745098039);
  box-shadow: 0px 0px 2px #259c08;
  color: #026700;
  font-weight: 600;
  transition:0.5s;
  cursor:pointer;
}
.alert-success:hover
{
  background-color: rgba(7, 149, 66, 0.35);
  transition:0.5s;
}
/*Green Alert End*/

/*Blue Alert Start*/
.alert-simple.alert-info
{
  border: 1px solid rgba(6, 44, 241, 0.46);
  background-color: rgba(7, 73, 149, 0.12156862745098039);
  box-shadow: 0px 0px 2px #0396ff;
  color: #0396ff;
  font-weight: 600;
  transition:0.5s;
  cursor:pointer;
}
.alert-info:hover
{
  background-color: rgba(7, 73, 149, 0.35);
  transition:0.5s;
}
.blue-cross
{
  font-size:18px !important;
  color: #0bd2ff;
  text-shadow: none;
}
/*Blue Alert End*/

/*Yellow Alert Start*/
.alert-simple.alert-warning
{
  border: 1px solid rgba(241, 142, 6, 0.81);
  background-color: rgba(220, 128, 1, 0.16);
  box-shadow: 0px 0px 2px #ffb103;
  color: #ffb103;
  font-weight: 600;
  transition:0.5s;
  cursor:pointer;
}
.alert-warning:hover
{
  background-color: rgba(220, 128, 1, 0.33);
  transition:0.5s;
}
.warning
{
  font-size:18px !important;
  color: #ffb40b;
  text-shadow: none;
}
/*Yellow Alert Start*/


/*Red Alert Start*/
.alert-simple.alert-danger
{
  border: 1px solid rgba(241, 6, 6, 0.81);
  background-color: rgba(220, 17, 1, 0.16);
  box-shadow: 0px 0px 2px #ff0303;
  color: #ff0303;
  font-weight: 600;
  transition:0.5s;
  cursor:pointer;
}
.alert-danger:hover
{
  background-color: rgba(220, 17, 1, 0.33);
  transition:0.5s;
}
.danger
{
  font-size:18px !important;
  color: #ff0303;
  text-shadow: none;
}
/*Red Alert End*/


/*Sky Alert Start*/
.alert-simple.alert-primary
{
  border: 1px solid #009dc1;
  background-color: rgba(1, 204, 220, 0.16);
  box-shadow: 0px 0px 2px #03fff5;
  color: #009dc1;
  font-weight: 600;
  transition:0.5s;
  cursor:pointer;
}
.alert-primary:hover
{
  background-color: rgba(1, 204, 220, 0.33);
  transition:0.5s;
}
.alertprimary
{
  font-size: 18px;
  color: #009dc1;
  text-shadow: none;
}
/*Sky Alert End*/


.alert 
{
    width: 95% !important;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.alert:before 
{
    content: '';
    position: absolute;
    width: 0;
    height: calc(100% - 44px);
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    height: 20px;
}
i.start-icon
{
    margin-right: 5px;
    min-width: 20px;
    text-align: center;
}

/*Alert Close Button Css Start*/
.close:not(:disabled):not(.disabled) 
{
    cursor: pointer;
}
.alert-dismissible .close 
{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
button.close 
{
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
[type=reset], [type=submit], button, html [type=button] 
{
    -webkit-appearance: button;
}
.close 
{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
/*Alert Close Button Css End*/


.otpbox .form-control 
{
    padding: 10px 10px !important;
}