﻿form {
    height: 100vh;
    background-color: #f7f7f7;
    text-align: center;
}

.header {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    border-bottom: 4px solid #8BB035;
}

.content {
    background-color: #fff;
    border: 1px solid #c7c7c7;
    padding: 20px;
    display: inline-block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 400px;
}

.login-link {
    text-align: left;
    display: block;
}

.recaptcha-container {
    display: inline-block;
    padding-bottom: 10px;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

form ul li {
    margin: 10px 20px;
    text-align: left;
}

#pswd_info {
    position: absolute;
    width: 350px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 100;
}

#pswd_info h5 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
    }

#pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

.invalid {
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#pswd_info {
    display: none;
}