.modal-content {
    border-radius: 2%;
}

.modal-dialog {
    height: 50%;
    width: 50%;
    margin: auto;
}


.modal-header {
    color: white;
    background-color: #2c96e1;
}

.formName {
    margin: auto;
    margin-top: 7px;
    margin-bottom: 8px;
}

textarea {
    border: none;
    box-shadow: none !important;
    outline: 0px !important;
    padding: 6px;
}

.openmodal {
    width: 20%;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
}

.icon1 {
    color: #007bff;
}

a {
    margin: auto;
}

input {
    color: #000000;
}

.btn-primary {
    background-color: #1f6495;
}

@media screen and (max-width: 720px) {
    .openmodal {
        font-size: 18px;
    }
}

@media screen and (max-width: 428px) {
    .openmodal {
        font-size: 15px;
        letter-spacing: 2;
        width: 30%;
    }

    .modal-dialog {
        width: 70%;
    }
}

@media screen and (max-width: 380px) {
    .openmodal {
        letter-spacing: 0;
        width: 34%;
    }
}