
.login {
    background: #F7F7F7
}

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


.login_wrapper {
    right: 0;
    margin: 5% auto 0;
    max-width: 350px;
    position: relative
}

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

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

.login_form {
    z-index: 22
}

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

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


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

.alignleft {
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

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

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



.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    
    text-shadow: 0 1px 0 #fff;
    min-width: 280px
}

.login_content a:hover {
    text-decoration: underline
}

.login_content h1, .password_content h1 {
    font: 400 25px Helvetica, Arial, sans-serif;
    letter-spacing: -.05em;
    line-height: 20px;
    margin: 20px 0 30px
}

.login_content h1:after, .login_content h1:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 50px;
    width: 20%
}

.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0, #fff 100%);
    right: 0
}

.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0, #fff 100%);
    left: 0
}

.login_content form, .password_content form {
    margin: 20px 0;
    text-align: center;
    position: relative
}

.login_content form input[type=text], .login_content form input[type=email],
.login_content form input[type=password], .password_content form input[type=text], .password_content form input[type=email],
.password_content form input[type=password] {
    border-radius: 3px;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
    border: 1px solid #c8c8c8;
    color: #777;
    margin: 0 0 20px;
    width: 100%
}

.login_content form input[type=text]:focus, .login_content form input[type=email]:focus,
.login_content form input[type=password]:focus, .password_content form input[type=text]:focus, .password_content form input[type=email]:focus,
.password_content form input[type=password]:focus  {
    -ms-box-shadow: 0 0 2px #ed1c24 inset;
    -o-box-shadow: 0 0 2px #ed1c24 inset;
    box-shadow: 0 0 2px #A97AAD inset;
    background-color: #fff;
    border: 1px solid #A878AF;
    outline: 0
}

.password_content .info_note{
    margin-bottom: 20px;
}


.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}


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

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

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

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

.alert{
    width: 352px;
    margin-bottom: 10px;
    text-shadow: 0 0 0;
}

@media screen 
  and (orientation: landscape)
  and (max-width: 767px) {
    
    .login_wrapper{
        margin-top: 0;
    }

    .login_content{
        padding-top: 0;
    }
}

@media screen and (min-width: 767px){

}