html, body {
    border: 0;
    padding: 0;
    margin: 0;
    /*height: 100%;*/
}

body {
    background: radial-gradient(circle, #31D59E 0%, #2A775E 36.94%, #225544 100%);
    /*display: flex;
  justify-content: center;
  align-items: center;*/
}

#content-container {
    height: 100vh !important;
    position: absolute !important;
    width: 100% !important;
    padding: 0px !important;
}

.login-main-section {
    background-color: #fff !important;
    height: auto;
    width: 633px;
    box-shadow: 0 0 20px 0 #235545;
    margin: 42px auto 0;
    z-index: 1000;
    position: relative;
}

@media screen and (max-width: 480px) {
    .login-main-section {
        background-color: #fff !important;
        height: auto;
        width: 300px;
        box-shadow: 0 0 20px 0 #235545;
        margin: 80px auto;
    }
}

.login-main-section form {
    margin: 0px;
}

.login-hdr-section {
    background: #fff;
    padding: 25px 0 18px 0px;
    width: 312px;
    margin: 0px auto;
}

@media screen and (max-width: 480px) {
    .login-hdr-section {
        background: #fff;
        padding: 15px 0 18px 40px;
    }
}

.login-main-content-section {
    height: 200px;
    width: 500px;
    background-color: #F4F4F4;
    padding: 18px 0 0 0;
}

@media screen and (max-width: 480px) {
    .login-main-content-section {
        height: 200px;
        width: 300px;
        background-color: #F4F4F4;
        padding: 18px 0 0 0;
    }
}

.login-username-lbl {
    margin: 16px 0 0 0 !important;
    padding: 13px 0 0 60px;
    /*text-align: justify;*/
}

.login-input {
    margin: 0px !important;
    font-size: 13px !important;
    height: 36px !important;
    width: 300px !important;
    padding: 8px 10px !important;
    display: inline-block !important;
    border: 1px solid #D4D4D4 !important;
    position: relative !important;
    box-sizing: border-box !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15) !important;
}


    .login-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #B4B4B4 !important;
        font-size: 13px !important;
    }

    .login-input::-moz-placeholder { /* Firefox 19+ */
        color: #B4B4B4 !important;
        font-size: 13px !important;
    }

    .login-input:-ms-input-placeholder { /* IE 10+ */
        color: #B4B4B4 !important;
        font-size: 13px !important;
    }

    .login-input:-moz-placeholder { /* Firefox 18- */
        color: #B4B4B4 !important;
        font-size: 13px !important;
    }

.login-footer-section {
    text-align: center;
    font-family: lato;
    font-size: 13px;
    padding: 23px 15px 20px 10px;
    position: relative;
    background: #fff url(../images/dashboard-bdr.jpg);
    background-repeat: repeat-x;
    height: 65px;
}

.login-main-forgot-content-section {
    height: 280px;
    width: 500px;
    background-color: #F4F4F4;
    padding: 18px 0 0 0;
}

.login-forgot-password-section {
    background-color: #fff !important;
    height: auto;
    width: 500px;
    box-shadow: 0 0 20px 0 #235545;
    margin: 0px auto;
    position: relative;
    top: 100px;
}

    .login-forgot-password-section form {
        margin: 0px;
    }

.forgot-password-lbl {
    margin: 16px 0 0 0 !important;
    padding: 13px 0 0 35px;
    text-align: justify;
    max-width: none;
}

.forgot-repeat-password-lbl {
    margin: 16px 0 0 0 !important;
    padding: 13px 0 0 22px;
    text-align: justify;
    max-width: none;
}

.red-color {
    color: #E21600;
}

.yellow-color {
    color: #f5a623;
}

.ord-view-progress-bar-green-color {
    background: linear-gradient(180deg, #00B77C 0%, #008E61 49%, #008E61 100%) !important;
    border-radius: 100px;
}

.ord-view-progress-bar-red-color {
    background: linear-gradient(180deg, #FF7768 0%, #FF432F 49%, #FF432F 100%) !important;
    border-radius: 100px;
}

.ord-view-progress-bar-yellow-color {
    background: linear-gradient(180deg, #fac772 0%, #f5a623 49%, #f5a623 100%) !important;
    border-radius: 100px;
}
/*form {
  margin: 0px 8px 280px 0;
  font-family: lato;
  color: #333;
  border-radius: 3px;
  height:340px;
  width: 500px;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px 0 #235545;
}*/
form header {
    background: #fff;
    padding: 30px 20px;
    color: red;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    margin: 0 0 0 73px;
}

.login-logo-algn {
    margin: 15px 0 0 78px;
    height: 105px;
}

.password-req-txt {
    margin: 0px 0 0 0;
    position: relative;
    top: 1px;
    left: 153px;
    width: 300px;
    line-height: 16px;
}


.main-login-section {
    height: 240px;
    margin: 0px 0px 0px 0px;
    background-color: #F4F4F4;
    padding: 20px 0 0 0;
}

    .main-login-section label {
        margin: 17px 0 0 0;
        padding: 0px !important;
        text-align: right;
        display: block;
    }

    .main-login-section input[type=text], input[type=password] {
        color: black;
        /*font-size: 13px;*/
        height: 36px;
        width: 250px;
        padding: 8px 10px;
        border: 1px solid #D4D4D4;
        box-sizing: border-box;
        position: relative;
        margin: 0px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
    }

.forgot-form {
    margin: 0px 8px 280px 0;
    font-family: lato;
    color: #333;
    border-radius: 3px;
    height: 420px !important;
    width: 500px;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 0 #235545;
}

.forgot-form-section {
    height: 360px !important;
}

.forgot-progress-bar-algn {
    position: relative;
    right: 12px;
}

.forgot-btn-section {
    padding: 0 0 0px 6px;
}


.forgot-login-section {
    height: 260px;
    margin: 0px 0px 0px 0px;
    background-color: #F4F4F4;
    padding: 20px 0 0 0;
}

    .forgot-login-section label {
        margin: 17px 0 0 0;
        padding: 0px !important;
        text-align: right;
        display: block;
    }

    .forgot-login-section input[type=text], input[type=password] {
        color: black;
        font-size: 13px;
        height: 36px;
        width: 250px;
        padding: 8px 10px;
        border: 1px solid #D4D4D4;
        box-sizing: border-box;
        position: relative;
        margin: 0px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
    }

/*.forgot-login-section input[type=text], input[type=password]::-moz-placeholder {color: #6F7573;opacity: 1;font-size:15px;}
.forgot-login-section input[type=text], input[type=password]::-ms-input-placeholder {color: #6F7573;font-size:15px;}
.forgot-login-section input[type=text], input[type=password]::-webkit-input-placeholder {color: #6F7573;font-size:15px;}*/

#inputPassword::-moz-placeholder {
    color: #6F7573;
    opacity: 1;
    font-size: 15px;
}

#inputPassword::-ms-input-placeholder {
    color: #6F7573;
    font-size: 15px;
}

#inputPassword::-webkit-input-placeholder {
    color: #6F7573;
    font-size: 15px;
}


#forgot-password-new-password-input::-moz-placeholder {
    color: #6F7573;
    opacity: 1;
    font-size: 15px !important;
}

#forgot-password-new-password-input::-ms-input-placeholder {
    color: #6F7573;
    font-size: 15px !important;
}

#forgot-password-new-password-input::-webkit-input-placeholder {
    color: #6F7573;
    font-size: 15px !important;
}




::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #B4B4B4;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #B4B4B4;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #B4B4B4;
}

:-moz-placeholder { /* Firefox 18- */
    color: #B4B4B4;
}


/*form label {
  margin-left: 20px;
  display: inline-block;
  margin-top:10px;
  position: relative;
}*/
.hdr-main {
    color: #397E68;
    font-weight: 900;
    margin: 0px 0px 0px 162px;
    font-size: 14px;
    font-family: Lato;
}

@media screen and (max-width: 480px) {
    .hdr-main {
        color: #397E68;
        font-weight: 900;
        margin: 0px 0px 0px 60px;
        font-size: 14px;
        font-family: Lato;
    }
}

.login-cnt {
    height: 178px;
    margin: 0px 0px 0px 0px;
    background-color: #F4F4F4;
    padding: 20px 0 0 0;
}

.login-input {
    font-size: 13px;
    height: 36px;
    width: 250px;
    padding: 8px 10px;
    display: inline-block;
    border: 1px solid #D4D4D4;
    position: relative !important;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
    margin: 10px 0 0 0 !important;
}

.login-cancel-btn {
    height: 36px;
    border: 1px solid #D4D4D4;
    border-radius: 3px;
    background: linear-gradient(180deg, #ffffff 0%, #DFDFDF 100%);
    background-size: 100% 36px;
    background-position: 0 -36px;
    padding: 6px 12px;
    line-height: 1.42857;
    font-size: 13px;
    cursor: pointer;
    font-weight: 900;
    font-family: Lato;
    color: #397E68;
    text-transform: uppercase;
    display: inline-block;
    position: static;
}

    .login-cancel-btn:hover {
        background-position: 0 0 !important;
        -webkit-transition: all 0.25s !important;
        -moz-transition: all 0.25s !important;
        -o-transition: all 0.25s !important;
        transition: all 0.25s !important;
    }

.login-danger-btn {
    height: 36px;
    border: 1px solid #E21600;
    border-radius: 3px;
    background: linear-gradient(180deg, #FF7768 0%, #FF432F 100%);
    background-size: 100% 36px;
    background-position: 0 -36px;
    padding: 6px 12px;
    line-height: 1.42857;
    font-size: 13px;
    cursor: pointer;
    font-weight: 900;
    font-family: Lato;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    position: static;
}

    .login-danger-btn:hover {
        background-position: 0 0;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

.login-btn-align {
    padding: 13px 0 0 126px;
}

label {
    color: #397E68;
    height: 12px;
    width: 180px;
    font-family: Lato;
    font-size: 10px;
    font-weight: bold;
    line-height: 0px;
    text-align: right;
    display: inline;
    padding: 0px 0px 0px 50px;
    margin-right: 385px;
}

.usn-paw {
    margin: 34px 0px 0px -130px;
    position: absolute;
}

.usn-mail {
    margin: 34px 0px 0px -100px;
    position: absolute;
}

input[type=text], input[type=password] {
    color: black;
    font-size: 13px;
    height: 36px;
    width: 250px;
    padding: 8px 10px;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
    margin: 15px 0px 0px -65px;
    display: inline-block;
    position: absolute;
}

.inputPassword-view {
    color: black;
    font-size: 13px;
    height: 36px;
    width: 250px;
    padding: 8px 10px;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
    margin: 15px 0px 0px -65px;
    display: inline-block;
    position: absolute;
}

    .inputPassword-view::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #B4B4B4 !important;
        font-size: 13px !important;
    }

    .inputPassword-view::-moz-placeholder { /* Firefox 19+ */
        color: #B4B4B4 !important;
        font-size: 13px !important;
    }

    .inputPassword-view:-ms-input-placeholder { /* IE 10+ */
        color: #B4B4B4 !important;
        font-size: 13px !important;
    }

    .inputPassword-view:-moz-placeholder { /* Firefox 18- */
        color: #B4B4B4 !important;
        font-size: 13px !important;
    }
/*input::placeholder {
  	height: 16px;
    width: 180px;
    color: #B4B4B4;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
    font :normal;
}*/

/*button {
  	height: 40px;
    width: 249.68px;
    background: linear-gradient(180deg, #FF7768 0%, #FF432F 100%);
    border: 1px solid #E21600;
    border-radius: 3px;
    color: white;
    margin: 15px 0px 0px 132px;
    cursor: pointer;
    font-family: Lato;
    font-weight: 900;
}
button:hover {
    opacity: 0.8;
}*/
.form-header {
    height: 18px;
    width: 225px;
    text-align: center;
    color: #397E68;
    font-weight: 900;
    margin: 20px 0px 0px 132px;
    font-size: 14px;
    font-family: Lato;
    position: absolute;
}

}

form label span {
    color: #FF3838;
    /*font-size: 2em;*/
    position: absolute;
    left: 2.3em;
    top: -10px;
}

form input {
    display: block;
    width: 78%;
    padding: 5px 20px;
    outline: none;
    border: 1px solid #ccc;
}

form .help {
    margin-left: 20px;
    font-size: 0.8em;
    color: #777;
}
/*form button {
  height: 40px;
  position: relative;
  margin-top:0px;
  margin-bottom: 0px;
  left: 52%;
  transform: translate(-50%, 0);
  color: white;
  background: linear-gradient(180deg, #FF7768 0%, #FF432F 100%);
  outline: none;  
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 900;
  text-transform: capitalize!important;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
  cursor: pointer;
  }
form button:hover {
  background: #ff5252;
}*/
.login-footer {
    text-align: center;
    font-family: lato;
    font-size: 13px;
    padding: 23px 15px 20px 10px;
    position: relative;
    background: #fff url(../images/dashboard-bdr.jpg);
    background-repeat: repeat-x;
    height: 65px;
}

a:link {
  color: #E21600;
  background-color: transparent;
  text-decoration: none;
  }
  a{
  color: #E21600;
  background-color: transparent;
  text-decoration: none;
  }
  .keep-me-logged-in {
  height: 16px;
  width: 110px;
  position: absolute;
  margin: 2px -60px 25px -86px;
  color: #103227;
  font-family: Lato;
  font-size: 13px;
  line-height: 16px;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.chkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #D4D4D4;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
    width: 18px;
    height: 18px;
    margin: 13px 90px -3px 0px;
    color: #397E68;
}

.radio .cr {
    border-radius: 50%;
}

    .chkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.chkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .chkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        opacity: 0;
        transition: all .3s ease-in;
    }

    .chkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .chkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

.cr-custom-spl {
    margin: 0px 95px -3px 0px !important;
}
/*.login-content-section:after {
      content: "";
      display: block;
      position: relative;
      top:0px;
      left:0;
      right:0;
      height: 20px;
      background:
        linear-gradient(45deg, transparent 33.333%,#f2f3f4 33.333%, #f2f3f4 66.667%,transparent 66.667%),
        linear-gradient(-45deg, transparent 33.333%,#f2f3f4 33.333%, #f2f3f4 66.667%,transparent 66.667%);
        background-size:15px 30px;
        background-position: 0 -10px;
    }*/
.mask {
    height: 178px;
    margin: -20px 0px 0px 0px;
    width: 500px;
    background-color: #F4F4F4;
}

.background-img {
    position: absolute;
    z-index: -1;
    margin: -180px 9px 16px 110px;
}

.glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
