﻿html,
/*body {
    height: 100%;
    background-image: url('../images/Vault_Image2_resized.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}*/

body {
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    font-family: "Montserrat", Sans-serif !important;
}

.link {
    color: rgb(255,255,255);
    text-decoration: none !important;
}
.link:hover {
    text-decoration:underline !important;
}

.btn-primary {
    color: #fff;
    background-color: #C68C11;
    border-color: #C68C11;
    height:35px;
    padding: 0.5px
}
#btnSubmit:hover {
    background-color: #9B4D11 !important;
    border-color: #9B4D11 !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
       
    }
#ddDept.form-control {
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.4rem;
    line-height: 1.5;
    color: gray;
}

.btnSupplier.form-control {
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0rem !important;
    line-height: 1.5 !important;
    color: gray;
}
.btnSupplier:active {
    background-color: #8080802e !important;
    /* color: #9B4D11;*/
}
.btnSupplier:hover {
    background-color: #8080802e !important;
    /*  color: #9B4D11;*/
}

#ddDept option:first-child {
    color: gray;
}

.form-signin {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: 35px;
        padding: 10px;
        font-size: 15px;
        background-color: white;
        top: 2px;
        left: 0px;
        margin-bottom: 10px;
        border-radius: 6px;
    }

        .form-signin .form-control:focus {
            /*z-index: 2*/
        }

    .form-signin input[type="email"] {
        margin-bottom: 10px;
        border-radius:6px;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-radius: 6px;
    }

.form-password {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    margin: auto;
}

    .form-password .form-control {
        position: relative;
        box-sizing: border-box;
        height: 35px;
        padding: 10px;
        font-size: 16px;
        background-color: white;
        top: 2px;
        left: 0px;
      /*  margin-bottom: 10px;*/
        border-radius: 6px;
    }
       


        .form-password TextBox {
            margin-bottom: 10px;
            border-radius: 6px;
        }


.header{
    
    top: 0px;
    width: 100%;
}
/*Forget Password Style*/
.btnBack {
    border-radius: 6px !important;
    color: white;
    background-color: #C68C11;
    border: none;
    height: 30px;
    width: 150px;
    font-weight: bold;
}

    .btnBack:hover {
        background-color: #9B4D11 !important;
        border-color: #9B4D11 !important;
    }

.btnResend1 {
    border-radius: 6px !important;
    color: white;
    background-color: #C68C11;
    border: none;
    height: 30px;
    width: 150px;
    font-weight: bold;
}
.btnResend:hover {      
    background-color: #9B4D11 !important;
    border-color: #9B4D11 !important;
 }

.contain {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    position: absolute;
    left: 10%;
    bottom: 5%;
    margin: 20px;
    padding: 30px;
    font-family: "Montserrat", Sans-serif;
}

.images {
    height: 450px;
    width: 800px;
    left: 10%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    /* align-items:center;
            overflow: hidden;*/
}


.content {
    width: 250px;
}

#lblLogin {
    font-size: 12px;
    color:#A41114;
}

.toggle-password i {
    font-size: 16px;
    color: #666;
    cursor: pointer;
    pointer-events: auto;
}

.toggle-password i:hover {
    color: #333;
}

.password {
    padding-right: 35px;
    box-sizing: border-box;
}

#cycling-image.show {
    opacity: 1; 
}

#cycling-image {
    opacity: 0; 
    transition: opacity 1s ease-in-out; 
}

.slides {
    height: 450px;
    width: 800px;
    display: flex;
    overflow: hidden;
}

.slide {
    flex: 0 0 100%;
    transition: 2s;
}

.slide img {
    height: 100%;
    width: 100%;
    object-fit: cover; 
 }

.slides input {
    display: none;
}

.navigation-manual {
    position: absolute;
    width: 800px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    display: none;
}

.manual-btn {
    border: 2px solid #C68C11;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child) {
     margin-right: 40px;
}

.manual-btn:hover {
     background: #C68C11;
}

#radio1:checked ~ .first {
    margin-left: 0
}

#radio2:checked ~ .first {
    margin-left: -100%;
}

#radio3:checked ~ .first {
    margin-left: -200%;
}

#radio4:checked ~ .first {
    margin-left: -300%;
}

#radio5:checked ~ .first {
    margin-left: -400%;
}

#radio6:checked ~ .first {
    margin-left: -500%;
}

#radio7:checked ~ .first {
    margin-left: -700%;
}

#radio8:checked ~ .first {
    margin-left: -800%;
}

#radio9:checked ~ .first {
    margin-left: -900%;
}

#radio10:checked ~ .first {
    margin-left: -1000%;
}

#radio11:checked ~ .first {
    margin-left: -1100%;
}

#radio12:checked ~ .first {
    margin-left: -1200%;
}

#radio13:checked ~ .first {
    margin-left: -1300%;
}

#radio14:checked ~ .first {
    margin-left: -1400%;
}


.navigation-auto {
    position: absolute;
    /*display:flex;*/
    width: 800px;
    justify-content: center;
    margin-top: 460px;
    display: none;
}

.navigation-auto div {
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}

.navigation-auto div:not(:last-child) {
    margin-right: 40px;
 }

#radio1:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

#radio2:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

#radio3:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

#radio4:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

#radio5:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

#radio6:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

#radio7:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

#radio8:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

#radio9:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

#radio10:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

#radio11:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

#radio12:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

#radio13:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

#radio14:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

#radio15:checked ~ .navigation-auto .auto-btn1 {
    background: #C68C11;
}

.forgetPasswordDiv {
    visibility: hidden;
}

.footer a:hover {
    text-decoration: underline !important;
}
.btnForgot {
    border-radius: 6px !important;
    color: #9DA0A3 !important;
    background-color: transparent;
    border: none;
}

.btnForgot:hover {
    /*background-color:#A41114 !important;*/
    color: #C68C11 !important;
    border: hidden;
}

.btnResend {
    border-radius: 6px !important;
    color: #9DA0A3 !important;
    background-color: transparent;
    border: none;
}

.btnResend:hover {
    color: #C68C11;
    font-weight: bold;
    color: red;
 }

#lblWelcome {
    font-size: 16px;
    color: #9DA0A3 !important;
}
#Label1 {
    font-size: 16px;
    color: #9DA0A3 !important;
}
/*End Forget Password Style*/
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background-color: red;*/
    /*color: white;*/
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
}

@media only screen and (max-width: 500px) {
    .header {
        display: none;
    }
}

@media only screen and (max-height: 500px) {
    .header {
        display: none;
    }

    .footer{
        display: none;
    }
}
@media screen and (min-width: 3840px) {
    .contain {
        height: 50vh;
 }
