@import url("font.css");


*{
    --bs-body-font-family: 'Sarabun', 'Thonburi', 'Tahoma', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-family: 'Sarabun', 'Thonburi', 'Tahoma', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



.button-submit {
    max-width: 340px;
    border-radius: 5px;
    background-image: linear-gradient(#ffcf36,#fcb034);
    border: none;
    box-shadow: none;
    outline-color: #fcb034;
}
.submit-field {
    padding: 30px 0 30px;
}
.row-center {
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    padding-bottom: 100px;
    color: #231f20;
}
.title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-bottom:1 rem;
}
.title2 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}
.copy-right {
    margin-top: 70px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    color: #3c4144;
}
a.orange-link {
    cursor: pointer;
    color: #fcb034;
    border:none;
    font-weight: 500;
    text-decoration: none;
}
.invalid-feedback p.text-error {
    text-align:left;
}

.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}

.form-group {
    margin-top: 0.5rem;
    /* Adjust margin above input fields */
    margin-bottom: 1.2rem;
    /* Space below each input group */
}

.form-control {
    height: 50px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    border: 1px solid #fcb034;
    line-height: 50px;
    box-sizing: border-box;
    /* Ensure input takes full width of its parent */
}

.form-control:focus {
    border-color: #fcb034;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(252, 176, 52, 0.25);
}

.lang-block{
    width: 56px;
}
.lang-block a{
    font-weight: 700;
    color: #8e9192;
    text-decoration: none;
}

.lang-block a:first-child {
    padding-right: .5rem;

}

.lang-block a:not(:first-child) {
    text-align: right;
    border-left: .0625rem solid #8e9192;
    padding-left: .5rem;
}

.lang-block a.active {
    color: #fbb034;
}
