.login-logo {
    text-align: center;
    margin-bottom: 20px;
}
.login-card {
    float: right;
    width: 400px;
    height: auto;
    padding: 0px 40px;
    background: #fff;
}
.form-group {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
}
.mr-t-120 {
    margin-top: 120px;
}
.form-group input {
  font-size: 14px;
  border: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 10px 10px 40px;
  cursor: text;
}
.forgotpassword {
    text-align: left;
    padding: 5px 0px;
    margin-bottom: 10px;
}
.forgotpassword a {
        font-size: 14px;
    color: red;
}
.custm-loginbtn {
    background: #4a4df7 !important;
    padding: 10px;
}
.user-img {
    background: url("../images/3781605.png") left no-repeat;
    background-position: 10px;
}
.paswd-img {
    background: url("../images/1000966.png") left no-repeat;
    background-position: 10px;
}
.form-check-label {
    float: right;
    padding: 5px 0px;
    margin-bottom: 30px;
}
.custom-control {
    float: left;
    margin: 20px 0px 30px 0px;
    font-size: 14px;
}
.login-footer-menu {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #9c9c9c;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}