﻿div.password-root {
    margin: 1em auto 1em auto;
    padding: 1em 1em 1em 1em;
    border: .15em solid #fbae17;
    max-width: 30rem;
}

#topLogo {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.login-form-container .panel .panel-body {
    padding-bottom: 30px;
}

#return-button {
    width: auto !important;
    height: auto;
    padding: 12px 32px;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
    overflow: visible;
}

div.logo {
    text-align: center;
}

h1 {
    margin-top: 0.25em;
    margin-bottom: 0.75em;
}

input {
    width: 100%;
}

input[type=email] {
    width: 100%;
}
#email {
    width: 100%;
}
form p {
    margin-bottom: 0.25em;
}
form input {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    margin-bottom: 18px;
    font-size: 1.1em;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}
form div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    margin-top: 10px;
}
.btn {
    width: 12em !important;
}
.btn-warning {
    background: #eea236 !important;
}
p.return {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.ps-meter {
    border: 0.1em solid black;
    width: 100%;
    padding: 0.1em;
    background-image: url(password-strength-meter.png);
    background-repeat: repeat-y;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 0.75em;
    margin-bottom: 18px;
}

div.info-section {
    display: none;
    margin-top: 2em;
    margin-left: 2em;
}

.info-section p {
    margin: 1em 0em;
}

.form-message {
    padding: 10px 14px;
    border-radius: 8px;
    margin-bottom: 14px;
    font-size: 0.9em;
    line-height: 1.4;
}
.form-message-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.form-message-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
#myModalCloseButton {
    width: 6em;
    height: 2.5em;
    line-height: 1.25em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    border-radius: 0px;
    color: #fff;
    background-color: #3CCAD2;
    border-radius: 12px;
    white-space: nowrap;
}
