﻿@font-face {
    font-family: 'Inter-Light';
    src: url('../fonts/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'Inter-Light';
}

.image-Logo {
    width: 80px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.image-Logo-register {
    width: 110px;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (max-width: 992px) {

    .welcome-pic-1 {
        width: 250px
    }

    .welcome-pic-2 {
        width: 180px
    }

    .welcome-pic-3 {
        width: 190px;
    }

    .activateCard-pic {
        width: 170px;
    }

    .image-background {
        display: none !important;
    }

    .button-login {
        width: 60% !important;
        border-radius: 1rem;
    }

    .set-height-card {
        /*min-height: 800px;*/
        /* padding: 1.5em .5em .5em !important;*/
        border-radius: 0.85em !important;
        text-align: center !important;
        box-shadow: 0 5px 10px rgba(0,0,0,.2) !important;
        background-color: #ffffff !important;
        opacity: .95;
        top: 15px;
    }


    .carousel-indicators {
        bottom: -150px !important;
    }

    .container {
        width: 100% !important;
    }

    .container-login {
        width: 300px !important;
    }

    .image-card {
        width: 180px;
    }

    .container-signup {
        width: 300px;
        display: inline-block;
    }

    .button-default {
        border-radius: 2rem !important;
        max-width: 220px !important;
        background-color: #3974E8 !important;
        color: white;
        font-weight: bold;
        font-size: 16px;
    }

    .setLangRight {
        margin-bottom: 10px !important;
    }

    .setLangCenter {
        text-align: -webkit-center;
    }

    .container-Login {
        width: 280px;
        display: contents !important;
    }

    .password_required {
        text-align: start !important;
        margin-left: 50px;
    }

    .Form_Center {
        display: revert;
        font-family: 'Inter-Light';
    }

    .Form_Terms_Condition {
        width: 250px;
        height: 220px;
        overflow-y: scroll;
        margin-left: 20px;
    }

    .imagePathInfo {
        width: 200px;
    }
}

@media (min-width: 993px) {
    .welcome-pic-1 {
        width: 280px
    }

    .welcome-pic-2 {
        width: 180px
    }

    .welcome-pic-3 {
        width: 190px;
    }

    .activateCard-pic {
        width: 180px;
    }

    .button-login {
        width: 50% !important;
        border-radius: 1rem;
    }

    .set-height-card {
        /*min-height: 800px;*/
        /* padding: 1.5em .5em .5em !important;*/
        border-radius: 1.25em !important;
        text-align: center !important;
        box-shadow: 0 5px 10px rgba(0,0,0,.2) !important;
        background-color: #ffffff !important;
        top: 90px;
    }

    .carousel-indicators {
        bottom: -150px !important;
    }

    .container {
        width: 100% !important;
    }

    .container-login {
        width: 400px !important;
    }

    .image-card {
        width: 280px;
    }

    .container-signup {
        width: 725px;
        display: inline-block;
    }

    .button-default {
        border-radius: 2rem !important;
        max-width: 220px !important;
        background-color: #3974E8 !important;
        color: white;
        font-weight: bold;
        font-size: 16px;
    }

    .wrapper {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }

    .container {
       
        width: 300px;
    }

    input[type="checkbox"]::after {
        font-size: 22px;
    }

    .setLangRight {
        text-align: -webkit-right !important;
    }

    .container-Login {
        width: 300px;
        display: contents !important;

    }

    .password_required {
        width: 400px;
        text-align: start !important;
        margin-left: 140px;
    }

    .Form_Center {
        display: revert;
        font-family: 'Inter-Light';
    }

    .Form_Terms_Condition {
        width: 750px;
        height: 150px;
        overflow-y: scroll;
        /* margin-left: 80px;*/
    }

    .imagePathInfo {
        width: 300px;
    }
}



.button-back {
    color: #3974E8;
    width: 30%;
    font-size: 16px;
}

.text-header {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.3px;
    color: #0F0F0F;
}

.text-default {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.3px;
    color: #0F0F0F;
}

.padding-setpage-100px {
    height: 100px !important;
}

.aligncenter {
    width: 100%;
    text-align: center;
}

.border-main {
    margin-top: 200px;
}

.button-default:hover {
    color: #FFFFFF;
}

.button-default:focus {
    outline: none !important;
}

.text-custom {
    font-family: 'Inter','Sarabun';
}

.select2-results__options {
    -webkit-column-count: inherit !important;
}

.select2-selection {
    height: 38px !important;
}

.select2-container {
    width: auto !important;
}
/*@media (max-width: 767px) {
    .bt-group {
        padding-right: 1px;
        padding-left: 1px;
    }
}*/

/*@media (max-width: 767px) {
    .bt-group {
        padding-right: 1px;
        padding-left: 1px;
    }
}

@media (max-width: 768px) {
    .bt-group {
        padding-right: 6px;
        padding-left: 6px;
    }
}

@media (min-width: 769px) {
    .bt-group {
        padding-right: 22px;
        padding-left: 22px;
    }
}*/
