﻿body {
    height: 100vh;
    background-color: #CFCFCF;
    background-image: url('../img/login_bg.png');
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-card {
    border-radius: 50px;
    box-shadow: 0px 10px 10px #aaa;
    padding: 45px;
}

    .login-card > img {
        max-width: 520px;
        width: -webkit-fill-available;
        margin: auto;
    }

input {
    padding: 15px;
    border-color: #232323;
}

/* 帳密文字輸入框群組 */
.input-icongroup {
    position: relative;
}

    /* 帳密文字輸入框左側內距 */
    .input-icongroup > input {
        padding-left: 45px !important;
    }

    /* 帳密文字輸入框icon */
    .input-icongroup i {
        position: absolute;
        left: 15px;
        top: 15px;
        color: #505050 !important;
        font-size: 24px;
    }

    /* 帳密文字輸入框焦點 */
    .input-icongroup > .login-input:focus + i {
        color: #000;
    }

#RememberMe {
    width: 75px;
    height: 37px;
}

.btn-login {
    background-color: #007E9B;
    border-radius: 0;
    font-size: 29px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}
