#login{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* justify-content: flex-start; */
    justify-content: space-between;
    flex-direction: column;
    /* height: calc(100vh - 108px); */
    height: 100vh;
    min-height: 550px;
	overflow-y: scroll;
    /* padding:80px 20px 20px; */
    padding: 0 20px 0;
}
#login .login-top{
    margin: 12vh 0 10vh;
}
#login .login-top img{
    display: block;
    margin:0 auto;
    width: 182px;
}
#login .login-top p{
    font-size: 12px;
    color:#8D949E;
    line-height: 17px;
    margin-top: 16px;
    text-align: center;
}
#login .login-type{
    width: 100%;
    position: relative;
    background-color: #EBEDF0;
    border-radius: 18px;
    -webkit-border-radius: 18px;
}
#login .login-type .btn-type{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    padding:0 32px 0 16px;
    font-size: 12px;
    color:#606770;
    position: relative;
    z-index: 2;
    background-color: #EBEDF0;
    border-radius: 18px;
    -webkit-border-radius: 18px;
}
#login .login-type .btn-type .cur-type{
    color:#7972E1;
}
#login .login-type .btn-type img{
    position: absolute;
    transition: 0.3s;
    right:6px;
    top:50%;
    transform: translate(0,-50%);
}
/* #login .login-type .btn-type.active img{
    transform: translate(0,-50%) rotate(180deg);
} */
#login .login-type .type-list{
    padding:25px 0 7px;
    display: none;
    position: absolute;
    left:0;
    right:0;
    top:50%;
    z-index: 2;
    background-color: #EBEDF0;
    border-bottom-left-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
}
#login .login-type .type-list li button{
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    color:#606770;
    height: 34px;
    padding:0 16px;
    text-align: left;
}
#login .login-type .type-list li button.cur{
    color:#7972E1;
}
#login .login-form{
    width: 100%;
    margin-top: 24px;
}
#login .login-form .row{
    position: relative;
}
#login .login-form .row+.row{
    margin-top: 8px;
}
#login .login-form .row input{
    width: 100%;
    box-sizing: border-box;
    border:1px solid #CCD0D5;
    height: 40px;
    padding:0 36px 0 12px;
    font-size: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
#login .login-form .row input::placeholder{
    color:#AFB5BC
}
#login .login-form .row .show-password{
    position: absolute;
    right:12px;
    top:50%;
    transform: translate(0,-50%);
    border:0;
    cursor: pointer;
    background:transparent;
}
#login .login-form .row .show-password img{
    display: block;
}
#login .login-form .row .show-password img.hide{
    display: none;
}
#login .login-form .row .show-password.active img.visible{
    display: none;
}
#login .login-form .row .show-password.active img.hide{
    display: block;
}
#login .login-util{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 27px;
}
#login .login-keep{
    position: relative;
}
#login .login-keep input{
    position: absolute;
    left:0;
    top:0;
    visibility: hidden;
    pointer-events: none;
}
#login .login-keep label{
    font-size: 14px;
    padding-left: 28px;
    position: relative;
    cursor: pointer;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
#login .login-keep label:before{
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background-image: url(../images/btn_checkbox_off.svg);
    background-size: cover;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left:0;
    top:50%;
    transform: translate(0,-50%);
}
#login .login-keep input:checked+label:before{
    background-image: url(../images/btn_checkbox_on.svg);
}
#login .login-menu{
    display: flex;
    align-items: center;
}
#login .login-menu a{
    font-size: 14px;
    line-height: 20px;
    color:#8D949E
}
#login .login-menu a+a{
    margin-left: 16px;
}
.login-btm{
    /* position: fixed; */
    z-index: 2;
    left:50%;
    bottom:0;
    width: 480px;
    max-width: 100%;
    /* transform: translate(-50%,0); */
    padding: 80px 0 16px;
    box-sizing: border-box;
    background-color: #ffffff
}
.login-btm .join-btn{
    text-align: center;
    font-size: 16px;
    color:#8D949E;
    line-height: 24px;
}
.login-btm .join-btn a{
    display: inline-block;
    color:#655DD5;
    text-decoration: underline;
}
.login-btm .login-btn{
    margin-top: 20px;
}
.login-btm .login-btn button{
    width: 100%;
    cursor: pointer;
    background-color: #4F47B5;
    color:#fff;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

/* simple-login */

#login.simple {
    position: relative;
    height: 100vh;
    justify-content: unset;
}

#login.simple .top-board {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 20%;
    text-align: center;
    margin-bottom: 180px;
}

#login.simple .top-board p {
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: 'SCDream', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

#login.simple .top-board a {
    margin-top: 48px;
    font-size: 14px;
    color: #8D949E;
}

#login.simple .top-board .password-area::before {
    content: "••••••";
    position: absolute;
    display: flex;
    align-items: center;
    /* top: 48px; */
    left: 50%;
    transform: translateX(calc(-50% - 16px));
    height: 32px;
    font-size: 64px;
    letter-spacing: -32px;
    font-family: "SCDream", sans-serif;
    color: #DADDE1;
    z-index: 0;
}

#login.simple .top-board .password-area input {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    /* top: 48px; */
    left: 50%;
    transform: translateX(calc(-50% - 6px));
    width: 200px;
    height: 32px;
    font-size: 64px;
    letter-spacing: -32px;
    font-family: "SCDream", sans-serif;
    background-color: transparent;
    border: none;
    color: #655DD5;
    z-index: 1;
    pointer-events: none;
}

#login.simple .error {
    position: absolute;
    bottom: 360px;
    font-size: 16px;
    color: #FF0033;
}

#login.simple .login-type {
    position: absolute;
    bottom: 296px;
    width: calc(100% - 40px);
}

#login.simple .numpad {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: #655DD5;
    border-radius: 24px 24px 0 0;
}

#login.simple .numpad table {
    width: 100%;
    max-width: 480px;
}

#login.simple .numpad table tr td {
    vertical-align: middle;
    height: 60px;
}

#login.simple .numpad button {
    position: relative;
    flex-basis: 33%;
    width: 100%;
    height: 60px;
    font-size: 28px;
    color: #ffffff;
    border-radius: 16px;
    transition: 0.1s;
}

#login.simple .numpad button:active {
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.1s;
}

#login.simple .numpad button.backspace {
    background-image: url(../images/icon_backspace.svg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-indent: -9999px;
}

#login.simple .numpad button.clear {
    font-size: 18px;
    color: #363181;
}

#login.simple .dot-area {
    display: flex;
    margin: 0 auto;
}

#login.simple .dot-area .dot {
    width: 16px;
    height: 16px;
    background: #DADDE1;
    border-radius: 100%;
}

#login.simple .dot-area .dot + .dot {
    margin-left: 16px;
}

#login.simple .dot-area .dot.active {
    background: #655DD5;
}


/* biometrics login */


#login.biometrics {
    position: relative;
    height: 100vh;
    justify-content: unset;
}

#login.biometrics .top-board {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 20%;
    text-align: center;
    margin-bottom: 180px;
}

#login.biometrics .top-board p {
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: 'SCDream', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

#login.biometrics .login-type {
    position: absolute;
    bottom: 296px;
    width: calc(100% - 40px);
}

#login.biometrics .biometrics-scan {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 280px;
    padding: 20px;
    background-color: #655DD5;
    border-radius: 24px 24px 0 0;
}

#login.biometrics .biometrics-scan a {
	text-align: center;
}

#login.biometrics .biometrics-scan a img {
	 width: 64px;
	 height: 64px;
}

#login.biometrics .biometrics-scan a p {
	margin-top: 16px;
	font-size: 18px;
	color: #4842A0;
}


#find-information {
	padding-top: 56px;
}

#find-information section {
	padding: 24px 20px;
}

#find-information section:nth-last-of-type(1) {
	padding-bottom: 144px
}

#find-information section p {
	font-size: 16px;
	font-weight: 700;
}

#find-information section .input-list li {
	margin-top: 48px;
}

#find-information section .input-list li:nth-of-type(1) {
	margin: 8px 0;
}

#find-information:not(.front) #bottom-app-bar {
	flex-direction: column;
	gap: 8px; 
  height: 112px;
}

#find-information #bottom-app-bar button {
	margin: 0;
}

#find-information #bottom-app-bar > div {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}
