body.login {
    background: url("../images/background.jpeg") repeat center center / 300px auto;
}
body.login:before{
    position: absolute;
    width: 45%;
    height: 100%;
    content: "";
    background: url('../images/commabg.png') no-repeat top right/ contain;
    right: 0;
    top: 0;
    pointer-events: none;
}
body.login form#loginform{
    border: 0;
    border-radius: 5px;
    padding-top: 70px;
    position: relative;
    box-shadow: none;
    margin-bottom: 10px;
}
body.login form#loginform:before{
    content: "Login";
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    position: absolute;
    top: 10px;
    left: 24px;
}
body.login div#login h1 {
    background-size: contain;
}

body.login .wp-login-logo a {
    width: 100%;
    background-image: none, url("../images/Comma-logo.png");
    position: relative;
}
body.login .wp-login-logo a:focus{
    box-shadow: none;
    outline: none;
}

body.login #login_error, body.login .message, body.login .success {
    border-left: 4px solid #000;
    position: relative;
}

body.wp-core-ui .button-primary.focus, body.wp-core-ui .button-primary.hover, body.wp-core-ui .button-primary:focus, body.wp-core-ui .button-primary:hover {
    background: #666;
    border-color: #333;
    color: #fff;
    outline: none;
    box-shadow: none;
}

body.wp-core-ui .button-primary {
    background: #333;
    border-color: #000 #333 #333;
    box-shadow: 0 1px 0 #333;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #333, 1px 0 1px #333, 0 1px 1px #333, -1px 0 1px #333;
}

body.login input[type="text"]:focus, body.login input[type="search"]:focus, body.login input[type="radio"]:focus, body.login input[type="tel"]:focus, body.login input[type="time"]:focus, body.login input[type="url"]:focus, body.login input[type="week"]:focus, body.login input[type="password"]:focus, body.login input[type="checkbox"]:focus, body.login input[type="color"]:focus, body.login input[type="date"]:focus, body.login input[type="datetime"]:focus, body.login input[type="datetime-local"]:focus, body.login input[type="email"]:focus, body.login input[type="month"]:focus, body.login input[type="number"]:focus, body.login select:focus, body.login textarea:focus {
    box-shadow: none;
    border-color: #ddd;
}
body.login #backtoblog,
body.login #nav{
    padding: 0;
    margin-top: 5px;
}
body.login #backtoblog a,
body.login #nav a,
body.login #backtoblog a:hover, body.login #nav a:hover, body.login .wp-login-logo a:hover {
    color: #ffffff;
}
body.login .button.wp-hide-pw{
    color: #333333;

}
body.login .company_info{
    position: fixed;
    bottom: 10px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-around;
    width: 80%;
    left: 10%;
    list-style: none;
    padding-left: 0;
    flex-wrap: wrap;
}
body.login .company_info li{
    color: #ffffff;
}
body.login .company_info li a{
    color: #ffffff;
    text-decoration: none;
}
body.login .company_info li a:focus{
    box-shadow: none;
    outline: none;
    text-decoration: none;
}
body.login .company_info li span{
    color: #FFCF01;
    font-weight: bold;
    padding-right: 7px;
}
@media (max-width: 767px) {
    body.login .company_info li{
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
        font-size: 7px;
    }
}