/* ================ Login Form ======================= */

#login {
    background: #fafafa;
    padding: 20px 0px 40px;
}

.login-form-wrap p.login-username, .login-form-wrap p.login-password {
    position: relative;
}

.login-form-wrap i.material-icons {
    position: absolute;
    left: 13px;
    top: 25px;
    font-size: 21px;
    color: #7BAB01;
}

.login-form-wrap h2 {
    text-align: center;
}

.login-form-wrap input[type=text], .login-form-wrap input[type=password] {
    /*padding-left: 40px;*/
    margin: 15px 0;
}

p.login-remember {
    margin: 0px 0px 10px;
}

.login-form-wrap #wp-submit {
    border: 1px solid #000;
    background: transparent;
    padding:6px 16px;
}

#update-pw.weak {
    font-weight: bold;
    color: orange;
    font-size: larger;
}

#update-pw .good {
    font-weight: bold;
    color: #2D98F3;
    font-size: larger;
}

#update-pw .strong {
    font-weight: bold;
    color: limegreen;
    font-size: larger;
}

#update-pw .button {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: .84rem 2.14rem !important;
    font-size: 14px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    margin-top: 0.375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
    background-color: #4285f4 !important;
    margin-top: 15px;
    display: inline;
    background-color: #72bc23 !important;
    text-decoration: none !important;
    border-radius: 50px;
    padding: 10px 18px !important;
}

.update-pw-fake {
    opacity: 0.5;
}

meter {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    margin: 0 auto 1em;
    width: 100%;
    height: 0.5em;

    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}

/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value {
    background: red;
}

meter[value="2"]::-webkit-meter-optimum-value {
    background: yellow;
}

meter[value="3"]::-webkit-meter-optimum-value {
    background: orange;
}

meter[value="4"]::-webkit-meter-optimum-value {
    background: green;
}

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar {
    background: red;
}

meter[value="2"]::-moz-meter-bar {
    background: yellow;
}

meter[value="3"]::-moz-meter-bar {
    background: orange;
}

meter[value="4"]::-moz-meter-bar {
    background: green;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"],
.frm_style_formidable-style.with_frm_style input[type="text"],
.frm_style_formidable-style.with_frm_style input[type="email"],
.frm_style_formidable-style.with_frm_style input[type="tel"] {
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: none;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

.notice-info {
    border-color: #45ABCD;
}

.notice-success {
    border-color: #80D651;
}

.notice-warning {
    border-color: #FEAF20;
}

.notice-danger {
    border-color: #d73814;
}

input[type="radio"], input[type="checkbox"] {
    display: inline;
    width: auto;
    height: auto;
}

