* {
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    min-height: 100vh;
    height: 100%;
    max-width: 100vw;
    margin: 0;
}

a {
    text-decoration: none;
    text-align: center;
    color: inherit;
}

p {
    text-align: center;
    color: black;   
}

.alert {
    cursor: pointer;
    transition: opacity 4s ease;
}

.alert-fade {
    opacity: 0;
}

.primary-header {
    color: #fff;
    margin-bottom: 1rem;
}

.text-weight-medium {
    font-weight: 500;
}

.text-weight-bold {
    font-weight: 600;
}

.form-label {
    margin-bottom: 0rem;
    margin-top: 1rem;
}

.page-holder {
    min-height: 100vh;
}

.bg-cover {
    background-size: cover;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links>a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.btn-container a, .btn-container button {
    display: block;
    width: 300px;
    margin: 2px;
}

#gov {
    margin-top: 24px;
}

.mb-3 {
    display: block;
    width: 300px;
    margin: auto;
}

.btn-collapse{
    margin-top: 2rem;
    width: 280px;
}

.col1 {
    position: absolute;
}
