body {
  background-image: url(https://amf.omsoftsolution.net.in/wp-content/uploads/2023/05/omsoft-bg-admin-2-1.jpg) !important;
  font-family: Arial,Verdana,sans-serif;
}
 h1 a {
    background-image: url(http://aryainfra.omsoftsolution.net.in/wp-content/uploads/2023/03/b918a262-ec0c-40e9-8fe3-712032dcb6ac.jpg) !important;
}
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  width: 100%;
  height: 100px;
  background-size: contain;
}
 
#login {
    float: right;
    padding: 75px 50px;
    background: rgb(218 218 218);
    border-left: 2px double #36c4ef;
}
/* Add a few changes to the color and style of form itself */
.login label {
  color: #454545;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}

.login form{
    background: #dadada;
}
.login form .input {
  font-weight: normal;
}
 
.login #backtoblog a, .login #nav a {
  color: #fff;
}
.wp-core-ui .button-primary {
    background: #36c4ef;
    border: none;
}



/*********************
function file code

function custom_login_css() {
    wp_enqueue_style('login-styles', 'https://amf.omsoftsolution.net.in/wp-content/themes/Divi-child/login/custom_login.css');
}
add_action('login_enqueue_scripts', 'custom_login_css');



