/* =========================
   Cartograph CF - Thin (100)
========================= */
@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* =========================
   Extra Light (200)
========================= */
@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* =========================
   Light (300)
========================= */
@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* =========================
   Regular (400)
========================= */
@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-RegularItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* =========================
   Heavy (800)
========================= */
@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-Heavy.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-HeavyItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: 'Cartograph CF', monospace;
}



header {

    background-color: rgba(255, 223, 223, 1);

    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    padding: 10px 0;

    position: relative;

}

.logo-wrapper {
    text-align: center;
}
.logo-wrapper img{
    max-width: 232px;
}


main {

    background: url('../images/body-bg.png');

    background-repeat: no-repeat;

    background-size: 100%;

    padding: 30px 0 40px;

    height: calc(100vh - 126px);

}


main .container {

    height: 100%;

}



.main-wrapper {

    display: flex;

    justify-content: center;

    align-items: center;

    height: 100%;

}



.main-inner {

    width: 90%;

}



.main-inner .main-title {

    color: rgba(0, 15, 8, 1);

    font-family: 'Cartograph CF', monospace;

    font-weight: 300;

    font-size: 36px;

    line-height: 40px;

    text-align: center;

    margin-bottom: 12px;

}



.main-inner .main-desc {

    color: rgba(0, 15, 8, 1);

    font-family: 'Cartograph CF', monospace;

    font-weight: 200;

    font-size: 20px;

    line-height: 28px;

    text-align: center;

    margin-bottom: 25px;

}



.main-left {

    background-color: rgba(255, 223, 223, 1);

    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    padding: 20px 25px;

    border-radius: 8px;

    height: 100%;

    display: flex;

    align-items: center;

}



.main-left .row {

    width: 100%;

}



.main-left .icon-wrapper {

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

}



.docs-wrapper {

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

}



.docs-wrapper .docs-text {

    color: #000F08;

    font-family: 'Cartograph CF', monospace;

    font-weight: 200;

    font-size: 16px;

    line-height: 22px;

    margin-bottom: 12px;

}
.docs-wrapper .docs-text span{
    font-weight: 300;
}


.docs-wrapper label {

    color: rgba(0, 15, 8, 1);

    font-family: 'Cartograph CF', monospace;

    font-weight: 400;

    font-size: 20px;

}



.docs-wrapper input {

    color: rgba(0, 15, 8, 1);

    font-family: Space Grotesk;

    font-weight: 400;

    font-size: 20px;

    line-height: 32px;

    background-color: transparent !important;

    border: none;

    border-bottom: 3px solid rgba(0, 0, 0, 0.68);

    border-radius: 0;

    outline: none;

    box-shadow: none !important;

    padding-left: 0;

    padding-right: 0;

    padding-top: 0;

}



input:-webkit-autofill {

  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;

  -webkit-text-fill-color: #000 !important;

  transition: background-color 5000s ease-in-out 0s;

}



.docs-wrapper input:focus {

    border-color: rgba(0, 0, 0, 0.68) !important;

}



.docs-wrapper input::placeholder {

    color: rgba(0, 15, 8, 0.7);

}



.docs-wrapper .submitbtn {
    border: 1.5px solid rgba(0, 0, 0, 1);
    border-radius: 5px;
    background-color: rgba(250, 250, 198, 1);
    color: #000F08;
    font-family: 'Cartograph CF', monospace;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    margin-top: 24px;
    padding: 8px 20px;
}



.main-right {
    height: 100%;
}



.main-right .box {

    background-color: rgba(255, 255, 255, 1);

    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    border-radius: 8px;

    padding: 20px 25px;

    margin-bottom: 18px;

}



.main-right .box .link-text {

    color: rgba(20, 114, 255, 1);

    text-decoration: underline;

}



.docs-wrapper .docs-desc {
    color: rgba(0, 15, 8, 0.8);
    font-family: 'Cartograph CF', monospace;
    font-weight: 200;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
}



.icon-wrapper {

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

}



.input-error {

    color: rgba(255, 0, 0, 1);

    font-family: 'Cartograph CF', monospace;

    font-weight: 200;

    font-size: 14px;

    line-height: 18px;

    margin-top: 22px;

    margin-bottom: 0;

}



footer {

    background-color: rgba(114, 67, 67, 1);

    padding: 8px 0;

}



footer p {
    color: #fff;
    font-family: 'Cartograph CF', monospace;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0;
}



.void .main-inner .main-title {

    font-size: 34px;

    line-height: 38px;

    margin-bottom: 10px;

}



.void .main-inner .main-desc {

    font-size: 18px;

    line-height: 26px;

    margin-bottom: 15px;

}



/* Loader styles */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
.loader-wrapper.show{
    /* display: flex; */
    opacity: 1;
    visibility: visible;
}
.loader-box {
    width: 100%;
    max-width: 510px;
    height: auto;
    min-height: 300px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 30px 40px 0;
}
.loader-imgbox{
    text-align: center;
    background-color: rgba(255, 223, 223, 1);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    width: 260px;
    height: 260px;
    border-radius: 100%;
}
.loader-box img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    /* display: none; */
    /* margin-top: -25px; */
}

.loader-msg {
    text-align: center;
    color: #000;
    /* font-family: "Avenir", sans-serif; */
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    z-index: 9;
    position: relative;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}