body {
    background-color: rgba(0, 0, 0, 0.3 );
    
}

form div input {
    background-color: transparent!important;
    border: none!important;
    border-bottom: 2px solid #ffffff !important;
}

textarea {
    border: none!important;
    background-color: transparent!important;
    border-bottom: 2px solid #ffffff !important;
}

::placeholder { color: #FFFFFF!important; }

.btn-warning {
    background-color: #4173b1 !important;
    border-color: #4173b1 !important;
    color: #ffffff !important;
}

.btn-warning:hover {
    background-color: #6ad9ff !important;
    border-color: #6ad9ff !important;
    color: #ffffff !important;
}

.hiddenMessage {
    top: 0px;
    right: 0px;
    width: auto;
    height: 30px;
    border-radius: 0.3rem;
    background-color: #6ad9ff;
    text-align: center;
    color: white;
    z-index: 9999;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-size: larger;
}