#submitForm {
    background-image: url('../assets/bg/button-submit-support.png');
    background-size: cover;
    text-transform: uppercase;
    cursor: pointer;
}

div#submitForm {
    width: 11em;
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0.13em 0.4em 0.6em 0.3em;
    margin: 10px 0 0 0;
}

@media screen and (min-width: 600px) {
    div#submitForm {
        min-height: 65px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.send-btn-support-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.support_text {
    text-align: center;
    color: #efda4d;
    line-height: 25px;
}

@media screen and (min-width: 600px) {
    .content-container {
        max-width: 500px;
        width: 500px;
    }
}

p {
    text-shadow: none;
}

.m_form_row > div {
    border-radius: 20px !important;
    color: #fce84f !important;
    border: none !important;
    font-size: 15px !important;
    background-color: #170117 !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px #836587;
    text-shadow: none !important;
}

::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
}

:-ms-input-placeholder {
    text-align: center;
}

.user_id {
    display: flex;
    justify-content: center;
    text-shadow: none;
    font-size: 20px;
    color: #fdf08a;
}

#select-native-2-button {
    border-radius: 20px;
    color: #fce84f;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: none;
    font-size: 15px;
    background-color: #170117;
    box-sizing: border-box;
    text-shadow: none;
}

.support_label {
    position: absolute;
    left: -45px;
    background-image: linear-gradient(#00E4A3, #77dec1, #00E4A3);
    height: 45px;
    width: 200px;
    transform: rotate(-45deg);
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

#user_text {
    box-sizing: border-box;
    padding: 3% 10%;
    width: 100%;
    border-radius: 20px;
    max-width: 100%;
    min-width: 100%;
    background-color: #170117;
    border: none;
    text-shadow: none;
    height: 10em !important;
    color: #efda4d;
}

.support_label p {
    line-height: 55px;
    margin: 0 0 0 -40px;
}

.support_text {
    text-align: center;
    color: #efda4d;
    line-height: 25px;
    font-size: 18px;
}

.support_text p:nth-child(1) {
    margin-bottom: 0;
}

.support_text p:nth-child(2) {
    margin-top: 0;
}

body {
    font-family: 'Oswald', sans-serif;
    height: 100%;
    display: block;
    overflow-x: hidden;
}

.main_container {
    background: linear-gradient(#340b34, #24032c);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: normal;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    position: absolute;
    border: 0;
}

.logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.logo img {
    height: 150px;
    width: 125px;
}

.content {
    max-width: 500px;
    width: 500px;
}

.ui-content {
    padding: 25px !important;
}

div.m_form_row:first-of-type {
    margin-bottom: 10px;
}

div.m_form_row {
    width: 100%;
}

#support_validate_messages {
    display: flex;
    justify-content: center;
    text-shadow: none;
    color: #ff2f4b;
    font-size: 15px;
    text-align: center;
}