.gsmai-modal .modal-title {
     font-size: 18px;
 }

.gsmai-modal .modal-body .flex-row {
    display: flex;
    height: 35px;
    color: #707478;
}

.gsmai-modal .modal-body .flex-row > div:nth-child(1) {
    flex: 1;
}

.gsmai-modal input[type=text],
.gsmai-modal input[type=email],
.gsmai-modal input[type=password],
.gsmai-modal input[type=url]{
    border: #c6c6c6 0.0625em solid;
    border-radius: 0.25em;
    box-shadow: 0.0625em 0.0625em 0.5em rgba(0, 0, 0, 0.1);
    color: #555555;
    display: block;
    outline: 0;
    padding: 0.75em;
    width: 100%;
    margin-bottom: 0.375em;
}
.gsmai-modal input[type="submit"]:hover {
    background-color: #7ABEB9;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.gsmai-modal input[type=text]:focus,
.gsmai-modal input[type=email]:focus,
.gsmai-modal input[type=checkbox]:focus,
.gsmai-modal input[type=password]:focus{
    border: #2CB5B5 0.0625em solid;
}

.gsmai-modal input[type=checkbox] {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.gsmai-modal a.link {
    text-decoration: underline;
}

.gsmai-modal .form-label {
    color: #333333;
    display: inline-block;
    margin-bottom: 0.375em;
    margin-top: 0.375em;
    font-weight: bold;
}
.gsmai-modal .form-checkbox {
    align-items: center;
    display: flex;
}
.gsmai-modal .required-label:after {
    content: '*';
    color: #BA1B1B;
}