/* Login page Styes Starts from here */

body {
    font-family: 'Delivery';
}

.welcometext {
    font-weight: bold;
    /*font-size: 28px;*/
    /*font-size: 3.2rem;*/ /*shweta boostrap*/
    font-size: 32px; /*shweta added boostrap*/
}

@font-face {
    font-family: "Delivery";
    /*src: url(../fonts/delivery-rg.woff2) format("woff2");*/
    src: url(../fonts/delivery-cdblk.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
}

.signinbg {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    /*background: url('../../images/BG.png') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: bisque;
}

    .signinbg.v2 {
        background: #FFCC00;
    }

.signin-logo-container {
    /*background: #FFCC00;*/
    background: #95a4ba33; /*#eceae8;*/
    /*padding: 30px 15px;*/
    overflow: auto;
    text-align: center;
    margin: 25px 0px;
    /*margin: 0px 0px 25px 0px;*/
    /*background-image: url(../images/bg-line.jpeg);*/
}

.signin-logo-container-out {
    /*background: #FFCC00;*/
    /*background: #95a4ba33;*/
    /*padding: 30px 15px;*/
    overflow: auto;
    text-align: center;
    /*margin: 25px 0px;*/
    /*margin: 0px 0px 25px 0px;*/
    /*background-image: url(../images/bg-line.jpeg);*/
}

.signin-form {
    padding-bottom: 15px;
}

.signin-head {
    margin: 25px auto 25px auto;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    color: #D40511;
    text-transform: uppercase;
}

#bg {
    position: fixed;
    /*top: 0;
    left: 0;    
    min-width: 100%;
    min-height: 100%;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.floating-form-container {
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 60px 15px 15px 15px;
    overflow: auto;
    display: flex;
    align-items: center;
    /*background-image: url(../images/bg_dhl.jpeg);*/
    /*background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100vh;*/
}

.signin-label {
    margin: 0px;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 600;
}

.signin-form .form-group {
    padding: 0px 30px 0px 30px;
    text-align: left;
}

.signin-form .form-control {
    padding: 10px;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
    color: #404040;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.signin-form {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    /*background-color: rgba(255,255,255,0.9);*/
    padding-bottom: 15px;
}

.divLogin {
    /*box-shadow: 0 4px 10px 0 black;*/
    /*background-color: #ffffff;*/
    /*background-color: rgba(255,255,255,0.9);*/
    /*background-color: rgb(208 205 183);*/
    border-radius: 5px;
    z-index: 1;
}

.signin-btn {
    margin: 25px auto 5px auto;
    /*font-size: 1.6rem;*/ /*15px*/ /*comment by shweta*/
    font-weight: 400;
    height: 50px;
    cursor: pointer;
    background-color: #d40511;
    /* color: white; */
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

.forgotpwdtxt {
    text-align: right;
    font-weight: 600;
}

    .forgotpwdtxt a:hover {
        color: #0055b0;
    }

.change-pass-heading {
    color: #000;
    text-transform: none;
    margin-bottom: 0;
}

.signin-label .fa {
    color: #B5B4B4;
}

.errorDiv {
    color: red;
    display: block;
}

/*.floating-form-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    overflow: auto;
    display: flex;
    align-items: center;
}*/

.floating-form-container .signin-form {
    position: relative;
    margin: auto;
}

header {
    background: #FECC00;
    padding: 14px;
    display: flex;
}


/* header .menu-icon{font-size: 16px;line-height: 34px;padding: 0px 10px; cursor: pointer;} */

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #000000;
}


.Loginlink {
    color: #d40511;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #d40511;
    margin-left: 5px;
}

    .Loginlink:hover {
        color: #d40511;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }

.logintotext {
    font-weight: bold;
    font-size: 20px;
}
/*Commnet by  shweta bootrap change*/
/*@media (min-width: 1200px) {
    .col-lg-12 {
        width: 94%;
    }
}*/

.divError {
    height: 18px;
}

.footerDiv {
    vertical-align: bottom;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .divError {
        height: auto;
    }

    .floating-form-container {
        /*position: absolute;*/
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0px;
        overflow: auto;
        display: flex;
        align-items: center;
    }

    .welcometext {
        font-weight: bold;
        font-size: 16px;
    }

    .logintotext {
        font-weight: bold;
        font-size: 14px;
    }
}

/*added shweta bootrap change*/
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.container-lg {
    margin-right: 20px;
    margin-left: 20px;
}

body {
    font-family: 'Delivery';
    font-size: 14px; /*added shweta */
}
/*end added*/
