.login-background {
    background: url('/Content/img/bg-5.png') no-repeat center center / cover;
    height: 100vh;
}

    .login-background .container {
        display: flex;
        height: 100vh;
    }

    .login-background .logo {
        width: 360px;
        padding: 11px 33px 10px 16px;
        margin: auto;
    }

    .login-background .title {
        margin-bottom: 18px;
    }

    .login-background .form-label {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 35px;
        color: #5E5E5E;
    }

    .login-background .logo img {
        width: 100%;
    }

    .login-background .logo span {
        font-family: Arial;
    }

    .login-background h1 {
        color: #1855AC;
        margin: auto;
        text-align: center;
        font-family: 'Noto Sans TC';
        font-style: normal;
        font-weight: 500;
        font-size: 40px;
        line-height: 58px;
    }

    .login-background .login {
        margin: auto;
    }

.btn-main {
    font-size: 19px;
    font-weight: 500;
    line-height: 20px;
    background-color: #f6aa00;
    padding: 6px 15px;
    color: #fff;
    border: solid 2px #f6aa00;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 0px;
}

    .btn-main:hover {
        background-color: #db9804;
        color: #fff;
        border: solid 2px #db9804;
    }

.login-background form {
    background-color: rgba(255, 255, 255, 0.7);
    width: 410px;
    height: 435px;
    padding: 43px 41px;
    border-radius: 15px;
    margin: 15px;
}

.login-background .form-control {
    height: 55px;
    font-weight: 400;
}

.login-background .form-group {
    margin-bottom: 28px;
}

    .login-background .form-group label {
        line-height: 1.5;
    }

    .login-background .form-group input {
        width: 100%;
        border: none;
        padding-left: 15px;
        border-radius: 5px;
        font-weight: 500;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 50%);
        background-color: white !important;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0px 0px 4px rgba(255,255,255) inset !important;
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
    color: #4c596f;
    opacity: 1; /* Firefox */
}

.login-background :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4c596f;
}

.login-background ::-ms-input-placeholder { /* Microsoft Edge */
    color: #4c596f;
}

.login-background .form-check {
    padding-left: 20px;
    padding-right: 10px;
    /*margin:auto;*/
    display: flex;
}

    .login-background .form-check input[type="checkbox"] {
        border-radius: 0;
    }

        .login-background .form-check input[type="checkbox"]:focus {
            outline: none;
        }

.login-background .form-check-label {
    margin-bottom: 20px;
    color: #4c596f;
    font-size: 16px;
    /*font-weight: 500;*/
}

.login-background .btn-group {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.verticate {
    display: flex;
}

    .verticate img {
        height: 42px;
        padding-left: 10px;
        border-radius: 3px;
    }

.forget_pw a {
    font-size: 18px;
    color: #1168E7;
    font-weight: 700;
}
.form-rememberMe{
    display:flex;
    align-items:center;
    margin-bottom:28px;
}

.form-rememberMe input {
    width: 18px;
    height: 18px;
    margin: 0 12px 0 0;
}
.form-rememberMe label {
    margin: 0;
    font-size: 18px;
}
.login button {
    width: 328px;
    height: 58px;
    left: 796px;
    top: 727px;
    background: #2265C6;
    border: solid 2px #2265C6;
    border-radius: 5px;
    color:white;
    font-size:24px;
}
.register p {
    font-size: 22px;
    font-weight: 600;
    color: #646464;
}
.register a {
    margin-right: 5px;
    color: #1168E7;
}
@media (max-width: 1900px) {
    /*.login-background .login{
       margin-left: 0;
    }*/
}

@media (max-width: 992px) {
    .login-background .container {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .login-background .login {
        left: 57%;
    }
}

@media (max-width: 576px) {
    .login button{
        width:236px;
    }
    .login-background form {
        width: 317px;
    }
    .register p {
        font-size: 22px
    }
    .login-background .login {
        position: relative;
        left: 0;
    }
}

@media (max-width: 320px) {
    .login-background .logo img {
        width: 150px;
    }

    .login-background h1 {
        font-size: 30px;
    }

    .login-background .logo span {
        font-size: 33px;
    }

    .login-background form {
        margin-top: 15px;
    }

        .login-background form h2 {
            margin-top: 1em;
        }

    .login-background .btn-group {
        padding-left: 25px;
        padding-right: 25px;
    }

    .login-background .form-check {
        padding-left: 25px;
    }

    
}
