.bgColor {
    /*min-height: 800px;*/
    padding: 140px 100px 0 100px;
}
.img {
    min-height: 100vh;
    background-image: url("/images/bg_login_screen.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 100%;
    margin: 0;
}
.divStyle {
    /* background-color:white;*/
    float: right;
}
.logoDiv {
    background-color: white;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
}
.logoStyle {
    width: 200px;
}

.inputstyle {
    /* margin: 10px 0px 0px 0px; */
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px;
}

.inputstyle::placeholder {
    font-style: italic;
    font-size: 14px;
}

.inputstyle:focus {
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

.btnstyle {
    /* margin: 20px 0px 50px 55px; */
    background-color: #4969D6;
    border: none;
    width: 100%;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.forgotBtn {
    /* margin: 20px 0px 50px 55px; */
    background-color: white;
    border: none;
    color: #000000b5;
    font-size: 14px;
    text-decoration: underline;
    text-underline-position: under;
}

.pass-wrapper {
    position: relative;
    display: flex;
  }
.fa{
    cursor: pointer;
}