h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1f0757;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 16px;
}

.auth-wrapper {
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%;
}

.auth-wrapper.auth-basic {
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.login-logo .login-intro-img {
    max-height: 16rem;
}

.login-box-msg,
.register-box-msg {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.login-box-body,
.register-box-body {
    border-radius: 4px;
}

.login-box button {
    border-radius: 4px;
}

.btn-success {
    color: #fff;
    border-color: #44a548;
}

.btn-success {
    background: #50b755;
}

.btn-success.btn-outline.focus,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    border-color: #419d45 #419d45 #265c29;
    background: #48af4d;
}

.form-control {
    border-radius: 4px;
}

.form-group.has-error .help-block {
    font-size: 12px;
}

/* Start Sweetalert2 */
.swal2-popup {
    width: 512px !important;
    padding: 20px !important;
    border-radius: 5px !important;
    font-size: 16px;
}

/* End Sweetalert2 */