.formFooter form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 457.500px;
    height: 465.844px;
    padding: 0px 15px;
    margin: -20px 0px 0px -17px;
    /* background-color: rgb(57, 54, 54); */
    font-weight: lighter;
}

.formFooter .labelTitle {
    width: 457.500px;
    height: 36.297px;
    padding: 0px 0px 15px;
    margin: 0px 0px 4px;
    font-size: 31px;
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    color: white;
}

.formContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 457.500px;
    height: 393.547px;
}

.formContainer .dataInput {
    width: 457.500px;
    height: 34px;
    padding: 6px 12px;
    margin: 9px 0px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgb(181, 178, 178);
    outline: none;
    font-size: 16px;
    font-weight: lighter;
    color: rgb(181, 178, 178);
}

.formContainer select {
    width: 457.500px;
    height: 34px;
    padding: 6px 5px;
    margin-top: 6px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgb(181, 178, 178);
    outline: none;
}

.formContainer textarea {
    width: 457.500px;
    height: 61.563px;
    padding: 6px 10px;
    margin: 10px 0px 0px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgb(181, 178, 178);
    outline: none;
    font-size: 16px;
    font-weight: inherit;
    color: rgb(155, 152, 152);
}

textarea {
    font-weight: lighter !important;
}

.formFooter input:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0px 7px rgb(98, 169, 245) !important;
}

.formFooter input::placeholder,
textarea::placeholder,
select {
    color: rgb(155, 152, 152);
    font-size: 16px;
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
}

.formFooter .tempContDiv {
    display: flex;
    flex-direction: column;
    width: 457.500px;
    height: 65px;
    padding: 4px 0px;
    margin: 7px 0px 0px;
}

.formFooter .tempContDiv label {
    width: 437.500px;
    height: 20px;
    padding: 5px 0px 5px 20px;
}

.formFooter .tempContDiv input {
    margin: 4px 3px 4px -20px;
}

.formFooter .tempContDiv span {
    color: #A2A2A2;
    font-family: Source Sans Pro, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    orphans: 2;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
    background-color: transparent;
    display: inline !important;
    float: none
}

.formFooter .tempContDiv a {
    font-family: Source Sans Pro, sans-serif;
    background-color: transparent;
    color: white;
    font-weight: 100;
    font-size: 15px;
    font-style: normal;
    letter-spacing: normal;
    orphans: 2;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px
}

.formFooter button {
    width: 114.922px;
    height: 41.984px;
    padding-top: 10px;
    padding-bottom: 14px;
    margin: 25px 0px 0px;
    border: 1px solid white;
    color: white;
    background-color: rgb(3, 3, 3);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-align: center;
}

.button::placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}