* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #ff6a00;
    --secondary: #ee0979;
    --whiteColour: #e4f0f1;
    --white: #fff;
    --red: red;
}

.main {
    height: 100vh;
}

.colourpg {
    background: linear-gradient(to right, var(--primary), var(--secondary));
    height: 60px;
}

.navColour {
    background: linear-gradient(to right, var(--primary), var(--secondary));
}

.nav-link {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary) !important;
}

.logo {
    height: auto;
    width: 100px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.social_icon {
    display: flex;
    margin: auto;
    justify-content: center;

    padding: 10px;
    color: var(--whiteColour);
    text-decoration: none;
    font-size: 26px;
    transition: 0.3s;
}

.social_icon a {
    padding: 10px;
    color: var(--whiteColour);
    text-decoration: none;
    font-size: 26px;
    transition: 0.3s;
}

.social_icon a:hover {
    color: #bfb36d;
    transition: 0.3s;
}

.copy p {
    margin-top: 10px;
    font-size: 10px;
    color: var(--whiteColour);
    text-align: center;
}

.about {
    padding: 13px;
}

.about p {
    font-size: 15px;
    color: var(--whiteColour);
    text-align: center;
}

.content_btn {
    background: var(--whiteColour);
}

.login_white {
    background: var(--white);

    border-radius: 20px;
}

.loginA {
    background: linear-gradient(to right, var(--primary), var(--secondary));
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    font-size: 25px;
    font-weight: bold;
}

.text-gradient {
    background: linear-gradient(to right, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Acme", sans-serif;
    font-weight: bold;
}

input[type="email"],
input[type="text"],
input[type="password"] {
    border: 1px solid #ff5733;
}

.btn-grad {
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    font-weight: bold;
    background: linear-gradient(to right, var(--primary), var(--secondary));
}

.float-right {
    float: right !important;
}

#forgot {
    font-size: 14px;
}

.text-primary {
    color: #007bff !important;
}

#red {
    color: var(--red);
}

label {
    font-weight: bold;
    font-size: 14px;
    color: rgb(51, 51, 51) !important;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.line-asa {
    width: 101%;
    height: 2px;
    margin-bottom: 20px;
    margin-top: 8px;
    background: var(--secondary);
    background: -webkit-linear-gradient(to right,
            var(--primary),
            var(--secondary));
    background: linear-gradient(to right, var(--primary), var(--secondary));
}

.certificate_img {
    width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#certificate_img {
    /* height: 100%;
    width: 100%; */
}

.id {
    position: absolute;
    top: 200px;
    left: 60px;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.profile {
    position: absolute;
    right: 35px;
    top: 235px;
    border: 2px solid red;
    border-radius: 10px;
}

.profile img {
    height: 120px;
    width: 100px;
    border-radius: 10px;
}

#seal {
    position: absolute;
    bottom: 310px;
    right: 70px;
}

/* HTML: <div class="loader"></div> */
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    /* z-index: 9999; */

    /* width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid lightblue;
    border-right-color: orange;
    animation: l2 1s infinite linear; */
}

.spinner {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

/* @keyframes l2 {
    to {
        transform: rotate(1turn);
    } */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

/* .container {
    display: flex;
    flex-direction: column;
    align-items: center;
} */
.card {
    background-repeat: no-repeat;
    position: relative;
}

.card,
.back-side {
    width: 425px;
    height: 243.192px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 5px 8px 10px 5px #888888;
    background-size: cover;
}

.IDmain-div {
    width: auto;
    position: relative;
    top: 10px;
    background: lightblue;
    border-radius: 10px;
    background: #fff;
    border: 1px solid grey;
    box-shadow: -5px 5px 5px lightgrey;
    height: auto;
    padding: 50px;
}

.heading p {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    color: #f6383e;
}

.user_div {
    width: 30%;
    margin-top: 40px;
    background: lightblue;
    border-radius: 10px;
    background: #fff;
    border: 1px solid grey;
    box-shadow: -5px 5px 5px lightgrey;
    height: auto;
    padding: 10px;
    margin-bottom: 20px;
}