@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@font-face {
    font-family: "Volte";
    src: url("https://saturn.ngtadmworks24.com/static/Fontspring-DEMO-volte-bold.otf");
}
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@700&display=swap");

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Noto Sans JP", sans-serif;
}

#BtnFrame{
    display: inline-block;
}

#LoginBtn{
    font-family: "Volte", "M PLUS 2" ,sans-serif;
    background-color: #06c755;
    color: white;

    font-size: 25px;
    font-weight: bold;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 2px 10px 2px 10px;
    border-radius: 7px;

    user-select: none;
}

#LoginBtn:hover{
    background-color: #05b34c; 
}

#LoginBtn:active{
    background-color: #048c3c;
}

#LoginBtnIcon{
    max-width: 50px;
    padding-right: 10px;
}