h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-weight: 500; */
    font-family: quicksand, sans-serif;
}

h4 {
    font-size: 20px;
}

.form-control{
    font-size: 14px !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-color: #7367f0 !important;
}
.form-control:focus {
    border: 1px solid #7367f0 !important;
    box-shadow: 0 0 0 .25rem rgb(115 103 240 / 49%) !important;
}

.btn{
    color: #0d6efd !important;;
    background: #fff;
    border:1px solid #0d6efd !important;
    border-radius: 20px!important;
    /* min-width: 180px; */
    padding: 8px 12px !important;
}
.btn:hover{
    background: #0d6efd!important;
    border-radius: 20px!important;
    color: #fff !important;
}
.error {
    color: red;
}

.form-style input {
    border: 0;
    height: 50px;
    border-radius: 0;
    border-bottom: 1px solid #ebebeb;
}

.form-style input:focus {
    border-bottom: 1px solid #007bff;
    box-shadow: none;
    outline: 0;
    background-color: #ebebeb;
}

.sideline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ccc;
}

button {
    height: 50px;
}

.sideline:before,
.sideline:after {
    content: '';
    border-top: 1px solid #ebebeb;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.sideline:after {
    margin: 0 0 0 20px;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}