.bgColor {
    /*min-height: 800px;*/
    padding: 140px 100px 0 100px;
}
.img {
    min-height: 100vh !important;
    background-image: url("/images/bg_login_screen.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-width: 100% !important;
    margin: 0 !important;
}
.divStyle {
    /* background-color:white;*/
    float: right;
}
.logoDiv {
    background-color: white;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
}
.logoStyle {
    width: 200px;
}
.h1Style {
    font-size: 22px;
    color: #333;
    font-weight: 400
}
.pStyle {
    color: #666;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 20px
}
.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;
}
