@import url("font.css");

* {
    font-family: 'Sarabun';
}
.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;
}