body{
    min-width: 1024px;
    overflow: auto !important;
}

#logoImage {
    height: 80px;
}

.btn-navy {
  background-color: #294f75;
  border-color: #25476a !important;
  color: #fff;
}

.btn-navy:hover {
  background-color: #1c3550 !important;
  border-color: #1c3550 !important;
  color: #fff !important;
}

.fe-user:before {
    content: "\e9ef" !important;
    background: unset !important;
}

.d-none {
    display: none !important;
}

.register-2 {
  background-image: url(../../images/login-bg-03.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}

.register-2:before {
    display: none;
}

.login-area .left-area{
    width: 60%;
    height: 100vh;
    padding: 54px 0 0 54px;
}

.login-area .left-area .border-bottom{
    position: relative;
    border-bottom: unset !important;
    text-shadow: 0px 1px 10px #3e5712;
}

.login-area .left-area .border-bottom:after{
    content: '';
    position: absolute;
    width: 577px;
    height: 1px;
    bottom: 10px;
    left: 13px;
    background: #fff;
}

.login-area .right-area{
    width: 40%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
}

.login-area .right-area .card{
    height: 100%;
    border-radius: unset;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.login-area .right-area .card-body{
    width: 360px;
    padding: 0;
    flex-shrink: 0;
    flex-grow: 0;
}

.input-group{
    height: 48px;
}

.form-control{
    border-left: none;
    border-radius: 0 5px 5px 0 !important;
}

.input-group-text.pw{
    position: absolute;
    right: 1px;
    top: 0;
    height: 48px;
    z-index: 9999;
    border-radius: 5px;
    background: transparent;
    border: none;
}

/* 자동완성 form의 배경색상 제어 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-text-fill-color: #728096;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
	-webkit-text-fill-color: #728096;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.register-2 .form-control:focus {
    border-color: #d2d6da !important;
}

/* 체크박스 */
.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    width: 20px;
    height: 20px;
}

.custom-control-label::after, .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    width: 20px;
    height: 20px;
}

.custom-control-label{
    margin-left: 6px;
}