.hide-scroll::-webkit-scrollbar {
    background-color: transparent;
    width: 0;
}

html, body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
    overflow-x: hidden;
}

.text-style{
    color: whitesmoke;
    font-size: large;
    font-weight: bold;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.coverpage{
    margin: 0;
    padding: 0;
    background-image: url('../assets/img/fun_2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.forgot{
    text-decoration: none;
    margin-top: auto;
    float: right;
}
