@font-face {
    font-family: 'Nata-bold';
    src: url('../fonts/NataSans-Bold.ttf') format('truetype'),
}

@font-face {
    font-family: 'Nata-Regular';
    src: url('../fonts/NataSans-Regular.ttf') format('truetype'),
}

body {
    font-family: 'Nata-Regular';
}

body.swal2-height-auto {
    height: 100vh !important;
}

body.swal2-shown {
    padding-right: 0 !important;
}

.web {
    display: inline;
}

.mobile {
    display: none;
}

.onsite-bg {
    background-image: url(../images/web_bg.png);
    background-size: 100% 100%;
    height: 100vh;
    background-repeat: no-repeat;
}

.logo {
    margin-top: 8vh;
}

.text-image {
    margin-top: 20px;
    width: 40%;
    text-align: center;
}

.main_text {
    color: #1f3761;
    font-family: 'Nata-bold';
}

.exclusive p {
    background-color: #ff9e01;
    text-transform: uppercase;
    color: white;
    padding: 8px 12px;
    width: fit-content;
    margin: 10px auto;
    font-family: 'Nata-bold';
}

.icon {
    width: 60%;
    margin-top: 20px;
}

.w-40 {
    width: 60%;
    text-align: center;
    margin: auto;
}

.form-control {
    font-size: 1.5rem;
}

#loginerror {
    font-size: 1rem;
    margin-bottom: 10px;
    color: black;
    text-align: center;
}

.btn {
    background-color: #e0e0e0;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 8px 16px;
}


.form-group {
    text-align: left;
}

label {
    font-size: 1.35rem;
    color: white;
}

.form {
    /* background-color: #e0e0e0; */
    padding: 10px;
    border-radius: 10px;
}

.form-control {
    background-color: transparent;
    border: 1px solid;
    font-size: 1rem;
    height: calc(1.5em + 1rem + 2px);
    border-color: #bdbdbd;
}

#onsote {
    width: 15%;
}

.left-box {
    padding-top: 5vh;
}

.registration_form {
    padding-top: 5vh;
}

#addbtn {
    background-color: #0086f8;
    color: white;
    border: 1px solid #0086f8;
    font-size: 1rem !important;
    font-weight: 500;
}

#addbtn:hover {
    color: #0086f8;
    background-color: white;
    border: 1px solid #0086f8;
}