.container-gstm{
    display: flex !important;
    height: 100vh;
}

.contact-form{
    margin: auto;
    background-color: #293f61;
    padding: 1.5em;
}

.form-gstm{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-gstm > div{
    width: 100% !important;
    padding: 5px 0;
}

.form-gstm-bordered{
    border-radius: 30px; 
}

.form-gstm > div > .input{
    width: 100% !important;
    padding: 2px;
    outline: none;
    border: none;
}

.form-gstm > div > .input:focus{
    box-shadow: 0 0 20px 0 #000;
}

.form-gstm > div > #message {
    height: 100px !important;
    resize: none;
}

#send{
    width: 100% !important;
    
}