@import url("/css/jquery-ui.min.css");

html, body {
    width: 100%;
    height: 100%;
}
 
body {
    margin: 0px;
    display: none;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 58px; /* Vertically center the text there */
  background-color: #F3F3F3;
  border-top: solid 1px #E3E3E3;
}

.container {
    height: 100%;
    align-content: center;
    flex: 1 0 auto;
}

.login-top {
    position: absolute;
    width: 100%;
    height: 42.4px;
    top: 0px;
    background: #1d649b;
    border-top: 1px solid #034a81;
    border-bottom: 1px solid #034a81;
    z-index: 10;
}

.card {
    position: absolute;
    top: 50%;
    left:50%;
    margin-top: -164px;
    margin-left: -230px;
    width: 460px;
    height: 220px;
    /*background-color: rgba(0, 0, 0, 0.5) !important;*/
    background-color:#63BAE7;
    background-image: url(/images/FRP000010/login_card_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.card-header {
    padding-top: 16px;
    padding-bottom: 16px;
}

.card-footer {
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

.social_icon span:hover {
    color: white;
    cursor: pointer;
}

.card-header h3 {
    color: white;
    margin-bottom:0px;
    font-weight: bold;
    font-size: 18px;
}

.card-body {
    padding: 20px;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #00A0E9;
    color: white;
    border: 0 !important;
    padding-left: 18px;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 44px;
    margin-right: 12px;
    font-size: 14px;
}

.login_btn {
    color: white;
    background: linear-gradient(#00A0E9, #0080ba);
    width: 100px;
    font-size:16px;
}

.login_btn:hover {
    color: white;
    background: linear-gradient(#0080ba, #006694);
}

.links {
    color: white;
}

.links a {
    margin-left: 4px;
}

.form-control::placeholder { color: #afafaf;} /* Chrome, Firefox, Opera*/
:-ms-input-placeholder.form-control { color: #afafaf; }  /* Internet Explorer*/
.form-control::-ms-input-placeholder { color: #afafaf; }  /* Microsoft Edge*/

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 44px;
    margin-right: 12px;
    font-size: 14px;
}

.reset_password_btn {
    color: white;
    background: linear-gradient(#00A0E9, #0080ba);
    width: 240px;
    font-size:14px;
    padding: 6px 12px 6px 12px;
    margin-top: 0px !important;
    cursor: pointer;
}

.reset_password_btn:hover {
    color: white;
    background: linear-gradient(#0080ba, #006694);
}

#lottieContainer {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.1;
    z-index: 10;
}

#lottie {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 128px;
    height: 128px;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
    margin: auto;
    display: none;
    z-index: 10;
}

#sendResetPasswordEMail, #cancelButton {
    color: white;
    background: linear-gradient(#00A0E9, #0080ba);
    width: fit-content;
    height:27px;
    font-size:14px;
    padding: 2px 16px 2px 16px !important;
    margin-top: 0px !important;
    cursor: pointer;
    border: none;
}

#sendResetPasswordEMail:hover, #cancelButton:hover {
    color: white;
    background: linear-gradient(#0080ba, #006694);
}


.ui-datepicker-trigger {
    margin-bottom: 2px;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.frp-login-form-table {
    width: calc(100% - 20px);
}

.frp-login-form-top-point {
    height: 65px;
    border-color: #000000;
}

.zen-table {
    border-radius : 4px;
    border-style : hidden;
    box-shadow : 0 0 0 1px #CCCCCC;
    width: 100%;
}


.zen-table-th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 4px;
    font-size: 16px;
    background-color:#f1f1f1;
}

.zen-table-td {
    border: 1px solid #dddddd;
    height: 30px;
    padding: 4px;
    font-size: 16px;
}

.zen-table-td input {
    font-family: 'Nanum Gothic';
    width:100%;
    color: #444;
    border: 1px solid #a9a9a9;
    border-radius:4px;
    padding-left: 8px;
    padding-right: 8px;
    height: 25px;
    vertical-align: middle;
    padding-top: 0px;
    font-size: 16px;
}

.zen-table-td input:disabled {
    color: #444;
    border: 1px solid #e1e1e1;
    padding-left: 8px;
    padding-right: 8px;
    height: 25px;
    vertical-align: middle;
    background: #FAFAFA;
}

.zen-table-td input:focus {
    outline: none !important;
    background: rgb(243, 250, 254);
    border: 1px solid rgb(35, 120, 185);
}

.zen-table-td input::placeholder {
    color: #b9b9b9;
}

.zen-table-td select {
    font-family: 'Nanum Gothic';
    height: 28px;
    border-radius:4px;
    border: 1px solid #a9a9a9;
}

.zen-table-td select:focus {
    outline: none !important;
    background: rgb(243, 250, 254);
    border: 1px solid rgb(35, 120, 185);
}

.zen-table-td input[type="radio"] {
    margin-left:10px;
    width: 15px;
    height: 15px;
    border: 1px solid #a9a9a9;
}

.zen-table-td textarea {
    font-family: 'Nanum Gothic';
    height: 95px;
    border-radius:4px;
    padding-top: 5px;
    border: 1px solid #a9a9a9;
}

.zen-table-td textarea:focus {
    outline: none !important;
    background: rgb(243, 250, 254);
    border: 1px solid rgb(35, 120, 185);
}

.zen-table-td textarea::placeholder {
    color: #b9b9b9;
}

.zen-condition-btn-search {
    cursor: pointer;
    border: 1px solid #b9b9b9;
}

.ui-datepicker-trigger {
    border: 1px solid #b9b9b9;
}

.ui-datepicker-header {
    margin-bottom: 0;
    background: #2378B9;
    color: #fff;
}

.ui-datepicker-title {
    margin: 0px 36.8px;
}

.title-cover {
    width:100%;
    margin-top: 44px;
}
.title{width: 100%; height: 157px; padding: 30px 30px 0 25px; box-sizing: border-box; background: #3ab2fd url('/images/privacy_logo.png') calc(100% - 22px) 20px no-repeat; background-size: auto 20px; }
.title h2{font-family: 'Pretendard-Bold'; font-size: 43px; letter-spacing: -0.86px; color: #fff; margin-bottom: .5rem; font-weight: 500; line-height: 1.2; margin-top:0px;}
.title p{color: #fff; letter-spacing: -0.38px; margin-top: 12px;}

.tool-btn {
    color: white;
    background: linear-gradient(#00A0E9, #0080ba);
    width: 100px;
    cursor: pointer;
    outline: none !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.tool-btn:hover {
    color: white;
    background: linear-gradient(#0080ba, #006694);
}

.zen-logo {
    position:absolute; top:7px !important; left:16px; height:30px; cursor: pointer;
}

.title-size2 {
	font-size: 17px;
	margin-bottom: 10px;
}

.request-confirm {
    width: 100%;
    height: 25px;
    text-align: center;
    padding-top: 25px;
}

.request-confirm-btn {
    width: 250px;
    height: 70px;
    font-size: 20px;
    margin-left: 5px;
}

.request-close-btn {
    width: 250px;
    height: 70px;
    font-size: 20px;
    margin-right: 5px;
}
