/* login.css */
html,body{
	background-image:url(https://clockbeatsorchestra.com/img/cbo_login_bg.jpg) !important;
	background-size: cover;
	background-position: 50% 50%;
}

.login h1 a {
    background-image: none,url(https://clockbeatsorchestra.com/img/cbo_logo_icon.png) !important;
    background-size: 100px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 100px;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    width: 100px;
    text-indent: -9999px;
    outline: 0;
    display: block;
}

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    background: #303030;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.3);
    box-shadow: 0 1px 6px rgba(0,0,0,.3);
}

.login label {
    color: #72777c;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.login form .forgetmenot label{
	text-transform: none;
	font-weight: 400;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    height: 36px;
    line-height: 28px;
    padding: 0 12px 2px;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    background: #c1a35a;
    color: #fff;
    padding: 8px 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    transition: all .25s ease-in-out;
    text-shadow: none;
    text-transform: uppercase;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large:hover {
    color: #fff;
    background: #c1a35a;
}

.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #505050;
    font-weight: 600;
    font-size: 14px;
}

.login #backtoblog a:hover, .login #nav a:hover{
    color: #c1a35a;
}

.login form .input, .login input[type=text] {
	box-shadow: 0 0 0 0.5px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    font-weight: 400;
    font-size: 1rem;
    color: #525f7f;
    height: 35px;
    border: none;
    padding: 0 8px 0 12px;
    width: 100%;
    z-index: 0;
    position: relative;
    transition: box-shadow .2s ease-in-out;
}