/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* p, label {
    font-size: 1.8rem;
}

#activateform {
    margin-top: 2em;
}
#activateform #submit, #key { width: 90%; font-size: 24px; }

#signup-welcome span.h3 { padding: 0 8px; font-size: 1.3em; font-weight: bold; }

#password-strength{
    display:flex;
    justify-content:space-around;
    flex-direction:row;
    flex-wrap:wrap;
    max-width:320px;
    margin:0 auto;
}
.password-indicator{
    background-color:#f5f5f5;
    flex:0 0 28%;
    margin:.5rem .25rem 1rem;
    height:6px;
}
.helper-text{
    flex-grow:3;
    opacity:0;
    font-size:13px;
    transform: translateY(-10%);
    transition: all .2s ease-in-out;
}
.short .password-indicator:first-child,
.bad .password-indicator:first-child{
    background-color:red;
}
.good .password-indicator:first-child,
.good .password-indicator:nth-child(2){
    background-color:orange;
}
.strong .password-indicator{
    background-color:#9fcf4a;
}
.short .helper-text,
.bad .helper-text,
.good .helper-text{
    transform:translateY(0);
    opacity:1;
} */
.wp-activate-container {
    max-width: 750px;
    margin: 40px auto;
}
.wp-activate-container h2 {
    text-align: center;
}

#zMaintenance {
	position: fixed;
	top: 0;
	z-index: 100000;
	width: 100%;
	left: 0;
	background-color: #72aee6;
}
#zMaintenance p {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0;
    padding: 1em;
}
