body {
    font-family: 'Nexa', sans-serif;
}

html {
    font-size: 14px;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.footer {
    display: block;
    background-color: white;
    margin-top: 50px;
    height:90px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
.container {
    display: block;
    margin-bottom: 50px;
}

.english {
    color: darkblue;
    display: block;
    font-style: italic;
}

.label {
    display: inline-block;
    margin-top: 10px;
}

p {
    margin-bottom: 5px;
}

h1, h2 {
    text-align: center;
}

h1 {
    font-weight: bold
}

h2 {
    font-size: 25px;
}

.form-title {
    font-weight: bold;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.7em;
    font-size: 1.7em;
}

.form-region {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

h3 {
    font-size: 22px;
    margin-bottom: 4px;
}

    h3.english {
        color: white;
    }

.section {
    margin-top: 30px;
    padding: 20px;
}

.form-control {
    border: none;
    border-bottom: solid 1px darkgray;
    border-radius: 0;
    width: 50%;
    min-width: 250px;
}

.section-header {
    background-color: darkblue;
    padding: 5px;
    color: white;
    width: 110%;
    margin-left: -5%;
    text-indent: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

    .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group label {
        position: relative;
        cursor: pointer;
    }

        .form-group label .english {
            text-indent: 30px;
        }

        .form-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid darkblue;
            border-radius: 5px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: text-top;
            cursor: pointer;
            margin-right: 5px;
        }

    .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .form-group input:checked + label:before {
        background-color: darkblue;
    }

.PA-btn {
    background-color: darkblue;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    padding: 10px;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 20px
}

    .PA-btn:hover {
        background-color: darkorange;
    }

.regNo {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    color: darkblue;
}

.logo {
    width: 250px;
    display: inline-block;
    vertical-align: inherit;
}

.conf-txt {
    text-align: center;
}
.errorMsg{
    position: fixed;
    bottom: 0;
    left:0;
    width:100vw;
    padding:10px;
    background-color:red;
    color:white;
    height:70px;
    z-index:100;
    display:none;

}

.white{
    color: white !important;
}
.img{
    width: 200px;
}
.top-right {
    width: 270px;
    float: right;
    margin-right: 10%;
}
.bottom-right {
    position: absolute;
    width: 250px;
    right: 10%;
    bottom:-5px;
}
.bottom-centre {
    position: absolute;
    right: 45%;
    bottom: -15px;
}
.top-left {
    margin-left: 10%;
    margin-top:25px;
    width: 300px
}
.bottom-left {
    position: absolute;
    width: 250px;
    margin-left: 10%;
    bottom: 2px;
}

.select2-container {
    box-sizing: border-box;
    display: block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container--default .select2-selection--single {
    border: none;
    border-bottom: #aeaeae 1px solid;
    border-radius: 0;
}
