body {
    background: #2d2f3d;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

#page-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
}

.signin-panel {
    width: 420px;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 3px #333333;
    padding: 38px 35px;
    margin: 0 15px;
}

.logo-section {
    text-align: center;
}

.logo-section img {
    width: 152px;
}

.signin-panel h1 {
    text-align: center;
    padding: 30px 0;
    font-size: 22px;
    font-weight: 500;
}

.signin-panel .form-line {
    margin-bottom: 25px;
}

.signin-panel .form-line .error {
    color: red;
    font-size: 14px;
    padding-bottom: 6px;
    display: block;
    text-indent: 5px;
}

.signup-section {
    text-align: center;
    padding: 15px 0;
}

.signup-section a {
    display: block;
    padding: 3px 0;
}

.signin-alert {
    background: #CBF3DC;
    border: 1px solid #97E6B8;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #2ECC71;
}

input[type='submit'] {
    text-indent: 0;
}

.google-auth {
    background-color: #fcf8e3;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px 10px;
    border: 1px solid #ccc;
}

.registry-link {
    text-align: center;
}

.registry-link hr {
    border: 1px solid #ECECEC;
    margin-top: 18px;
    margin-bottom: 18px;
}