body {
    background: url('../../../media/images/bg.jpg') no-repeat fixed center center;
    background-size: cover;
    font-family: Montserrat;
}

.logo {
    width: 213px;
    height: 36px;
    margin: 30px auto;
    color:#fff;
    font-size:35px;
    text-align: center;
}

.login-block {
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #ff656c;
    margin: 0 auto;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block input#login {
    background: #fff url('../../../media/images/login1.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#login:focus {
    background: #fff url('../../../media/images/login1.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#password {
    background: #fff url('../../../media/images/login2.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus {
    background: #fff url('../../../media/images/login2.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #ff656c;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #ff656c;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e15960;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #ff7b81;
}

.register-error {color:#ff5959;padding:10px 5px;}
#register-action input {padding-left:12px;}

.links {padding-top:25px;font-size:11px;}
.links a {color:#444;}
#RublonLoginBoxWidget {width:100%!important;margin-top:10px!important;}
.google-login {
    display: block;
    background: url('../../../media/images/google_plus.jpg') no-repeat top left;
    height: 38px;
    padding-left: 55px;
    border: 1px solid #ccc;
    line-height: 38px;
    color: #444;
    font-size: 12px;
    padding-right: 15px;
    border-radius: 5px;
    margin-bottom: 10px}

@media (min-width: 1200px) {

}
@media (max-width: 979px) {
    .login {width:50%;margin-right:0;}
    .login input {width:90%;}
}
@media (max-width: 767px) {
    .login {width:100%;float:none;margin:0 auto;margin-top:8vh;}
    .login input {width:100%;}
}