* {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
    max-height: 100%;
}

body {
    height: 100vh;
    background-image: url('/windows_xp_bliss-1920x1080.e8176060.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#navbar-bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: blue;
    width: 100%;
    height: 25px;
    background: rgba(30,80,128,1);
    background: -moz-linear-gradient(top, rgba(30,80,128,1) 0%, rgba(8,39,245,1) 13%, rgba(4,14,209,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,80,128,1)), color-stop(13%, rgba(8,39,245,1)), color-stop(100%, rgba(4,14,209,1)));
    background: -webkit-linear-gradient(top, rgba(30,80,128,1) 0%, rgba(8,39,245,1) 13%, rgba(4,14,209,1) 100%);
    background: -o-linear-gradient(top, rgba(30,80,128,1) 0%, rgba(8,39,245,1) 13%, rgba(4,14,209,1) 100%);
    background: -ms-linear-gradient(top, rgba(30,80,128,1) 0%, rgba(8,39,245,1) 13%, rgba(4,14,209,1) 100%);
    background: linear-gradient(to bottom, rgba(30,80,128,1) 0%, rgba(8,39,245,1) 13%, rgba(4,14,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5080', endColorstr='#040ed1', GradientType=0 );
    z-index: 5;
}

#button-start:hover {
    content: url('/hover.72c0957b.png');
}

#button-start:active {
    content: url('/clicked.b956291a.png');
}

.cardedit {
    padding: 0px;
}

.homeface {
    display: flex;
    justify-content: center;
}

.homefacelogin {
    display: flex;
    justify-content: flex-start;
}

.scroll {
    overflow: auto;
    max-height: 630px;
}

.wallpaperdolphin {
    position: fixed;
    z-index: 1;
}

#submitlogin {
    float: right;
    display: block;
    width: 150px;
}

.backgroundlogin {
    background: rgba(242,242,242,1);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(218,219,250,1) 0%, rgba(218,219,250,1) 8%, rgba(155,161,245,1) 16%, rgba(155,161,245,1) 25%, rgba(108,99,235,1) 34%, rgba(108,99,235,1) 44%, rgba(80,69,224,1) 54%, rgba(94,76,235,1) 63%, rgba(22,15,217,1) 71%, rgba(59,18,224,1) 81%, rgba(9,0,255,1) 90%, rgba(31,6,191,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(0%, rgba(218,219,250,1)), color-stop(8%, rgba(218,219,250,1)), color-stop(16%, rgba(155,161,245,1)), color-stop(25%, rgba(155,161,245,1)), color-stop(34%, rgba(108,99,235,1)), color-stop(44%, rgba(108,99,235,1)), color-stop(54%, rgba(80,69,224,1)), color-stop(63%, rgba(94,76,235,1)), color-stop(71%, rgba(22,15,217,1)), color-stop(81%, rgba(59,18,224,1)), color-stop(90%, rgba(9,0,255,1)), color-stop(100%, rgba(31,6,191,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(218,219,250,1) 0%, rgba(218,219,250,1) 8%, rgba(155,161,245,1) 16%, rgba(155,161,245,1) 25%, rgba(108,99,235,1) 34%, rgba(108,99,235,1) 44%, rgba(80,69,224,1) 54%, rgba(94,76,235,1) 63%, rgba(22,15,217,1) 71%, rgba(59,18,224,1) 81%, rgba(9,0,255,1) 90%, rgba(31,6,191,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(218,219,250,1) 0%, rgba(218,219,250,1) 8%, rgba(155,161,245,1) 16%, rgba(155,161,245,1) 25%, rgba(108,99,235,1) 34%, rgba(108,99,235,1) 44%, rgba(80,69,224,1) 54%, rgba(94,76,235,1) 63%, rgba(22,15,217,1) 71%, rgba(59,18,224,1) 81%, rgba(9,0,255,1) 90%, rgba(31,6,191,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(218,219,250,1) 0%, rgba(218,219,250,1) 8%, rgba(155,161,245,1) 16%, rgba(155,161,245,1) 25%, rgba(108,99,235,1) 34%, rgba(108,99,235,1) 44%, rgba(80,69,224,1) 54%, rgba(94,76,235,1) 63%, rgba(22,15,217,1) 71%, rgba(59,18,224,1) 81%, rgba(9,0,255,1) 90%, rgba(31,6,191,1) 100%);
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(218,219,250,1) 0%, rgba(218,219,250,1) 8%, rgba(155,161,245,1) 16%, rgba(155,161,245,1) 25%, rgba(108,99,235,1) 34%, rgba(108,99,235,1) 44%, rgba(80,69,224,1) 54%, rgba(94,76,235,1) 63%, rgba(22,15,217,1) 71%, rgba(59,18,224,1) 81%, rgba(9,0,255,1) 90%, rgba(31,6,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#1f06bf', GradientType=0 );
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100vh;
}

.card-body {
    display: flex;
    flex-direction: column;
}

#card-body2 {
    display: flex;
    padding: 10px;
}

#windowcard {
    z-index: 2;
}

#register {
    z-index: 10;
    position: fixed;
    top: 200px;
    left: 550px;
}

#start-menu {
    width: 300px;
    height: 200px;
    z-index: 4;
    position: fixed;
    bottom: 20px;
    background-color: white;
}

.menu-btn {
    width: 100%;
    text-align: left;
    font-size: 12px;
    padding: 5px;
    background-color: white;
    border: whitesmoke;
    cursor: pointer;
}

.menu-btn:hover {
    background-color: whitesmoke;
}

#window-menu {
    margin-top: 80px;
    background-color: white;
}

#addForm {
    z-index: 10;
    position: fixed;
    top: 200px;
    left: 550px;
}

/*# sourceMappingURL=/style.e308ff8e.css.map */