@charset "utf-8";
/****************************************************
    Login Style
****************************************************/
body {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: var(--vh);
}
a.go-back {
    position: absolute;
    top: -1.5em;
}

.login-box  {
    display: block;
    position: relative;
    width: 200px;
    max-width: 100%;
    margin: 50px auto;
    box-sizing: border-box;
}

.login-box fieldset {
    display: block;
    position: relative;
}
.login-box fieldset:nth-of-type(1),
.login-box fieldset:nth-of-type(2) {width: calc(100% - 64px);}
.login-box fieldset:nth-of-type(2) {margin-top: 4px;}
.login-box fieldset:nth-of-type(3) {width: 60px;height: 55px;position: absolute;top: 0;right: 0;display: flex;}

.login-box fieldset input   {
    width: 100%;
    box-sizing: border-box;
}