/* Start custom CSS for shortcode, class: .elementor-element-559fd5a */h1.entry-title{
    margin-top: 30px;
text-align: center;
}
.wpam-login-form  {
    width: 50%;
    margin: 0 auto;
}
.wpam-login-form label {
    margin-bottom: 8px;
}
.wpam-login-form input[type="text"]{
    width: 100%;
    border: 0 0 1px 0 solid #000;
    border-bottom: 1px solid #d7d7d7;
    /* border: none; */
    border-right: 0;
    border-left: 0;
    border-top: 0;
    box-shadow: none;
    border-radius: 0;
}
.wpam-login-form input[type="password"]{
    width: 100%;
    border: 0 0 1px 0 solid #000;
    border-bottom: 1px solid #d7d7d7;
    /* border: none; */
    border-right: 0;
    border-left: 0;
    border-top: 0;
    box-shadow: none;
    border-radius: 0;
}
p.login-submit input#wp-submit {
    margin-top: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #;
    background-color: #3463AD;
    border: none;
}
form#loginform {
    border: 10px solid #3463AD;
    padding: 20px;
    border-radius: 5px;
}/* End custom CSS */