﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

body #forgotPassword-page {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
}

body #forgotPassword-page .forgotPS-block {
    margin-top: 180px;
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
    max-width: 410px;
    background-color: rgba(255, 255, 255, 0.9);
}

body #forgotPassword-page .forgotPS-block .text {
    padding: 40px 30px 20px 30px;
    color: #343743;
}

body #forgotPassword-page .forgotPS-block .text h2 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 15px 0;
}

body #forgotPassword-page .forgotPS-block .text p {
    font-size: 13px;
}

body #forgotPassword-page .forgotPS-block .forgotPS-form {
    padding: 0px 20px 20px 20px;
}

/*Password validation rules*/
.password-policy {
    margin: 5px 0 0 0;
    padding: 0;
}

.password-policy h4 {
    margin: 0 0 5px 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.password-policy li {
    margin: 2px 0;
    font-size: 1.25rem;
    color: #555;
    padding-left: 2px;
}

.valid-rule {
    color: green !important;
    font-weight: bold;
}