@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

table td,
table th {
    color: #fff !important;
    vertical-align: middle;
}

.page_name {
    color: #fff;
    margin-left: 10px;
}

.text-right {
    text-align: right;
}

body {
    width: 100%;
    height: 100vh;
    background: url('/images/background.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.form-group {
    margin-bottom: 20px
}

label {
    color: #fff;
}

table {
    margin-top: 20px;
}

.header {
    position: fixed;
    width: 100%;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    background: #000;
}

.header .logo {
    font-size: 1.7em;
    color: #fff;
    text-decoration: none;
}

.nav a {
    position: relative;
    font-size: 1.1em;
    color: #fff;
    text-decoration: none;
    margin-left: 40px;
}

.nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .5s;
}

.nav a:hover::after {
    transform: scaleX(1);
}

.container {
    margin-top: 100px;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    color: #fff
}

.home {
    position: relative;
    width: 100%;
    height: 100vh;
    justify-content: space-between;
    display: flex;
    align-items: center;
    /*padding: 80px 100px 0;*/
}

.home .content {
    max-width: 600px;
    color: #fff;
}

.content h2 {
    font-size: 3em;
    letter-spacing: .03em;
}

.content p {
    margin: 10px 0 40px;
}

.content a {
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    font-weight: 500;
    padding: 10px 40px;
    border-radius: 40px;
    transition: .5s;
}

.content a:hover {
    background: linear-gradient(90deg, #1e0b04, #71412a);
    padding: 12px 44px;
}

.home .wrapper {
    position: relative;
    width: 600px;
    background: transparent;
    backdrop-filter: blur(50px);
    margin: 0 auto;
    padding: 50px;
    box-shadow: 1px 1px 4px #fff;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

.wrapper h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2em;
    color: #fff;
    text-align: center;
}

.wrapper .input-box {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 20px 0;
}

.input-box input,
.input-box select {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
    border-radius: 40px;
    font-size: 1em;
    color: #fff;
    padding: 0 5px 0 45px;
}

.input-box label {
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    font-size: 1em;
    color: #fff;
    pointer-events: none;
    transition: .5s;
}

.input-box input:focus~label,
.input-box input:valid~label {
    font-size: .8em;
    top: -14px;
    left: 17px;
}

.input-box .icon {
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 1.2em;
    color: #fff;
}

.wrapper .remember-forgot {
    font-size: .9em;
    color: #fff;
    font-weight: 500;
    margin: -25px 0 15px;
    display: flex;
    justify-content: space-between;
}

.remember-forgot label input {
    accent-color: #1e0b04;
    margin-right: 3px;
}

.remember-forgot a {
    color: #fff;
    text-decoration: none;
}

.remember-forgot a:hover {
    text-decoration: underline;
}

.wrapper .btn-submit {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 40px;
    background: linear-gradient(90deg, #1e0b04, #71412a);
    box-shadow: 0 8px 10px rgba(0, 0, 0, .5);
    cursor: pointer;
    font-size: 1em;
    color: #fff;
    font-weight: 500;
}

.wrapper .btn-submit:hover {
    background: linear-gradient(30deg, #1e0b04, #71412a);
}

.wrapper .register-link {
    font-size: .9em;
    color: #fff;
    text-align: center;
    margin: 30px 0;
}

select {
    font-family: 'Poppins', sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

option {
    color: #000;
}

.tag-selected {
    display: none
}

th:hover {
    cursor: pointer;
}

.register-link p a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.register-link p a:hover {
    text-decoration: underline;
}

.tag.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.tag.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.tag.btn {
    margin-bottom: 10px;
}

#exam_page {
    height: auto;
}

#exam_page {
    margin-top: 200px;
    margin-bottom: 100px;
}

#exam_page .wrapper {
    width: 700px;
}

.modal-dialog {
    left:0;
}

.loading-spinner {
    width: 30px;
    height: 30px;
    border: 2px solid indigo;
    border-radius: 50%;
    border-top-color: #0001;
    display: inline-block;
    animation: loadingspinner .7s linear infinite;
}

.text-green {
    color: green;
}

@keyframes loadingspinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media (max-width: 1100px) {
    .header {
        padding: 10px 20px;
    }

    .header .logo {
        font-size: 1.2em;
    }

    .w-50 {
        width: 75% !important;
    }
}

@media (max-width: 700px) {

    header {
        border-bottom: 1px solid #fff;
    }

    .header .logo {
        display: none;
    }

    .nav a {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .nav {
        margin: 0 auto;
    }

    #exam_page {
        margin-top: 100px;
    }

    .wrapper {
        width: 100% !important;
    }

    .w-50 {
        width: 90% !important;
    }
}