html{
    background-color: #fff;
}
body {
    font-family: 'Prompt', sans-serif!important;
    background-color: transparent;
    font-weight: 300;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

a, a:visited {
    color: #6e2996;
}

a:hover {
    color: #994ac6;
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: 500;
}

.position-absolute {
    position: absolute;
}
.container {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.fw-300 {
    font-weight: 300;
}
.my-4 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.my-3 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.my-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.my-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.mt-2 {
    margin-top: 20px;
}
.mb-2 {
    margin-bottom: 20px;
}

.py-5 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.py-4 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-3 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-2 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.p-4 {
    padding: 60px;
}
.p-3 {
    padding: 40px;
}
.p-2 {
    padding: 20px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.md-errors-spacer {
    min-height: 0!important;
}


.bg-rmutp {
    background-color: #6e2996;
}


.page-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
}
.page-header .logo {
    display: block;
    width: 55px;
    padding: 10px 10px 10px 20px;
}
.page-header h2 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 300;
}


.section {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.text-white {
    color: #fff;
}

.min-height-100vh {
    min-height: 100vh;
}
.min-height-90vh {
    min-height: 90vh;
}
.min-height-80vh {
    min-height: 80vh;
}


.md-button {
    font-size: 16px;
    margin: 0;
}
.md-button.md-raised{
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 24px;
}

.alert {
    background-color: #ff5d5d;
    color: #fff;
    margin: 10px 0;
}

.main-menu {
    margin-left: 20px;
    margin-right: 20px;
}
.main-menu a, .main-menu a:visited {
    text-decoration: none;
    margin: 0 10px;
    font-weight: 500;
    font-size: 17px;
    color: #555;
}
.main-menu a:hover {
    color: #000;
}
.main-menu a.active {
    color: #9b44ce;
}

md-list-item.active {
    background-color: #6e2996;
    color: #fff;
}

@media (max-width: 575.98px) {

    .mb-text-center {
        text-align: center!important;
    }

}
