﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');
@font-face {
    font-family: "DBHeavent";
    src: url(/font/DB_Heavent_v3.2.ttf);
}
.container {
    max-width: 1110px;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.text-danger {
    font-family: "DBHeavent";
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
}

@media only screen and (min-width: 1200px) {
/*    .login {
        flex-direction: column;
        background: url('../img/bg_login.svg');
        height: 1024px;  
        background-repeat: repeat;  
        background-size: cover;  
    }*/

    .header-logo .img {
        margin-top: 88px;
        flex-direction: column;
        position: absolute;
        width: 122px;
        height: 88.16px;
        left: 659px;
        top: 88px;
    }

    .header-logo {
        flex-direction: column;
        margin-top: 88px;
        text-align: center;
    }

    .card-body {
        display: block;
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        margin-top: 27px;
        height: 670px;
        width: 380px;
        background: #FFFFFF;
        box-shadow: 80px 120px 504px rgba(0, 0, 0, 0.16);
        border-radius: 40px;
    }

    .card-body .h3 {
        flex-direction: column;
        margin-top: 20px;
        text-align: center;
        font-family: Kanit;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 20px;
        text-align: center;
        color: #000000;
    }

    .card-body h4 {
        flex-direction: column;
        top: 27.93%;
        font-family: Kanit;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #8F92A1;
    }


    .input-container i {
        flex-direction: column;
        width: 19px;
        position: absolute;
        margin-top: 15px;
        margin-left: 35px;
        display: flex;
    }


    .input-container {
        flex-direction: column;
        margin-top: 2rem;
        width: 100%;
        margin-bottom: 10px;
    }

    .icon {
        flex-direction: column;
        padding: 10px;
        min-width: 40px;
    }

    .input-field {
        flex-direction: column;
        background: #FFFFFF;
        border: 1px solid #DEE2E4;
        box-sizing: border-box;
        border-radius: 8px;
        width: 300px;
        height: 44px;
        padding: 10px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        font-family: Kanit;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        outline: none;
    }

    * {
        box-sizing: border-box;
    }

    .input-field:focus {
        border: 2px solid dodgerblue;
    }

    .card-body .btn-login .lgn {
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
        border: none;
        background: #005EA7;
        border-radius: 12px;
        width: 300px;
        height: 44px;
        text-align: center;
        margin: 2rem auto;
        font-family: Kanit;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.2px;
        color: #FFFFFF;
    }

    .card-body .btn-login .lgn:focus {
        background-color: rgb(219, 233, 241);
    }

    .card-body .btn-azure .ad {
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
        border: none;
        background: #99CF16;
        border-radius: 12px;
        width: 300px;
        height: 44px;
        text-align: center;
        margin: 2rem auto;
        font-family: Kanit;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        padding-top:13px;
        text-align: center;
        text-transform: capitalize;
        color: #005EA7;
    }

    .card-body .btn-azure .ad:focus {
        background-color: rgb(219, 233, 241);
    }

    .footer-bottom {
        display: flex;
        justify-content: space-between;
        height: 350px;
        align-items: center;
    }

    .footer-bottom h2 {
        left: 54.58%;
        right: 39.1%;
        top: calc(50% - 20px/2 + 261px);
        font-family: Kanit;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        text-transform: capitalize;
        color: #005EA7;
    }

    .footer-bottom img {
        width: 23px;
        height: 23PX;
    }
}


/* Large devicergb(79, 86, 92)ops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
/*    .login {
        flex-direction: column;
        background: url('../img/bg_login.svg');
        height: 1024px; 

        background-repeat: repeat; 
        background-size: cover; 
    }
*/
    .header-logo .img {
        flex-direction: column;
        position: absolute;
        width: 122px;
        height: 88.16px;
        left: 659px;
        top: 88px;
    }

    .header-logo {
        flex-direction: column;
        margin-top: 88px;
        text-align: center;
    }

    .card-body {
        display: block;
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        margin-top: 27px;
        height: 670px;
        width: 380px;
        background: #FFFFFF;
        box-shadow: 80px 120px 504px rgba(0, 0, 0, 0.16);
        border-radius: 40px;
    }

    .card-body h3 {
        flex-direction: column;
        margin-top: 20px;
        text-align: center;
        font-family: DM Sans;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.4px;
        color: #171717;
    }

    .card-body h4 {
        flex-direction: column;
        top: 27.93%;
        font-family: Kanit;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #8F92A1;
    }

    .input-container i {
        flex-direction: column;
        width: 19px;
        position: absolute;
        margin-top: 15px;
        margin-left: 35px;
        display: flex;
    }

    .input-container {
        flex-direction: column;
        margin-top: 2rem;
        width: 100%;
        margin-bottom: 10px;
    }

    .icon {
        flex-direction: column;
        padding: 10px;
        min-width: 40px;
    }

    .input-field {
        flex-direction: column;
        background: #FFFFFF;
        border: 1px solid #DEE2E4;
        box-sizing: border-box;
        border-radius: 8px;
        width: 300px;
        height: 44px;
        padding: 10px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        font-family: Kanit;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        outline: none;
    }

    * {
        box-sizing: border-box;
    }

    .input-field:focus {
        border: 2px solid dodgerblue;
    }

    .card-body .btn-login .lgn {
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
        border: none;
        background: #005EA7;
        border-radius: 12px;
        width: 300px;
        height: 44px;
        text-align: center;
        margin: 2rem auto;
        font-family: Kanit;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.2px;
        color: #FFFFFF;
    }

    .card-body .btn-login .lgn:focus {
        background-color: rgb(219, 233, 241);
    }

    .card-body .btn-azure .ad {
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
        border: none;
        background: #99CF16;
        border-radius: 12px;
        width: 300px;
        height: 44px;
        text-align: center;
        margin: 2rem auto;
        font-family: Kanit;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        padding-top: 13px;
        text-align: center;
        text-transform: capitalize;
        color: #005EA7;
    }

    .card-body .btn-azure .ad:focus {
        background-color: rgb(219, 233, 241);
    }

    .footer-bottom {
        display: flex;
        justify-content: space-between;
        height: 135px;
        align-items: center;
    }

    .footer-bottom h2 {
        left: 54.58%;
        right: 39.1%;
        top: calc(50% - 20px/2 + 261px);
        font-family: Kanit;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        text-transform: capitalize;
        color: #005EA7;
    }

    .footer-bottom img {
        width: 23px;
        height: 23PX;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /*.login {
        flex-direction: column;
        background: url('../img/bg_login.svg');
        height: 1024px;*/ /* You must set a specified height */

        /*background-repeat: repeat;*/ /* Do not repeat the image */
        /*background-size: cover;*/ /* Resize the background image to cover the entire container */
    /*}*/

    .header-logo .img {
        flex-direction: column;
        position: absolute;
        width: 122px;
        height: 88.16px;
        left: 659px;
        top: 88px;
    }

    .header-logo {
        flex-direction: column;
        margin-top: 88px;
        text-align: center;
    }

    .card-body {
        display: block;
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        margin-top: 27px;
        height: 670px;
        width: 380px;
        background: #FFFFFF;
        box-shadow: 80px 120px 504px rgba(0, 0, 0, 0.16);
        border-radius: 40px;
    }

    .card-body h3 {
        flex-direction: column;
        margin-top: 20px;
        text-align: center;
        font-family: DM Sans;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.4px;
        color: #171717;
    }

    .card-body h4 {
        flex-direction: column;
        top: 27.93%;
        font-family: Kanit;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #8F92A1;
    }

    .input-container i {
        flex-direction: column;
        width: 19px;
        position: absolute;
        margin-top: 15px;
        margin-left: 35px;
        display: flex;
    }

    .input-container {
        flex-direction: column;
        margin-top: 2rem;
        width: 100%;
        margin-bottom: 10px;
    }

    .icon {
        flex-direction: column;
        padding: 10px;
        min-width: 40px;
    }

    .input-field {
        flex-direction: column;
        background: #FFFFFF;
        border: 1px solid #DEE2E4;
        box-sizing: border-box;
        border-radius: 8px;
        width: 300px;
        height: 44px;
        padding: 10px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        font-family: Kanit;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        outline: none;
    }

    * {
        box-sizing: border-box;
    }

    .input-field:focus {
        border: 2px solid dodgerblue;
    }


    .card-body .btn-login .lgn {
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
        border: none;
        background: #005EA7;
        border-radius: 12px;
        width: 300px;
        height: 44px;
        text-align: center;
        margin: 2rem auto;
        font-family: Kanit;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.2px;
        color: #FFFFFF;
    }

    .card-body .btn-login .lgn:focus {
        background-color: rgb(219, 233, 241);
    }

    .card-body .btn-azure .ad {
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
        border: none;
        background: #99CF16;
        border-radius: 12px;
        width: 300px;
        height: 44px;
        text-align: center;
        margin: 2rem auto;
        font-family: Kanit;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        padding-top: 13px;
        text-align: center;
        text-transform: capitalize;
        color: #005EA7;
    }

    .card-body .btn-azure .ad:focus {
        background-color: rgb(219, 233, 241);
    }

    .footer-bottom {
        display: flex;
        justify-content: space-between;
        height: 135px;
        align-items: center;
    }
        
    .footer-bottom h2 {
        left: 54.58%;
        right: 39.1%;
        top: calc(50% - 20px/2 + 261px);
        font-family: Kanit;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        text-transform: capitalize;
        color: #005EA7;
    }

    .footer-bottom img {
        width: 23px;
        height: 23PX;
    }
}

/* Extra small devices (phones, less than 600px wide) */
@media only screen and (min-width: 600px) {
    /*.login {
        flex-direction: column;
        background: url('../img/bg_login.svg');
        height: 1024px;*/ /* You must set a specified height */
    /*background-repeat: repeat;*/ /* Do not repeat the image */
    /*background-size: cover;*/ /* Resize the background image to cover the entire container */
    /*}*/

    .header-logo .img {
        flex-direction: column;
        position: absolute;
        max-width: 122px;
        max-height: 88.16px;
        left: 659px;
        top: 88px;
    }

    .header-logo {
        flex-direction: column;
        margin-top: 88px;
        text-align: center;
    }

    .card-body {
        display: block;
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        margin-top: 27px;
        height: 670px;
        max-width: 380px;
        background: #FFFFFF;
        box-shadow: 80px 120px 504px rgba(0, 0, 0, 0.16);
        border-radius: 40px;
    }

        .card-body h3 {
            flex-direction: column;
            margin-top: 20px;
            text-align: center;
            font-family: DM Sans;
            font-style: normal;
            font-weight: bold;
            font-size: 22px;
            line-height: 30px;
            letter-spacing: -0.4px;
            color: #171717;
        }

        .card-body h4 {
            flex-direction: column;
            top: 27.93%;
            font-family: Kanit;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            text-align: center;
            color: #8F92A1;
        }

    .input-container i {
        flex-direction: column;
        width: 19px;
        position: absolute;
        margin-top: 15px;
        margin-left: 10px;
        display: flex;
    }

    .input-container {
        flex-direction: column;
        margin-top: 2rem;
        width: 100%;
        margin-bottom: 10px;
    }

    .icon {
        flex-direction: column;
        padding: 10px;
        min-width: 40px;
    }

    .input-field {
        flex-direction: column;
        background: #FFFFFF;
        border: 1px solid #DEE2E4;
        box-sizing: border-box;
        border-radius: 8px;
        width: 100%;
        height: 44px;
        padding: 10px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        font-family: Kanit;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        outline: none;
    }

    * {
        box-sizing: border-box;
    }

    .input-field:focus {
        border: 2px solid dodgerblue;
    }

    .card-body .btn-login .lgn {
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
        border: none;
        background: #005EA7;
        border-radius: 12px;
        width: 100%;
        height: 44px;
        text-align: center;
        margin: 2rem auto;
        font-family: Kanit;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.2px;
        color: #FFFFFF;
    }

        .card-body .btn-login .lgn:focus {
            background-color: rgb(219, 233, 241);
        }

    .card-body .btn-azure .ad {
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
        border: none;
        background: #99CF16;
        border-radius: 12px;
        width: 100%;
        height: 44px;
        text-align: center;
        margin: 2rem auto;
        font-family: Kanit;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        padding-top: 13px;
        text-align: center;
        text-transform: capitalize;
        color: #005EA7;
    }

        .card-body .btn-azure .ad:focus {
            background-color: rgb(219, 233, 241);
        }

    .footer-bottom {
        display: flex;
        justify-content: space-between;
        height: 135px;
        align-items: center;
    }

        .footer-bottom h2 {
            left: 54.58%;
            right: 39.1%;
            top: calc(50% - 20px/2 + 261px);
            font-family: Kanit;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            text-transform: capitalize;
            color: #005EA7;
        }

        .footer-bottom img {
            width: 23px;
            height: 23PX;
        }
}


/* Extra small devices (phones, less than 600px wide) */
@media only screen and (max-width: 600px) {
    /*.login {
        flex-direction: column;
        background: url('../img/bg_login.svg');
        height: 1024px;*/ /* You must set a specified height */
        /*background-repeat: repeat;*/ /* Do not repeat the image */
        /*background-size: cover;*/ /* Resize the background image to cover the entire container */
    /*}*/

    .header-logo .img {
        flex-direction: column;
        position: absolute;
        max-width: 122px;
        max-height: 88.16px;
        left: 659px;
        top: 88px;
    }

    .header-logo {
        flex-direction: column;
        margin-top: 88px;
        text-align: center;
    }

    .card-body {
        display: block;
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        margin-top: 27px;
        height: 670px;
        max-width: 380px;
        background: #FFFFFF;
        box-shadow: 80px 120px 504px rgba(0, 0, 0, 0.16);
        border-radius: 40px;
    }

    .card-body h3 {
        flex-direction: column;
        margin-top: 20px;
        text-align: center;
        font-family: DM Sans;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.4px;
        color: #171717;
    }

    .card-body h4 {
        flex-direction: column;
        top: 27.93%;
        font-family: Kanit;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #8F92A1;
    }

    .input-container i {
        flex-direction: column;
        width: 19px;
        position: absolute;
        margin-top: 15px;
        margin-left: 10px;
        display: flex;
    }

    .input-container {
        flex-direction: column;
        margin-top: 2rem;
        width: 100%;
        margin-bottom: 10px;
    }

    .icon {
        flex-direction: column;
        padding: 10px;
        min-width: 40px;
    }

    .input-field {
        flex-direction: column;
        background: #FFFFFF;
        border: 1px solid #DEE2E4;
        box-sizing: border-box;
        border-radius: 8px;
        width: 100%;
        height: 44px;
        padding: 10px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        font-family: Kanit;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        outline: none;
    }

    * {
        box-sizing: border-box;
    }

    .input-field:focus {
        border: 2px solid dodgerblue;
    }

    .card-body .btn-login .lgn {
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
        border: none;
        background: #005EA7;
        border-radius: 12px;
        width: 100%;
        height: 44px;
        text-align: center;
        margin: 2rem auto;
        font-family: Kanit;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.2px;
        color: #FFFFFF;
    }

    .card-body .btn-login .lgn:focus {
        background-color: rgb(219, 233, 241);
    }

    .card-body .btn-azure .ad {
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
        border: none;
        background: #99CF16;
        border-radius: 12px;
        width: 100%;
        height: 44px;
        text-align: center;
        margin: 2rem auto;
        font-family: Kanit;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        padding-top: 13px;
        text-align: center;
        text-transform: capitalize;
        color: #005EA7;
    }

    .card-body .btn-azure .ad:focus {
        background-color: rgb(219, 233, 241);
    }

    .footer-bottom {
        display: flex;
        justify-content: space-between;
        height: 135px;
        align-items: center;
    }

    .footer-bottom h2 {
        left: 54.58%;
        right: 39.1%;
        top: calc(50% - 20px/2 + 261px);
        font-family: Kanit;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        text-transform: capitalize;
        color: #005EA7;
    }

    .footer-bottom img {
        width: 23px;
        height: 23PX;
    }
}
