body {
    background: #0c77b9;
    font-family: lato;
}

.banner {
    width: 200px;
}

.btn-refresh {
    right: 6rem;
}

.btn-changepassword {
    right: 9rem;
}

.btn-logout {
    right: 3rem;
}

.authentication-section {
    max-width: 800px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    text-align: center;
    padding: 5vw;
}

.authentication-frame {
    border-radius: 10px;
    width: 100%;
    margin: auto;
    background-color: #ffffff;
}

.changepassword-section {
    max-width: 800px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    text-align: center;
    padding: 5vw;
}

.changepassword-frame {
    border-radius: 10px;
    width: 100%;
    margin: auto;
    background-color: #ffffff;
}



.video-section {
    width: 100%;
    margin: auto;
    height: 100vh;
    text-align: center;
    padding: 5vw;
}

.video-frame {
    border-radius: 10px;
    width: 100%;
    margin: auto;
    background-color: #ffffff;
}

.video-iframe {
    height: -webkit-fill-available;
    width: 100%;
    min-height: 400px;
}

.video-text-area {
    height: 100px;
}
