body{
    /*background-color: #71AF44;*/
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.58) 90%), url("/img/login_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap{
    height: 100% !important;    
}

.container{
    height: 100% !important;
}

.login-container{
    background-color: rgb(250, 250, 250);
    color: #000;
    /*border-radius: 20px;*/
    text-align:center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10em;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.login-container h5{
    text-align: left;
    font-size: x-large;
    font-weight: bold;
    color: #73813c;
    border-bottom: 1px solid #73813c;
    text-align: center;
}

.login-container label{
    font-size: smaller;
    float: left;
    color: rgb(175, 175, 175);
    text-transform: uppercase;
}

.login-container .login-left{
    padding: 30px;
    /*border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;*/
    min-height: 500px;
    background: url("/img/login_left.jpg");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}

.login-container .login-right{
    padding: 50px;
}

.login-container a{
    color: #000;
}

.form-container{
    margin: auto;
    width:90%;
}

.update-container{
    margin: auto;
    width:70%;
}

@media(max-width:1400px) {
    .login-container{
        margin-top: 1em;
    }
}
  
@media(max-width:767px) {
    .login-container{
      width:90%;
    }

    .login-container .login-left{
        display: none;
    }

    .form-container{
        width:90%;
    }

    .update-container{
        width:90%;
    }
  }
  