*,html{
    box-sizing: border-box;
}

.wrap{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.login_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 100px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.logo{
    margin-bottom: 60px;
}

.login_box{
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
}

.input_box{
    display: flex;
    gap: 6px;
    flex-direction: column;
    position: relative;
}

.input_box > a{
    position: absolute;
    bottom: -30px;
    right: 0;
    border-bottom: 1px solid black;
}

.myInput{
    width: 300px;
    height: 40px;
    font-size: 16px;
}

.login_btn{
    display: flex;
    align-items: center;
    width: 100px;
    height: 100px;
    justify-content: center;
    background-color: #c7c7c7;
    border-radius: 6px;
    background: var(--mice-primary-50, #003675);
    color: var(--mice-gray-0, #FFF);
    text-align: center;
    margin-top: 31px;
    height: 114px;
    cursor: pointer;

    /* Body_Medium_bold */
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 25.5px */
}

.join{
    margin-top: 20px;
    border: 1px solid black;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid var(--mice-primary-50, #003675);
    background: var(--mice-gray-0, #FFF);
    color: var(--mice-primary-50, #003675);
    text-align: center;
    /* Body_Small_regular */
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    cursor: pointer;
}

.join a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.copy{
    margin-top: 10px;
}

.high{
    color: var(--mice-primary-60, #002B5E);
    /* Label_Xsmall_bold */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
