/* Sticker Header*/
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}

.header {
    margin-top: 80px;
    padding: 25px 16px;
    background: #C4C4C4;
    color: #f1f1f1;
    text-align: center;
    z-index: 3;
}

@media only screen and (max-width: 768px) {
    .header {
        margin-top: 42px;
    }
}

h4 {
    color: #424B4D;
    padding-top: 10px;
}

.content {
    padding: 30px;
    z-index: 2;
    position: relative;
}

.sticky {
    position: fixed;
    top: 100;
    width: 100%;
}

.sticky+.content {
    padding-top: 200px;
}

.bg-ellipse {
    position: fixed;
    z-index: 1;
}

#ellipse-blue {
    top: 30vh;
    left: -80px;
}

#ellipse-green {
    bottom: 0;
    left: 18vw;
}

#ellipse-pink {
    top: -30vh;
    left: 20vw;
}

#ellipse-yellow {
    top: 0;
    right: -30vw;
}

.login-box {
    margin-top: 75px;
    height: auto;
    background: #FFEAEE;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media only screen and (max-width: 400px) {
    .login-box {
        margin-top: 300px;
    }
}

.login-title {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-weight: bold;
    color: #000000;
}

.login-form {
    margin-top: 25px;
    text-align: left;
}

.main {
    color: #000000;
    margin: 0 50px 50px 50px;
    text-align: center;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* Hover button */
div>.pui-button-hover {
    display: flex;
    color: black !important;
    font-weight: 400;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}

.bottom-right-hover {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 4;
}
