.socialContainer ul{list-style: none;}
#popup{
    display: none;
    position: fixed;
    width: 550px;
    max-width: 80vw;
    z-index: 1000;
    min-height: 342px;
    top:100px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/popup-background.png?v=4");
    background-size: 100% 100%;
}
#popupCloseButton{
    position: absolute;
    right: -20px;
    top:-20px;
    width: 70px;
    height: 70px;
    background-image: url("../images/popup-close.png?v=4");
    background-size: 100% 100%;
    cursor: pointer;
}
.popupBody p{
    margin-top: 110px;
    color: white;
    font-family: Arial;
    text-align: center;
    font-size: 30px;
    padding:0 20px;
}
.popupFooter #popupOkButton{
    width: 150px;
    height: 55px;
    margin: 20px auto 0;
    background-image: url("../images/popup-ok.png?v=4");
    background-size: 100% 100%;
    cursor: pointer;
}
#popupMask{
    display: none;
    position: fixed;
    top:0;left: 0;
    width: 100vw;
    height: 100vh;
    background:black;
    opacity: 0.7;
    z-index: 900;
}

#policy{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    padding: 0 10px;
    display: none;
}
#policy.show{
    display: flex;
}

.policyLink{
    color: cyan;
    font-style: italic;
}

@media (max-width:425px){
    #popup{
        top:230px;
        min-height: 300px;
    }
    #popupCloseButton{
        width: 60px;
        height: 60px;
    }
    .popupBody p{
        font-size: 22px;
    }
    .popupFooter #popupOkButton{
        width: 126px;
        height: 45px;
        margin: 30px auto 0;
    }
}


.formButton{
    border-radius: 12px;
    width: 100%;
    font-weight: bold;
    padding:5px 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: none;
    margin-bottom: 15px;
    background-image: linear-gradient(#bbf705, #22bd04, #bbf705);
    text-align: center;
    margin-top: 20px;
    color: white;
    text-decoration: none;
}
.loginStep{
    background-image: url("../images/register_container.png?v=4");
}
.formTitle img{
    margin: 30px 0;
    padding: 0px 10px;
    max-width: 100%;
}

body .registerStep{
    height: 400px;
}

.accountInfo{
    background-image: url("../images/register_container.png?v=4");
    background-size: 100% 100%;
    padding: 20px 0;
}

.buttonCopy{
    background-image: linear-gradient(#bbf705, #22bd04, #bbf705);
    border: none;
    margin-left: 10px;
    border-radius: 6px;
    font-weight: bold;
}