body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #444444;
    background-image: linear-gradient(135deg, rgba(30, 33, 33, 0.82) 1%, rgba(78, 78, 78, 0.14) 98%), url(img/bg.png);
    background-position: 0px;
    background-size: auto, cover;
    background-repeat: repeat;
    background-attachment: scroll, fixed;
}

header {
    padding-left: 10%;
}

.align_right {
    text-align: right;
}

.main_content {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10%;
    padding-left: 10%;
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.flex_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subflex_content {
    width: 45%;
    min-width: 400px;
}

.subflex_form {
    width: 100%;

}

/* .display_disable{
    display: none;
} */

.imglogo {
    height: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.img {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
}

p {
    color: #fff;
    font-size: 2rem;
    text-align: justify;
}

h1 {
    color: #fff;
    font-weight: bold;
}

h7 {
    color: #fff;
    font-weight: bold;
    font-size: 3.5rem;
}

.btn-1 {
    /* background: linear-gradient(to bottom, #b9aa81 5%, #c29a2b 100%); */
    background: linear-gradient(to bottom, #dbcba0 5%, #dbb446 100%);
    background-color: #c4930c;
    border-radius: 28px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 16px 31px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
}

.btn-1:hover {
    background: linear-gradient(to bottom, #dbb446 5%,  #dbcba0 100%);
    /* background: linear-gradient(to bottom, #bd3cc9 5%, #f59ff5 100%); */
    background-color: #bd3cc9;
}

.btn-1:active {
    position: relative;
    top: 1px;
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center !important;
    font-size: 1rem;
    color: #FFF;
    vertical-align: bottom;
}

.form-logo {
    padding-top: 3%;
    padding-left: 8%;
    width: 80%;
}

.form-content {
    padding: 4% 8%;
    width: 80%;
}

.box-content {
    width: 100%;
    font-size: 1.5rem;
    color: rgb(3, 3, 3);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}

/* The Modal (background) */
.modal {
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #2e2e2e;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    padding-right: 5%;
    color: #aaa;
    float: right;
    font-size: 4rem;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: rgb(253, 253, 253);
    text-decoration: none;
    cursor: pointer;
}

input{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 450;
}

textarea{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 450;
}

textarea::-webkit-input-placeholder {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 450;
    color: #757575;
}
    
textarea:-moz-placeholder { /* Firefox 18- */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 450;
    color: #757575;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 450;
    color: #757575;  
}

textarea:-ms-input-placeholder {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 450;
    color: #757575;  
}
::placeholder{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 450;
    color: #757575; 
}