﻿body {
    background-color: #f4f6f8;
    margin: 0;
    text-align: center;
    font-family: 'Nanum';
}

.bg {
    padding-top: 100px;
}

.titleImg {
    width: 654px;
    height: 218px;
    content: url("/img/studio/img-title-login-web.png");
    position: absolute;
    margin-left: -58px;
    cursor: pointer;
}

.sginBoard {
    display: inline-block;
    width: 446px;
    height: 366px;
    padding: 158px 42px 37px 46px;
    box-shadow: 4px 5px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-top: 80px;
}

.items {
    padding-top: 0px;
}

.inputText {
    width: 402px;
    height: 46px;
    margin: 0 0 14px;
    padding: 11px 11px 11px 20px;
    object-fit: contain;
    border: solid 2px #d8d8d8;
    font-size: 19px;
    line-height: 1.42;
}

.fa {
    position: absolute;
    margin-left: -70px;
    margin-top: 10px;
    color: gray;
}

.fa-eye-slash {
    content: url("/img/SsoSignin/btn_password_view_d_web.png");
}

.fa-eye {
    content: url("/img/SsoSignin/btn_password_view_p_web.png");
}

.validateText {
    font-size: 14px;
    font-family: 'NanumSquareB';
    color: #ff7b7b;
    float: left;
    margin-left: 20px;
    padding-top: 4px;
    display: none;
}

.btnSignin {
    width: 448px;
    height: 70px;
    object-fit: contain;
    border-radius: 70px;
    background-color: #00aeef;
    text-align: center;
    margin-top: 52px;
    cursor: pointer;
}

.btnText {
    padding-top: 22px;
    color: #ffffff;
    font-size: 21px;
    font-family: 'NanumSquareR';
}

.tooltip {
    height: 17px;
    font-size: 15px;
    line-height: 3;
    text-align: center;
    color: #8d8d8d;
    padding-top: 27px;
    font-family: 'NanumSquareR';
}