html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
}

.form-signin {
    width: 100%;
    max-width: 430px;
    padding: 15px 30px;
    margin: 10px auto;
    background-color: #fff;
    color: #033d52;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.form-signin>.justify-content-center img {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.form-signin .form-group {
    border-bottom: 1px solid #d9e2e5;
    text-align: left;
}

.form-signin .form-group>input {
    border: 0;
    background-color: transparent;
    outline: none;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    font-size: 0.85rem;
    z-index: 2;
    text-indent: 1rem;
}

.form-signin .form-group>span {
    font-size: 1rem;
    margin: 0.4rem 0 0 0.2rem;
    z-index: 1;
    color: #003d52;
    position: absolute;
}

.form-signin>p>a {
    font-size: 0.75rem;
    color: #033d52;
    font-weight: bold;
}

.form-signin>button {
    background-color: #90b59b;
    color: #fff;
}

.form-signin>button:hover {
    background-color: #759988;
    color: #fff;
}

.form-signin .footer-logos img {
    width: 100%;
}

#LoginImageDescription {
    bottom: 0;
    right: 0;
    position: absolute;
    font-weight: bold;
    font-size: 25px;
    -webkit-text-stroke: 0.35px silver;
}

 ::placeholder {
    color: #d7dcde;
    opacity: 1;
}

 :-ms-input-placeholder {
    color: #d7dcde;
}

 ::-ms-input-placeholder {
    color: #d7dcde;
}