﻿body {
    background-size: cover;
    background-repeat: no-repeat;
}

.launcher {
    background: none;
    padding-top: 0vh;
    flex-direction: column;
}

    .launcher .bd-login {
        background: rgba(255,255,255, 0.3);
        border: none;
        box-shadow: none;
        border-radius: 15px;
        padding: 0;
    }

        .launcher .bd-login:hover {
            box-shadow: none;
            transition: none;
            border: none;
        }

h2 {
    margin-bottom: 2em,
}

.rounded {
    border-radius: 100px;
    background: white;
    position: relative;
    bottom: 5em;
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.special-top img {
    width: 33%;
    margin: auto;
}

.rounded img {
    width: 85%;
    padding: 5px;
}

.special-top {
    bottom: 3em;
}
