* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
    background-color: #021b31;
    font-family: "SourceSans-embeded", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.75;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.outer-red-box {
    background-color: red;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.outer-red-box .message {
    width: 700px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: white;
}

.common {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "KelsonSans-embeded", "SourceSans-embeded", Helvetica, Arial, sans-serif;
}

.box {
    width: 600px;
    margin: 0 auto;
    margin-top: 140px;
}

.top-box {
    background-color: #F4F5F6;
    padding: 20px;
}

.top-box .sec-1 {
    display: flex;
    justify-content: start;
    align-items: start;
}

@media screen and (max-width: 768px) {
    .top-box .sec-1 {
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
    }

    .box {
        width: 100%;
    }
}

.sec-1 .logo {
    padding: 10px;
}

.sec-1 .logo img {
    width: 130px;
}

.sec-1-content .title {
    font-weight: 600;
    padding-bottom: 20px;
}

.sec-1-content .title h3 {
    font-size: 24px;
    font-family: "KelsonSans-embeded", "SourceSans-embeded", Helvetica, Arial, sans-serif;
}

.sec-1-content .title p,
.text-field p {
    color: #babec2;
    font-size: 12px;
    line-height: 1.0;
    padding-top: 5px;
}

.seperator {
    border-top: 1px #e1e5e8 solid;
    border-bottom: 1px #ffffff solid;
}

.comp-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-weight: 700;
}

.address h4 {
    padding-bottom: 10px;
}

.reg-web {
    font-weight: 700;
    display: flex;
    align-items: center;
}

.reg-web span {
    margin-right: 50px;
}

.license-act {
    font-weight: 700;
}

.operating-status h4 {
    color: white;
    background: #728e4f;
    text-align: center;
    border-radius: 2px;
    padding: 10px 0;
}

.operating-status p {
    margin: 0 0 10px;
    padding: 5px;
    text-align: justify;
    font-weight: 600;
}

.sec-2 .details {
    font-size: 12px;
    color: #5c656e;
    line-height: 1.4;
    text-shadow: 0 1px 0 white;
    padding-bottom: 15px;
    padding-top: 5px;
    text-align: justify;
}

.small-btn {
    width: 150px;
    font-size: 12px;
    line-height: 20px;
}

.yellow-btn {
    background-image: linear-gradient(to bottom, #e5db92 0%, #d6c754 100%);
    background-repeat: repeat-x;
    color: #1b242d;
    padding: 0px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    background-color: #e5db92;
    border-color: #d6c754;
    border-top-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 -1px 0 #d6c754;
    border-radius: 0px;
    font-weight: 600;
}

.button {
    display: flex;
    justify-content: end;
    align-items: center;
}

.btn {
    cursor: pointer;
    padding: 5px 10px;
}

#complaint-div,
#self-exclusion-div {
    display: none;
}

.copyright {
    color: #5c656e;
    font-size: 11px;
    padding-top: 5px;
    text-align: center;
}


.bottom-box {
    font-family: "SourceSans-embeded", Helvetica, Arial, sans-serif;
    color: #babec2;
    line-height: 1.7;
    font-size: 12px;
    text-align: justify;
    margin-top: 20px;
}

.bottom-box p {
    padding: 5px;
    text-align: justify;
    margin: 0 0 10px;
}

.bottom-box hr {
    border-bottom: 1px dashed #5C656E;
    border-top: none;
    margin: 0;
}


.text-field input,
textarea,
select {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.text-field label,
.container label {
    font-weight: bold;
}

.checkbox {
    font-size: 14px;
    padding: 10px;
}

.send-btn {
    margin-bottom: 20px;
}

.send-btn button {
    width: 100%;
    font-size: 15px;
    padding: 10px;
}




/* message css */
.message-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
}

.message-box .message{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 50px 100px;
    font-size: 20px;
    font-weight: 700;
}

.error{
    color: red;
}

.success{
    color: black;
}
