body {
    overflow: hidden;
    /*background: -moz-linear-gradient(top, #0d77d6 0%, #e92855 80%, #e92855 100%);
    background: -webkit-linear-gradient(top, #0d77d6 0%,#e92855 80%,#e92855 100%);
    background: linear-gradient(to bottom, #0d77d6 0%,#e92855 80%,#e92855 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d77d6', endColorstr='#e92855',GradientType=0 );*/
    background: rgb(13,119,214);
    background: linear-gradient(45deg, rgba(13,119,214,1) 0%, rgba(233,40,85,1) 100%);
    background-attachment: fixed;
}

.login .logo{
    margin: 20px auto ;
}

.login .fa-paw {
    font-size: 26px
}

a.hiddenanchor {
    display: none
}

.login_wrapper {
    margin-top: -158px;
    margin-left: -165px;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 330px;
    min-width: 250px;
    transform: translateY(-50%);
}

.login_recover_pass,
.login_form {
    position: absolute;
    top: 0;
    width: 100%
}

.login_recover_pass {
    z-index: 21;
    opacity: 0;
    width: 100%
}

.login_form {
    z-index: 22
}

#signup:target ~ .login_wrapper .login_recover_pass,
#signin:target ~ .login_wrapper .login_form {
    z-index: 22;
    animation-name: fadeInLeft;
    animation-delay: .1s
}

#signup:target ~ .login_wrapper .login_form,
#signin:target ~ .login_wrapper .login_recover_pass {
    animation-name: fadeOutLeft
}

.animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 0.5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 0.5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both
}

.login_box {
    padding: 20px;
    margin: auto
}

.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.login_content {
    margin: 0 auto;
    padding: 25px 25px 0px 25px;
    position: relative;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #F2F2F2;
    min-width: 280px;
    -webkit-box-shadow: 0 0 20px 0 rgba(15,15,15,0.75);
    -moz-box-shadow: 0 0 20px 0 rgba(15,15,15,0.75);
    box-shadow: 0 0 20px 0 rgba(15,15,15,0.75);
}

.login_content a,
.login_content .btn-default:hover {
    text-decoration: none
}

.login_content a {
}

.login_content a:hover {
    text-decoration: underline;
}
.login_content h1 {
    margin: 0 0 30px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 20px;
    font-weight: 400;
    font-size: 2.6rem;
    color: #545b62;
    text-shadow: #FFF 0 1px 2px;
}

.login_content form {
    position: relative
}

.login_content form input[type="text"]:focus,
.login_content form input[type="email"]:focus,
.login_content form input[type="password"]:focus {
}

#username {
    background-position: 10px 10px !important
}

#password {
    background-position: 10px -53px !important
}

.login_content form div a {
    font-size: 16px;
    margin: 10px 15px 0 0
}

.reset_pass {
    margin-top: 10px !important
}

.login_content div .reset_pass {
    margin-top: 13px !important;
    margin-right: 39px;
    float: right
}

.separator {
    margin: 20px 0;
    padding: 0 !important;
    border-top: 1px solid #D8D8D8;
    box-shadow: #FFF 0 1px 2px;
}

.login_content form input[type="submit"],
#content form .submit {
    float: left;
    margin-left: 38px;
}

.login_wrapper .login_content .submit {
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    background: rgba(251, 119, 0, 0.80);
    color: #FAFAFA;
    border-color: rgba(251, 119, 0, 1);
    transition: background-color 1s;
}
.login_wrapper .login_content .submit:hover{
    background: rgba(251, 119, 0, 0.95);
}

.login_wrapper .login_content a.to_register {
    font-size: 12px;
}