.header-text {
    color: blue;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}

.login-btn {
    background-color: blue;
    border: 1px solid #fff;
    border-radius: 5px;
    color: white;
    width: 100%;
    height: 7vh;
    text-align: center;
    margin-top: 4vh;
}
.login-btn:hover {
    background-color: darkblue;
}
.input-fields {
    margin-top: 5vh;
}
.navbar-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 5vh;
    width: 10vw;
    margin-top: 15px;
    margin-left: 20px;
}
nav {
    background-color: white;
    width: 100%;
    height: 10vh;
    padding: 0;
    margin: 0;
}
.zeour-logo {
    width: 20vw;
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 1.3rem 0;
}
.zeour-name {
    width: 40vw;
    height: 15vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 1.3rem 0;

}
.content-wrapper {
    height: 90vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        inset 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.page-wrapper {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    background-color: #eceff4;
}
.images-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login-form-wrapper {
    margin-top:8rem;
    height: 55vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login-form {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin: 20px;

    width: 65%;
}
