.login {
    width: 100%;
    height: 100%;
    color: #fff;
    background: url("../images/bg-login.jpg") 100% 50% no-repeat;
    background-size: cover;
    position: relative;
}
.login::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(4, 30, 66, 0.7);
    position: absolute;
    left: 0;
    top: 0;
}
.login .login-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-left: 165px;
}
.login h1 {
    margin-bottom: 70px;
}
.login .txt {
    font-size: 90px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 60px;
}
.login .login-input {
    display: flex;
    margin-bottom: 30px;
}
.login .login-input .col-12 {
    margin-bottom: 15px;
}
.login .login-input input::-webkit-input-placeholder {
    color: #fff;
}
.login .login-input input:-ms-input-placeholder {
    color: #fff;
}
.login .login-input input::placeholder {
    color: #fff;
}
.login .login-input .form-control {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    border-image: none;
    width: 300px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 0.03em;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
}
.login .btn {
    padding: 16px 80px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0 0 0.5em 0;
}
.login .copyright {
    text-align: center;
    color: #999999;
    font-size: 12px;
    margin-top: 30px;
}
.login .save {
    color: #fff;
    margin-top: 25px;
}
.login .save .custom-control-label::before {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 0;
    top: 0.15rem;
}
.login .save .custom-control-label::after {
    top: 0.15rem;
}
.login .find {
    margin-top: 100px;
}
.login .find span {
    color: #ddd;
}
.login .find a {
    color: #fff;
    font-size: 14px;
}

.app-main .app-main__inner {
    padding: 45px 30px;
}

/* .card-header{flex-direction: column;}
.title{margin-bottom: 5px;font-size: 16px;}
.tab-area{display: flex;flex: 1;} */
.card-footer{flex-direction: row-reverse;}
.option{
    width: 100px;
    position: relative;
    cursor: pointer;
}
.option:hover{
    background-color: rgba(231,231,231,0.5);
}
.option > div:first-child{
    margin-top: 5px;
    font-size: 15px;
}
.option.selected::before{
    content: "";
    border-top: 3px solid #0d1b3e;
    width: 100%;
    position: absolute;
}