html, body {
    width: 100%;
    height: 100%;
}
 
body {
    margin: 0px;
    /*display: none;*/
    opacity: 0.0001;
    font-size: 16px;
}

.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 {
	height: 44px;
	background: #1d649b;
	border-top: 1px solid #034a81;
	border-bottom: 1px solid #034a81;
}

.card {
    position: absolute;
    top: 50%;
    left:50%;
    margin-top: -144px;
    margin-left: -230px;
    width: 460px;
    height: 328px;
    /*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 {
    padding-top: 16px;
    padding-bottom: 26px;
}

.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;
	border: none;
}

.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, .clear_client_storage_btn {
    color: white;
    background: linear-gradient(#00A0E9, #0080ba);
    width: 140px;
    font-size:14px;
    padding: 2px 6px 2px 6px;
    margin-top: 0px !important;
    cursor: pointer;
    border: none;
}

.reset_password_btn:hover, .clear_client_storage_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: 1;
}

#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;
}

/* alert-popup */

.alert-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    z-index: 2;
}

.alert-window-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000000;
    opacity: 0.3;
}

.alert-window-container {
    font-size: 14px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .5);
    border-radius: 8px;
    border: 1px solid #2378B9;
    border-left-width: 2px;
    border-right-width: 2px;
    overflow: hidden;
    background: #2378B9;
}

.alert-title {
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 23px;
    font-size: 15px;
    background: #2378B9;
    color: #ffffff;
    border-bottom: 1px solid #034A81;
    cursor: move;
}

.alert-title-icon {
    display: inline-block;
    float:left;
    font-size: 18px;
    color: #00A0E9;
}

.alert-title-text {
    float:left;
    margin-left:8px;
}

.alert-window-close-button {
    float:left;
    float: right;
    height: 100%;
    width: 32px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    border: 1px solid transparent;
}

.alert-window-close-button:hover {
    color: #efefef;
    border: 1px solid #efefef;
}

.alert-window-close-button-icon {
    font-size: 24px;
}

.alert-content {
    position: absolute;
    top: 44px;
    left: 0px;
    right: 0px;
    bottom: 44px;
    padding: 32px;
    background: #ffffff;
}

.alert-message {
    font-size: 14px;
    font-family: 'Nanum Gothic';
}

.alert-message-container {
    border: 1px solid #cccccc;
    border-radius: 4px;
    overflow: auto;
    padding: 8px;
    position: absolute;
    top: 32px;
    left: 32px;
    right: 32px;
    bottom: 32px;
}

.alert-message {
    display: inline;
    font-size: 14px;
    font-family: 'Nanum Gothic';
    vertical-align: sub;
}

.alert-buttons {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 44px;
    vertical-align: middle;
    text-align: center;
    background: #2378B9;
}

.zen-card-login {
	box-shadow: 0px 0px 10px #5689a9;
}

.zen-card-login-email {
    left: 68%;
}

/* popup */

.popup-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.popup-window-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000000;
    opacity: 0.3;
}

.popup-window-container {
    font-size: 14px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .5);
    border-radius: 8px;
    border: 1px solid #2378B9;
    border-left-width: 2px;
    border-right-width: 2px;
    overflow: hidden;
    background: #2378B9;
}

.popup-window-container-contents {
    position:absolute;
    top:44px;
    right:0px;
    bottom:0px;
    left:0px;
    padding-bottom: 1.5px;
}

.popup-window-container-contents iframe {
    /*height: calc(100% - 1px);*/
    border-radius: 6px;
}

.popup-window-title {
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 15px;
    background: #2378B9;
    color: #ffffff;
    border-bottom: 1px solid #2378B9;
    cursor: move;
}

.popup-window-title-icon {
    float: left;
    font-size: 22px;
    color: #00A0E9;
}

.popup-window-title-text {
    float:left;
    margin-left:8px;
    color: #fff;
}

.popup-window-close-button {
    float: right;
    height: 100%;
    width: fit-content;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.popup-window-close-button:hover {
    border-color: #00A0E9;
}

.popup-window-close-button-icon {
    font-size: 24px;
    color: #00A0E9;
}

.popup-window-condition {
    margin: 0px;
    border: none;
    width: 100%;
    height: 59px;
    display: grid;
    border-radius: 0px;
    background: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.popup-window-condition:hover {
    /*border: 1px solid #2378B9;*/
}

.popup-window-condition-table {
    display: table;
    white-space: nowrap;
    border-spacing: 4px;
    border: 1px solid #CCCCCC;
    background: #FAFAFA;
    padding: 0px;
    border-radius: 4px;
    margin: 8px;
}

.popup-window-condition-row {
    display: block;
}

.popup-window-condition-cell {
    display: table-cell;
    vertical-align: middle;
}

.popup-window-condition-cell-label {
    color: #444;
    float: left;
    text-align: right;
    margin-right: 8px;
    margin-left: 8px;
    line-height: 25px;
}

.popup-window-condition-cell-item {
    float: left;
    margin-right: 8px;
}

.popup-window-condition-cell-item-input {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
}

.popup-window-condition-cell-item-input:focus {
    outline: none !important;
}

.popup-window-search-button {
    position: absolute;
    right: 25px;
    top: 61px;
    margin: 0px;
    padding: 0px;
    height: 25px;
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.popup-window-content {
    position: absolute;
    top: 103px;
    left: 0px;
    right: 0px;
    bottom: 44px;
    padding: 0px 8px 8px 8px;
    background: #ffffff;
}

.popup-window-grid {
    
}

.popup-window-buttons {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 44px;
    vertical-align: middle;
    text-align: center;
    background: #2378B9;
}

.card-outer {
    margin-top: 20px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    box-shadow: 0px 0px 10px #B25151;
    background-color:#F0825E;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-outer-header {
    padding-top: 16px;
    padding-bottom: 16px;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    height: 50px;
}

.card-outer-footer {
    padding-top: 16px;
    padding-bottom: 26px;
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    height: 50px;
}

.card-outer-header h3 {
    color: white;
    margin-bottom:0px;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.card-outer-body {
    padding: 20px;
}

.request_meet_btn {
	color: white;
    background: linear-gradient(#F25800, #C33800);
    width: 140px;
    font-size:14px;
    padding: 2px 6px 2px 6px;
    margin-top: 0px !important;
    cursor: pointer;
    border: none;
}

.request_meet_btn:hover {
    color: white;
    background: linear-gradient(#C33800, #9D1E00);
}

.meet-call {
    font-size: 16pt;
    margin-right: 16px;
    margin-top: 8px;
    font-weight: bold;
}

.meet-call-icon {
    font-size: 20pt;
    margin-right: 5px;
    line-height: 1.15;
}

.frp-id-guide {
    margin-bottom: 5px;
    width: 100%;
    height: 17px;
    color: #004099;
}

.frp-id-guide-text {
	font-size: 12px;
	text-align: right;
    width: 100%;
}
