.mainContent {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

input {
    height: 32px;
    font-size: 16px;
    border: 1px black solid;
    border-radius: 4px;
}

form > .form-addUser > .mt-3 {
    margin-top: 0px !important;
    padding-top: 4px;
}

.alert {
    margin-bottom: 0px !important;
}

.section {
    margin-top: 60px;
}

.invalidRow {
    background: #f1f1f1;
    /*font-style: italic;*/
}

textarea {
    width: 500px;
    height: 100px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
    border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
    border-image: none;
    border-radius: 6px 6px 6px 6px;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    color: #555555;
    font-size: 1em;
    line-height: 1.4em;
    padding: 5px 8px;
    transition: background-color 0.2s ease 0s;
}
  
textarea:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    outline-width: 0;
}

.flexSection {
    display: flex;
    /*justify-content: space-evenly;*/
}

.flexSection2 {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.smsInfo {
    margin-top: 20px;
}

.flexRight {
    margin-left: 200px;
}

.flexRight2 {
    margin-left: 100px;
}

.grayColor {
    color: #79787f;
}

.fbud {
    color: white;
    box-shadow: 0 3px 4px #8abfff;
    background-image: linear-gradient(to right, #79a1ff, #1352e6, #79a1ff);
    background-size: 200%;
    border: none;
    outline: none;
    transition: .2s ease-in-out;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.fbud:hover {
    background-position: right;
}
.fbud:focus, .fbud:active, .fbud:active:focus {
    outline: none !important;
    box-shadow: 0 3px 4px #8abfff !important;
}

.centerDiv {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

input {
    border: 1px #0073ff solid;
}

select {
    word-wrap: normal;
    border: 1px #0073ff solid;
    height: 32px;
    font-size: 16px;
    border-radius: 4px;
}

@media (max-width: 1000px) {
    .flexSection, .flexSection2 {
        flex-wrap: wrap;
    }
    .flexRight, .flexRight2 {
        margin-left: 0px;
    }
}