.loginBox{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid black;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    visibility: hidden;
}

.loginContent{
    position: relative;
    text-align: center;
    margin: 30% auto;
    padding: 20px;
    width: 454px;
    height: 280px;
    background-image: url("Login\ images/login\ background.png");
    background-size: 100% 100%;
}

.loginSelectionGroup{
    margin-top: 10%;
    width: 100%;
    height: 80%;
}

@font-face {
    font-family: "LuckiestGuy";
    src: url("Login\ fonts/LuckiestGuy-Regular.ttf");
}

.loginText{
    margin: 10px;
    color: rgb(125, 58, 0);
    font-size: 30px;
    font-family: "LuckiestGuy";
}

.loginItemContainer{
    margin-left: auto;
    width: 100%;
}

.corner-left{
    background-image: url("Login\ images/bottom left corner.png");
    background-size: 100% 100%;
    position: relative;
    float: left;
    left: -39px;
    bottom: 40px;
    width: 78px;
    height: 113px;
}

.logo{
    background-image: url("Login\ images/header logo.png");
    width: 100%;
    height: 140px;
    position: absolute;
    background-repeat: no-repeat;
    top: -19%;
}

.corner-right{
    background-image: url("Login\ images/bottom right corner.png");
    background-size: 100% 100%;
    position: relative;
    float: right;
    width: 78px;
    height: 113px;
    left: 39px;
    bottom: 40px;
}

.loginButton{
    font-size: 30px;
    font-family: "LuckiestGuy";
    margin: 0px;
    text-shadow: 2px 2px 2px black;
    background-color: rgba(0, 0, 0, 0);
    width: 355px;
    height: 77px;
    border: 0px;
    color: rgb(255, 230, 176);
    background-image: url("Login\ images/login\ button.png");
    background-size: 100% 100%;
}
