@font-face {
    font-family: 'Bauhaus Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Bauhaus Regular'), url('../webfonts/BauhausRegular.woff') format('woff');
    }
    
    @font-face {
    font-family: 'Bauhaus Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Bauhaus Bold'), url('../webfonts/BauhausBold.woff') format('woff');
    }
    
body,
html {
    height: 100%;
}
body {
    font-family: Montserrat, sans-serif;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #272727;
    font-size: 14px;
    height:100%;
}
.container-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

img {
    max-width: 100%;
}

.bkg-img {
    background: url(../images/bkg-img.png) no-repeat center;
    background-size: cover;
}
.form-fields label {
    font-size: 14px;
    margin-bottom: 5px;
}
.form-signin {
    width: 100%;
    max-width: 370px;
    padding: 15px;
    margin: auto;

    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-signin .signin-fields {
    flex:1
}

.form-signin .checkbox {
    font-weight: 500;
    color: #101010;
        margin-bottom: 20px;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px 20px;
    font-size: 12px;
    background: #F6F6F6;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 0;
    color: #6A6A6A;
    border: 0;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
h1.heading-welcome {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}
.sub-heading {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
}
.right-side {
    padding: 0 60px;
}
.sup-left-side {
    padding: 0 60px;
    text-align: right;
}
.sup-left-side .right-content {
    width: 100%;
}
.fw-300 {
    font-weight: 300 !important;
}
.heading-color.font-bold {
    font-weight: 600;
}
.heading-color {
    background: linear-gradient(89.96deg, #388e3c 4.14%, #1e4d21 90.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Manjari, sans-serif;
    font-weight: 400;
}
.form-style .form-fields input {
        padding: 10px 20px;
    font-size: 12px;
    background: #F6F6F6;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 0;
    color: #6A6A6A;
    border: 0;
}
.mb-6,
.my-6 {
    margin-bottom: 4.5rem !important;
}
.link-it {
    font-size: 10px;
    font-style: italic;
    color: #101010;
    line-height: 27px;
}
.error-text {
    font-size: 10px;
    color: red;
}
.link-it:hover {
    color: #101010;
    text-decoration: none;
}
.checkbox label {
    font-size: 10px;
    color: #404040;
}
.checkbox input {
    float: left;
    margin-right: 5px;
}
.btn.btn-primary {
    border-radius: 0;
    background: linear-gradient(270deg, #388e3c 0, #1e4d21 100%);
    border: 0;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.mb-4,
.mb-5 {
    position: relative;
}
span.eye-password,
span.toggle-Confpassword {
    background: url(../images/view-hide.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    position: absolute;
    top: 39px;
    background-repeat: no-repeat;
    right: 5px;
    z-index: 9;
    cursor: pointer;
    opacity: 0.4;
}
span.toggle-Confpassword.eye-text,
span.toggle-password.eye-text {
    background: url(../images/view-eye.png);
    background-size: 18px auto;
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    position: absolute;
    top: 39px;
    background-repeat: no-repeat;
    right: 8px;
    z-index: 9;
    cursor: pointer;
}
input[type="password"] {
    padding-right: 25px !important;
}
.form-signin .form-fields {
    /* margin: 4rem 0; */
}
.text-itc {
    font-size: 12px;
    font-style: italic;
    color: #101010;
    font-weight: 600;
}
a.link {
    color: #8B9C7C;
}
a.link:hover {
    text-decoration: none;
    color: #748662;
}
.pass-reset .form-signin .form-fields {
    margin: 5rem 0;
}
.cong-content {
    width: 100%;
    max-width: 430px;
    padding: 15px;
    margin: auto;
}
.cong-content p {
    line-height: 25px;
}

.logo-admin {
    width: 100%;
    background: #EDF2E866;
    padding: 60px 50px 80px;
    clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
    text-align: center;
}

.heading-text {
    font-family: 'Bauhaus Regular';
    margin-bottom: 0;
}

.sub-headingtext {
    font-family: 'Bauhaus Regular';
    font-size: 22px;
    font-weight: 500;
}

.checkbox .checked {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
}

.signin-bottom-btn input.btn {
    background: #859875;
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    border: none;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
    line-height: 14px;
}

.signin-bottom-btn input.btn:hover {
      background-color: #748662 !important;
    }

.splash {
    position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      animation: splashFadeInOut 3s ease-in-out forwards;
      z-index: 9999;
}

 @keyframes splashFadeInOut {
      0% {
        opacity: 1;
      }
      20% {
        opacity: 1;
      }
      80% {
        opacity: 1;
      }
      100% {
        opacity: 0;
        visibility: hidden;
      }
    }

    .logo-hexv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 212px;
    height: 232px;
    background: #EDF2E8;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: relative;
    text-align: center;
    margin: auto;
    padding: 20px;
    transform: scale(0);
      opacity: 0;
      transition: transform 0.5s ease, opacity 0.5s ease;
}

.logo-hexv.animated {
      transform: scale(1);
      opacity: 1;
    }

.sign-in .container-full {/*display: none;*/}

.splash.animated2 + .container-full {display: block;}

.splash {
    background-image: url("../images/hex-bkg.png");
    background-position: center;
}

@media (max-width: 768px) {
    .m-rev {
        /* flex-direction: column-reverse; */
    }
    h1.heading-welcome {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        text-align: center;
    }
    .right-side {
        padding: 30px 30px;
        text-align: center;
    }
    .sup-left-side {
        padding: 30px 30px;
        text-align: center;
    }
    .sub-heading {
        color: #fff;
        font-size: 16px;
    }
    .left-side {
        padding: 40px 0;
    }
    .sup-right-side {
        padding: 40px 0;
    }
    .form-signin .form-fields {
        margin: 2rem 0;
    }
    .mb-5,
    .my-5 {
        margin-bottom: 2rem !important;
    }
    .pass-reset .form-signin .form-fields {
        margin: 4rem 0;
    }
}

/* linear-gradient(270deg, #388e3c 0, #1e4d21 100%) */
