@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500);

/* CSS Document */

body.ccPassword,
body {
    background-image: url(../img/cc_bg12.jpg) !important;
    background-size: cover !important;
    background-position: center 60px;
}

body.ccPassword h1 {
    color: #cc3434;
    font-size: 35px !important;
    text-align: center;
}

body.ccPassword #user-update-form {
    background-color: rgba(255, 255, 255, 0.9);
    margin: auto;
    max-width: 750px;
    padding: 30px 24px 40px;
    border: 1px solid #efefef;
    border-top: 8px solid #cc4343;
}

h1.h2-size {
    text-align: center !important;
    font-size: 3.5em !important;
    margin-bottom: 0px !important;
}

#content {
    min-height: 60vh;
    padding-top: 50px;
    text-align: center;
    margin: auto;
}

.logged-in .masthead.inline-header.right.full-height.shadow-decoration.show-mobile-logo {
    top: 0 !important;
}

.success {
    width: 100%;
    display: block;
    margin: auto;
    color: forestgreen;
    text-align: center;
}

.ccPassword .ccButton {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    background-color: #cc3434;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 10px;
    transition: .5s all;
}

.ccPassword .ccButton:hover {
    background-color: rgba(0, 174, 236, 1);
}

.ccPassword .wf-wrap {
    /*background-color: rgba(255,255,255,0.75) !important;
    padding-top: 10px;
    border: 1px solid rgba(255,255,255,0.9);
	*/
}

body.ccPassword .page-title {
    display: none !important;
}

.success i.fa {
    font-size: 2.5em !important;
    color: #dfdfdf;
}

.success {
    color: #555;
}

.success h2 {
    font-size: 28px;
    margin-top: 10px;
}


/* Password Reset Request Form*/

.forgotPassword {
    background-color: rgba(255, 255, 255, 0.9);
    width: 400px;
    margin: auto;
    padding: 30px 24px 40px;
    border: 1px solid #efefef;
    border-top: 8px solid #cc4343;
}

.forgotPassword.success form {
    display: none !important;
}

input#wp-submit {
    border: none !important;
    border-radius: 0px;
    padding: 0px 20px;
    width: 220px;
    margin: 20px auto 0 !important;
    float: none !important;
    max-width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 18px !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s !important;
    transition-duration: .3s !important;
    transition-timing-function: ease;
    text-shadow: none !important;
    color: #fff !important;
    background: rgb(221, 67, 67);
    background: -moz-linear-gradient(45deg, rgba(221, 67, 67, 1) 0%, rgba(221, 67, 67, 1) 40%, rgba(255, 255, 255, 1) 50%, rgba(0, 174, 236, 1) 60%, rgba(0, 174, 236, 1) 80%, rgba(0, 174, 236, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(221, 67, 67, 1) 0%, rgba(221, 67, 67, 1) 40%, rgba(255, 255, 255, 1) 50%, rgba(0, 174, 236, 1) 60%, rgba(0, 174, 236, 1) 80%, rgba(0, 174, 236, 1) 100%);
    background: linear-gradient(45deg, rgba(221, 67, 67, 1) 0%, rgba(221, 67, 67, 1) 40%, rgba(255, 255, 255, 1) 50%, rgba(0, 174, 236, 1) 60%, rgba(0, 174, 236, 1) 80%, rgba(0, 174, 236, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dd4343', endColorstr='#00aeec', GradientType=1);
    background-size: auto 1000% !important;
    background-position: bottom left;
}

input#wp-submit.processing,
input#wp-submit.processing:hover {
    background-color: #999 !important;
    color: #999 !important;
    background-image: url('../img/loader.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    font-size: 1px !important;
}

input#wp-submit:not(.processing):focus {
    color: #fff !important;
}

#formError {
    display: none;
    transition: .5s all;
}

#formError.active {
    display: block !important;
    color: red;
}

#wp-submit.processing {
    background: #999 !important;
}


/* Password Update Form */

body.ccPassword {
    background-color: #ededed !important;
}

#passwordForm p {
    margin: 10px 5px;
    font-size: 0.9rem;
}

#passwordForm p.error {
    color: #dd4343;
}

#passwordForm p.valid {
    color: #005d49;
}

#passwordForm p.valid:before,
#passwordForm p.error:before {
    content: "";
    height: 11px;
    width: 11px;
    border-radius: 20px;
    display: inline-block;
    margin-right: 10px;
    background-color: #dd4343;
}

#passwordForm p.valid:before {
    background-color: #005d49 !important;
}

#passwordForm .button {
    margin-top: 30px !important;
}

.forgotPassword i {
    font-size: 40px;
    color: #7d7d7d;
}


/* END - Password Update Form */