* {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1rem;
}

.forms-out {
    margin: 0 auto;
    font-family: "Fira Sans", sans-serif;
    padding: 15px 0;
}

.forms-in {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    color: white;
    /* background-color:whitesmoke; */
    background: url('/images/bgsign.png');
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forms-in div {
    padding: 30px 20px;
    max-width: 350px;
    margin: 0 auto;
    background: #168ab8bc;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
}

.forms-in h3 {
    text-align: center;
    font-size: 2rem;
}

.forms-in input {
    border: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
}

.forms-in button {
    border: none;
    padding: 7px 20px;
    background: #e8f8ff;
    color: #168ab8;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.3rem;
}

.forms-in button:hover {
    opacity: 0.7;
}

.hide {
    display: none;
}
#homepage{
    text-align: center;
}
#homepage h3{
    color: rgb(220, 218, 218);
}
#homepage a{
    color:rgb(232, 206, 164);
    font-size: 1.7rem;
    text-decoration: none;
    }
#homepage p{
    color:white;
    font-size: 1.4rem;
    }

#forgot-password {
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#forgot-password:hover {
    opacity: 0.7;
}