body {
    background-color: #cdd9f5!important;
}

.login-container {
    height: calc(100vh - 30px)!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-thumbnail {
    background-color: transparent!important;
}

.login-right {
    border-radius: 15px;
    box-shadow: 0px 1px 13px -6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 13px -6px rgba(0, 0, 0, 0.75);
}

.login-wrapper {
    padding: 35px 55px 35px 55px;
    background: #f5f6fab4;
    box-sizing: border-box;
    border-radius: 10px!important;
    box-shadow: 0px 7px 20px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 7px 20px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 20px -8px rgba(0, 0, 0, 0.75);
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    z-index: -1;
}

.footer_img {
    width: 100%;
}

.left_img {
    width: 35%;
}


/* 
.left_div {
    top: 10%;
    left: 5%;
} */


/*.imgholder{
  position: relative;
  margin-top: 80px;
  display: table-cell;
  background: url(../img/GroHawk-Blog-Tips-To-Improve-Customer-Service-Skill-Header-1.png);
  background-size: cover;
}*/


/* .container-form-login {
    position: relative;
    margin-top: 15%;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ced6e0;
    -webkit-box-shadow: 0px 5px 9px -7px rgba(82, 82, 82, 1);
    -moz-box-shadow: 0px 5px 9px -7px rgba(82, 82, 82, 1);
    box-shadow: 0px 5px 9px -7px rgba(82, 82, 82, 1);
} */

label.username,
.password,
.icon,
h1 {
    color: #005B8D;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .container-form-login {
        width: 90%;
    }
}