

html {
    background-image: url('../BG.png');
}
body {
    color: white;
    font-family: 'Prompt', sans-serif;
    /*display: flex;*/
    height: 100%;
}
.desktop{
    display:none;
}
.bg {
    background-image: url('../BG.png'); /*bg  1a1a1a  434240  */
    color: white;
    font-family: 'Prompt', sans-serif;
    /*display: flex;*/
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    filter: blur(5px);
}
ul {
    padding:0;
    margin:0;
}
input:focus {
    background-color: yellow;
}
.body-container {
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction:column;
    padding:0;
}
.container {
    padding: 0;
}
.flat-form {
    /*background: #34495e; tablebg e74c3c #34495e  #88565b ed7271*/
    margin: 25px auto;
    width: 1135px;
    position: relative;
    font-family: 'Prompt', sans-serif;
    border: 1px solid #109BC3;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 4px 11px 20px rgb(255 0 0 / 13%);
    background: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    border-radius: 24px !important;
    padding: 25px;
}
.imageholder {
    border-radius: 24px !important;
    width: 500px;
    height: 890px;
}
    .imageholder > .image {
        background-image: linear-gradient(to right top, rgba(51, 51, 51, 0.33), rgba(45, 45, 45, 0.7)), url('../listing-placeholder.c63389e.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        height: 100%;
        border-radius: 24px !important;
        filter: blur(4px);
    }
.imageholder > .image > img {
    width:350px
}


.close-button-icon {
    text-align: right;
}

    .close-button-icon > svg {
        color: black; width: 35px;
    }
#login {
    width: 556px;
}
 .logo {
    width:150px;
    color: white;
    padding: 10px;
    position: absolute;
    top: 10%;
    right: 0%;
    bottom: 0;
    left: 18%;
}
.mainlogo {
   width: 361px;
    top: 103%;
    
}
.welcome {
    color: white;
    padding: 10px;
    position: absolute;
    top: 50%;
    right: 5%;
    bottom: 0;
    FONT-SIZE: 64px;
    left: 2%;
}
.top {
    top: 60%;
}
.left{
    left:8%
}

.border-box {
    position: relative;
    width: 100%;
    /*display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 21px;
        */
}
.border-div {
    position: absolute;
    width: 87%;
    top: 10px;
    height: 1px;
    background: black;
}

/*.or-div {
    background: white;
    width: 100px;
    position: relative;
    display: block;
    font-size:25px;
}*/
.or-div {
    background: white;
    width: 100px;
    position: relative;
    display: block;
    font-size: 25px;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    color: black;
    margin: 0 auto;
    /* width: 50px; */
    /* z-index: 998999999999999; */
    text-align: center;
    font-size: 25px !important;
    padding-bottom: 1 !important;
    line-height: 37.5px !important;
}
hr {
    position: absolute;
    top: 0;
    right: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-top: 4px solid  #d7d7d7!important;
}

.language-tab {
    width: 100px;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
    position: absolute;
    right: 32px;
    top: 57px;
    font-size: 20px;
    display: block;
}

li {
    text-decoration: none;
}
.tabs {
    background: #34495e; /*topbar #c0392b #88565b*/
    height: 65px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 882px;
    border-radius: 10px;
    overflow: hidden;
}

.tabs li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width:25%;
}

    .tabs a {
        background: white; /*topbar c0392b  #88565b */
        display: block;
        float: left;
        text-decoration: none;
        color: black;
        font-size: 20px;
        padding: 16px 22px;
        /*border-right: 1px solid @tab-border;*/
        border-right: 1px solid black;
        width: 100%;
        height: 65px;
    }

.tabs li:last-child a {
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.tabs a.active {
    background: #109BC3; /*topbar e74c3c  */
    border-right: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    color: white;
}

.form-action {
    padding: 20px;
    position: relative;
}

.form-action h1 {
    font-size: 42px;
    padding-bottom: 10px;
}

.form-action p {
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 25px;
}

form input[type=text],
form input[type=password],
form input[type=submit] {
    font-family: 'Roboto';
}

form input[type=text],
form input[type=password] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    background: #fff; /* #44454a  */
    border: none;
    color: #109BC3; /* e74c3c e9e9e9  */
    outline: none;
    border: 1px solid #109BC3;
    border-radius:10px;
}

.dark-box {
    background: #5e0400;
    box-shadow: 1px 3px 3px #3d0100 inset;
    height: 40px;
    width: 50px;
}

.form-action .dark-box.bottom {
    position: absolute;
    right: 0;
    bottom: -24px;
}

.tabs + .dark-box.top {
    position: absolute;
    right: 0;
    top: 0px;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.button {
    border: none;
    display: block;
    background: #136899;
    height: 40px;
    width: 80px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /*box-shadow: 0px 3px 1px #2075aa;*/
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;

}

    .button:hover {
        background: #1e75aa;
        /*box-shadow: 0 3px 1px #237bb2;*/
    }

    .button:active {
        background: #136899;
        /*box-shadow: 0 3px 1px #0f608c;*/
    }

::-webkit-input-placeholder {
    color: dark; /*  #e74c3c */
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #e74c3c;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #e74c3c;
}

:-ms-input-placeholder {
    color: #e74c3c;
}


.custom-login-class {
    margin: 0 auto;
    width: 400px;
}

@media (max-width: 992px) {
    .custom-login-class {
        width: 100%;
    }
}

h1 {
    color: black;
    font-weight: 600;
    font-size: 24px;
}

h4 {
    text-align: center;
    color: black;
    font-size: 20px;
    margin-bottom: 20px;
}

h5{
    color:black;
}

p {
    color: black;
}

form {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-control {
    border-radius: 40px; /**change color from style api */
    border-color: #E5E5E5; /**change radius from style api */
}

label {
    color: black;
    font-weight:bold;
}

.btn {
    border-radius: 10px !important; /**change radius from style api */
    min-width: 100%;
    border: none;
    margin-bottom: 10px; /**change it as needed */
    background: white;
    font-size: 20px;
}

.btn-primary {
    background: #063DB7; /**change color from style api */
}

.btn-secondary {
    background: #6c757d; /**change color from style api */
}

.login-page,
.forgot-password-page,
.activate-password-page,
.register-page,
.reset-password-page,
.reset-password-confirmation-page,
.account-confirmation-page,
.activate-sent-confirmation-page,
.forgot-password-confirmation-page,
.logged-out-page,
.logout-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.external-button {
    width: 50px;
    border-radius: 50% !important;
    height: 50px;
    min-width: auto !important;
    margin: auto 5%;
}

.btn-register {
    border: 1px solid #063DB7; /**change color from style api */
    color: #063DB7; /**change color from style api */
}

.Facebook {
    border: 1px solid #3B5998;
    color: #3B5998;
}

.Google {
    border: 1px solid #DD4B39;
    color: #DD4B39;
}

.ThaiRath {
    border: 1px solid green;
    color: green;
}

hr {
    border-top: 4px solid #063DB7;
}

p {
    color: black;
    font-size: 16px;
    text-align: center;
}

span {
    color: #626262;
    font-size: 16px;
}

.modal-link {
    cursor: pointer;
}

    .modal-link:hover {
        text-decoration: underline !important;
    }

.form-check-label {
    color: black;
    margin-bottom:5px;

}
.form-check {
    color: black;
    margin-bottom: 15px;
}

#togglePassword > svg {
    width: 20px;
    margin-top: -40px;
    right: 33px;
    position: absolute;
    cursor: pointer;
    color: #109bc3;
}

.forget-password {
    float: right;
}

.terms {
    font-size: 16px !important;
    color: gray !important;
    margin-top: 20px !important;
}

.btn-group {
    float: right;
}
.btn-group:active{
    color:red;
}
.signup {
    font-size: 25px !important;
    font-weight: bold !important;
}