﻿:root {
    --color-green: #063720;
    --color-green-light: #00562d;
    --color-yellow: #f9d780;
    --color-primary: #5e0808;
    --color-primary-hover: #a30303;
    --color-primary-yellow: #9f712d;
}

body {
    font-family: 'Futura', sans-serif;
    background-color: #e4e7ec;
}

a {
    text-decoration: none !important;
}

.login-form-left {
    border-right: solid 1px lightgray;
}

.btn-submit {
    background-color: #5e0808;
    color: white;
    padding: 0.6em 3em;
}

    .btn-submit:hover {
        color: white;
        background-color: #a30303;
    }

.btn-signup {
    background-color: #858184;
    color: white;
    padding: 0.6em 3em;
}

    .btn-signup:hover {
        background-color: #5a585a;
        color: white;
        padding: 0.6em 3em;
    }

.form-control {
    height: 45px;
}

.form-check-input {
/*    margin-top: 1em !important;*/
    margin-left: -2.5em !important;
}

.other-login {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ccc;
    width: 50%;
    margin: auto;
}

    .other-login span {
        font-size: 1em;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0px 10px;
        background-color: #f8f9fa;
    }

input, .btn-social {
    width: 100%;
    padding: 1em;
    border: none;
    border-radius: 0.2em;
    margin: 1em 0;
    display: inline-block;
    font-size: 0.5em;
    line-height: 1.2em;
    text-decoration: none;
}

.btn-social {
    text-align: center;
}

.fb {
    background-color: #3B5998;
    color: white;
}

    .fb:hover {
        background-color: #0663af !important;
    }

.google {
    background-color: #dd4b39;
    color: white;
}

    .google:hover {
        background-color: #cf3e2d !important;
    }

.fb:hover {
    background-color: #3490dc;
}

input:hover, .btn-social:hover {
    opacity: 1;
    color: black;
}

a:hover {
    text-decoration: none;
}

.text-right {
    text-align: right;
}

.text-primary-red {
    color: #5e0808;
}

.last-form-group {
    margin-bottom: 0.5em !important;
}

.text-desc {
    font-size: 0.8em;
    color: #063720;
}

    .text-desc:hover {
        font-size: 0.8em;
        color: #063720;
        font-weight: bold;
    }

.btn:hover {
    color: white;
}

.language-link {
    color: var(--color-primary) !important;
    text-decoration: none;
}

    .language-link:hover {
        color: var(--color-primary-hover);
        text-decoration: none;
    }

.banner-tc-pc {
    display: block;
    margin: auto;
}

.banner-tc-mobile {
    display: none;
}

.banner-th-pc {
    display: block;
    margin: auto;
}

.banner-th-mobile {
    display: none;
}

@media (max-width: 768px) {
    .login-form-left {
        border: none;
    }

    .banner-tc-pc {
        display: none;
        
    }

    .banner-tc-mobile {
        display: block;
        margin: auto;
    }

    .banner-th-pc {
        display: none;
    }

    .banner-th-mobile {
        display: block;
        margin: auto;
    }
}


@media (max-width: 576px) {
    .login-form-left {
        border: none;
    }

    .banner-tc-pc {
        display: none;
    }

    .banner-tc-mobile {
        display: block;
        margin: auto;
    }

    .banner-th-pc {
        display: none;
    }

    .banner-th-mobile {
        display: block;
        margin: auto;
    }
}
