.no-account-login {
  font-size: 16px;
}
.login-form-container {
    border-radius: 4px;
    max-width: 500px !important;
    margin: auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
margin-bottom:80px;
}
.login-form-container label,
.login-form-container span,
.login-form-container small,
.login-form-container .it-code {
    color: #000000;
    font-size: 16px;
}
.login-form-container .it-code {
    font-size: 16px;
}
h3.login-form-title{
    text-align: center;
    margin: 20px 0px;
    display: block;
    font-size: 28px;
    color: #000000;
}
form#oe-login-form a.login-form-forgot-password {
    font-size: 16px;
    text-decoration: underline;
}
form#oe-login-form label{
    margin-bottom: 8px;
    display: block;
}
form#oe-login-form {
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
    max-width: 100%;
    margin-bottom: 0px;
}
form#oe-login-form input[type=text],
form#oe-login-form input[type=email],
form#oe-login-form input[type=password] {
    background: #eeeeee;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    border-color: #D1D5DB;
    transition: all .2s linear;
    outline: none;
    box-sizing: border-box;
}
form#oe-login-form select {
    background: #eeeeee;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    border-color: #D1D5DB;
    transition: all .2s linear;
    outline: none;
    box-sizing: border-box;
}
form#oe-login-form  input[type="submit"] {
    margin:auto;
    display: block;
    background: #004F90;
    color: #ffffff;
    width: 100%;
    border: none;
    box-shadow: none !important;
    outline: 0;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1em;
    border-radius: 4px;
    text-shadow: none;
    -webkit-appearance: button;
    cursor: pointer;
}