
body{
    /*background: #99ccff;
    background: -webkit-linear-gradient(top left, #0066cc 0%, #99ccff 100%);
    background: linear-gradient(to bottom right, #0066cc 0%, #99ccff 100%);*/
    background: url(bg-login.jpg) no-repeat center top;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    background-size: cover;
}
#login {
    width: 300px;
    max-width: 300px;
    padding: 0;
    margin: auto;
    color: #ffffff;
    text-align: center;
}
.login .button.wp-hide-pw{ min-width: 44px; min-height: 46px;}
.login .button.wp-hide-pw:focus{ border-color:transparent; box-shadow:none; }

#login h1{
    font-size: 40px;
    font-weight: 200;
    transition-duration: 1s;
    line-height: 50px;
}
#login h2{
    display: block;
    font-size: 22px;
    line-height: 20px;
    font-weight: 200;
    text-align: center;
}
#login p#backtoblog{
    display: none;
}
#login p#nav{
    display: none;
}

.login form#loginform{ border:none; }
#login form{
            padding: 20px 0;
            position: relative;
            z-index: 2;
            background: none;
            box-shadow: none;
        }
 #login form p.forgetmenot{
            display: none;
        }

#login form input[type="password"], #login form input[type="text"] {
            appearance: none;
            outline: 0;
            border: 1px solid #071a42 !important;
            background-color: #ffffff !important;
            width: 300px;
            border-radius: 3px;
            padding: 10px 15px;
            margin: 0 auto 10px auto;
            display: block;
            text-align: center;
            font-size: 18px;
            color: #000 !important;
            -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
            font-weight: 300;
        }
       /* #login form input:hover {
            background-color: #3a465a!important;
        }
        #login form input:focus {
            background-color: #ffffff !important;
            width: 300px;
            color: #91c8ef;
        }*/
        #login p.submit{ text-align: center;}
        #login form input.button.button-primary.button-large {
            appearance: none;
            outline: 0;
             background-color: #3a465a !important;
            border: none;
            padding: 0px;
            color: #91c8ef;
            border-radius: 3px;
            width: 250px;
            cursor: pointer;
            font-size: 18px;
            -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
            float: none;
            box-shadow: none;
            height: 44px;
            line-height: 44px;
            text-shadow: none;
            margin-top: 20px;
        }

        #login form input.button.button-primary.button-large:hover {
            background-color: #1d1d1d !important;
        }



    .bg-bubbles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        .bg-bubbles li {
            position: absolute;
            list-style: none;
            display: block;
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.15);
            bottom: -160px;
            -webkit-animation: square 25s infinite;
            animation: square 25s infinite;
            -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
        }
        .bg-bubbles li:nth-child(1) {
            left: 10%;
        }
        .bg-bubbles li:nth-child(2) {
            left: 20%;
            width: 80px;
            height: 80px;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            -webkit-animation-duration: 17s;
            animation-duration: 17s;
        }
        .bg-bubbles li:nth-child(3) {
            left: 25%;
            -webkit-animation-delay: 4s;
            animation-delay: 4s;
        }
        .bg-bubbles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            -webkit-animation-duration: 22s;
            animation-duration: 22s;
            background-color: rgba(255, 255, 255, 0.25);
        }
        .bg-bubbles li:nth-child(5) {
            left: 70%;
        }
        .bg-bubbles li:nth-child(6) {
            left: 80%;
            width: 120px;
            height: 120px;
            -webkit-animation-delay: 3s;
            animation-delay: 3s;
            background-color: rgba(255, 255, 255, 0.2);
        }
        .bg-bubbles li:nth-child(7) {
            left: 32%;
            width: 160px;
            height: 160px;
            -webkit-animation-delay: 7s;
            animation-delay: 7s;
        }
        .bg-bubbles li:nth-child(8) {
            left: 55%;
            width: 20px;
            height: 20px;
            -webkit-animation-delay: 15s;
            animation-delay: 15s;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
        }
        .bg-bubbles li:nth-child(9) {
            left: 25%;
            width: 10px;
            height: 10px;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
            background-color: rgba(255, 255, 255, 0.3);
        }
        .bg-bubbles li:nth-child(10) {
            left: 90%;
            width: 160px;
            height: 160px;
            -webkit-animation-delay: 11s;
            animation-delay: 11s;
        }
        @-webkit-keyframes square {
            0% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }
            100% {
                -webkit-transform: translateY(-700px) rotate(600deg);
                transform: translateY(-700px) rotate(600deg);
            }
        }
        @keyframes square {
            0% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }
            100% {
                -webkit-transform: translateY(-700px) rotate(600deg);
                transform: translateY(-700px) rotate(600deg);
            }
        }
.login #login_error {
    border-left-color: #dc3232;
    border-radius: 4px;
    color: red;
    margin: 28px auto 0;
    width: 228px;
}
.login .message {
    border-left-color: green;
    border-radius: 4px;
    color: green;
    margin: 28px auto 0;
    width: 228px;
}
.user-pass1-wrap{
    padding: 0;
    text-align: center;
}
.user-pass1-wrap label{
    color: #ffffff;
    font-size: 20px;
    padding: 0 0 20px 0;
}
.login #pass-strength-result {
    font-weight: 600;
    margin: 0 auto;
    padding: 6px 5px;
    text-align: center;
    width: 250px;
}


#logo {
    background: url("logo-background.png") no-repeat scroll center -70px rgba(0, 0, 0, 0);
    height: 140px;
    padding-top: 4px;
    width: 276px;
    display: inline-block;
    position: relative;
    z-index: 999;
}
#logo img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}
#logo .synergy-logo img:hover, #logo a:hover .synergy-logo img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
#logo > a {
    color: #000000;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    text-decoration: none;
    transition: color .2s ease-in-out;
    text-shadow: 1px 1px 2px #FFFFFF;
    padding: 0 3px;
    display: inline-block;
    vertical-align: middle;
}
#logo .site-slogan-line {
    color: #303030;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 12px;
    line-height: normal;
}
#login > h1{ display: none;}
#login a:focus{ outline: none !important;}

