@font-face {
	font-family: 'Kakao';
	src: url('/static/css/login/KakaoRegular.woff') format('woff');
	font-weight: 400;
}

html, body {
	scroll-behavior: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 16px;
}

* {
    outline: none;
    font-family: 'Kakao', -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
    font-weight: 400;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
        /* font-size: 1rem; */
}

.display_none {
    display: none !important;
}

.title {
    font-size: 24px;
}

.Wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
    min-height: 420px;
    box-sizing: border-box;
    padding: 40px 0;
    background-color: #1a1a1c;
    box-shadow: 0 8px 16px rgba(0,0,0,.16);
    color: hsla(0,0%,100%,.9);
    transition: 1s ease;
}

@media screen and (max-width: 500px) {
    .Wrapper {
        min-height: 100vh;
        padding-top: 60px;
        box-sizing: border-box;
    }
}

.login_layout {
    margin: auto;
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
}

.logo_layout {
    margin-left: 4rem !important;
    margin-top: 3rem !important;
}

.login_button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /* padding: 6px; */
    /* max-width: 240px; */
    height: 100%;
    border-radius: 8px;
    background-color: #107b47;
    color: #ffffff;
    cursor: pointer;
    /* margin: 15px 0 !important; */
}

.login_button:hover {
    background-color: #107645;
}
.info_div input .image_btn{
    width: 75% !important;
    /* height: 85% !important; */
    padding: 0 !important;
    /* margin-left: 10rem !important; */
}

.image_btn .webix_button{
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
}

.image_btn .webix_el_box {
    width: 100% !important;
    height: 100% !important;
}

.info_div {
    /* width: 700px; */
    border-left: 1px solid #1c1515 !important;
    padding: 2rem 0 6rem 13% !important;
    line-height: 170%;
}

.info_div .webix_input_icon {
    margin-right: 0.8rem;
    color: #1c15155c;
}

.info_div label {
    border-color: #1c1515;
}

.info_div input {
    border-color: #1c151536 !important;
    border-radius: 5px;
}

.info_div input:focus {
    border-color: #0ebb8d !important;
}

.footer {
    color: hsla(0,0%,100%,.6);
    font-size: 14px;
    margin-top: 60px;
    text-align: center;
}
.footer > div {
    display: block;
    margin-bottom: 20px;
}
.footer span {
    color: #ffffff;
    margin: 0 20px;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.4);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.loading_circle {
    position: relative;
    width: 32px;
    height: 32px;
    border-top: 4px solid #FFDE02;
    border-right: 4px solid #FFDE02;
    border-bottom: 4px solid #FFDE02;
    border-left: 4px solid rgba(0,0,0,0);
    border-radius: 45px;
    z-index: 11;
    
    animation: Loading 1s linear infinite;
}

@keyframes Loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.thumnail {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    margin: 20px 0;
}

.nickname {
    color: hsla(0,0%,100%,.6);
    margin: 20px 0 40px 0;
}

.logout {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 6px;
    width: 80%;
    max-width: 240px;
    height: 45px;
    border-radius: 6px;
    background-color: #0ebb8d;
    color: #000000;
    cursor: pointer;
}

.register_div, .find_password_div {
    border: none;
    /* margin-top: -14px !important; */
    text-align: right;
}

.register_question, .find_password_question,
.register_button, .find_password_button {
    font-size: 13px;
    color: #494340;
    text-decoration: none;
}

.register_button, .find_password_button {
    text-decoration: underline;
    text-underline-offset : 4px;
    text-decoration-color: #494340;
}

.register_button span:hover, .find_password_button span:hover {
    font-weight: bold;
    cursor: pointer;
}

.reset_icon {
    color: #4fb26d;
    font-size: 20px;
    margin-right: 5px;
    margin-top: 5px;
}

.webix_toolbar .webix_el_label .webix_el_box,
.webix_inp_label {
    color: #333333;
}

.webix_el_text input {
    border-color: #1c151536 !important;
    border-radius: 5px;
}

.webix_el_text input:focus {
    border-color: #0ebb8d !important;
}


.cancel_button button{
    border-radius: 5px;
    border: 1px solid #838383;

    background: #FFF !important;

    color: #838383 !important;

    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.reset_password_button button{
    border-radius: 5px;
    border: 1px solid #48AA66;
    
    background: #48AA66 !important;

    color: #FFF !important;

    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}