#gform_42 input {
    color: #fff;
}

#gform_42 label {
    position: relative;
	top: 0;
	left: 0;
}

#gform_42 .gform_fields {
    grid-row-gap: 10px;
}

.usernameCustField{
    background-color: #171717 !important;
    border-color: #343434 !important;
    border-radius: 5px 5px 5px 5px;
    color: #fff !important;
}
.userPasswrodCustField{
    background-color: #171717 !important;
    border-color: #343434 !important;
    border-radius: 5px 5px 5px 5px !important;
    color: #fff !important;
    margin-bottom: 33px !important;
}
.remeber-me-div{
    width: 50% !important;
    margin-bottom: 33px !important;
    margin-top: 33px !important;
    font-size: .85em !important;
}
.label-remember-me{
    display: flex !important;
    align-items: center !important;
    color: #8E8E8E !important;
    font-size: 12px !important;
    line-height: 15px !important;
}
.login-cust .elementor-button:after {
    top: 10px !important;
}
.login-cust{
    justify-content: center !important;

}
.login-cust span{
    letter-spacing: 0.8px !important;
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 900 !important;
}
.lost-password-div{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    font-size: 12px !important;
    line-height: 15px !important;
    color: #8E8E8E !important;
    width: 50% !important;
}