.input-group-text
{
    width: 55px !important;
    background-color: #7E99AA !important;
}

#username-input, #password-input,  #email-input{
    height: 52px;
    font-size:24px
}


.input_icons{
        font-size: 19px !important;
    top: 0px !important;
    position: relative;
    left: 9px;
    color: white !important;

}

.iframe{
    overflow-y: hidden;
    top: -22px;
    position: relative;
    width: 133.7vw;
    height: 128vh;
    left: 0px;

    background-color: #F8F8F9;
    border-top: #d6d6d6 1px solid !important;
}

#login-form{
    top: -21px;
    position: relative;
    height: 134vh;
    background-image: url("/static/assets/img/Landing.jpg");
     background-repeat: no-repeat;
    background-size: cover;

}

#lbl_Passwd_Strength{
    font-size: 21px;
    margin: 0;
}

#password-submit, #change-submit{
    margin-right: 0px;
    border-radius: 2rem;
    height: 50px;
    font-size: 25px;
    font-weight: bold;
}

#login-app-title{
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;

}
#form_body{
    padding-right: 60px;
    width: 100%;
}

.login100-form-title, #login-app-title {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Trebuchet MS', sans-serif !important;
}

#logon-img {
    text-align: right;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 10px;
    margin-right: 15px;
}

#log-in-body{
    display: contents;

}

#id_input{
    float: left;
}

#password_input{
    float: right;
}