.page-id-2.custom-login-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.form-group {
    margin-bottom: 10px;
}
.login_lam{
    background-color: #000;
}
.login_make{
    background-color: #ffffff;
}
.page-id-2.page-id-2 label {
    display: block;
    font-size: 0.9rem;
}
.page-id-2.page-id-2 a{
    display: block;
    font-size: 0.9rem;
}
 
.page-id-2 h1.alignwide.wp-block-post-title {
    display: none !important;
}

.page-id-2 .wp-block-group.is-layout-constrained.wp-block-group-is-layout-constrained {
    display: none !important;

}

.page-id-2 h2 {
    font-weight: 600;
    font-size: 2rem;

}

 
::selection {
    color: #ffffff;
    background-color: #31285C;
}

* {
    padding: 0;
    margin: 0; 
    box-sizing: border-box;
    text-decoration: none;
}

a {
    color: #31285C;
}



body {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F0F0F0;
    padding-top: 20px;
}

.wrapper {
    width: 380px;
    min-height: 100px;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.input-field {
    width: 100%;
    height: 45px;
    border: none;
    padding: 10px;
    background-color: #eeeeee;
    color: gray;
    outline: none;
    font-size: 15px;
    margin-bottom: 20px;
    transition: .5s;
    border-radius: 5px;
}

 

.heading {
    color: #3B3663;
    margin-bottom: 20px;
}

.heading p {
    color: #AAA8BB;
}

.heading i {
    font-size: 30px;
    color: #4D61FC;
}

label {
    color: #AAA8BB;
    font-weight: 400;
}

.submit-button {
    width: 100%;
    height: 45px;
    border: none;
    color: #FFFFFF;
    background-color: #31285C;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    transition: 0.3s;
}

.submit-button:hover {
    background-color: #31283B;
}

#user_login_custom, #user_pass_custom{
    background-color: #ddd;
    width: -webkit-fill-available;
    height: 38px;
}
#wp_submit_custom {
    width: 100%;
    height: 38px;
    background-color: #656565;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #6b6b6b;
    margin-top: 20px;
}
#wp_submit_custom:hover {
    background-color: #6b6b6b;
}
#loginform .lost-password-link{
    display: none!important;
}