/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Gilroy";
}

html,
body {
    height: 100%;
    width: 100%;
}

.main {
    min-height: 100vh;
    width: 100%;
    /* padding: 30px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Sign-page1 {
    min-height: 100vh;
    width: 100%;
    background: -o-linear-gradient(45deg, navy, #fec702);
    background: linear-gradient(45deg, navy, #fec702);
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

.sign-page1-box {
    min-height: 100vh;
    width: 90%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 15px;
    padding: 10px 20px;
    /* backdrop-filter: blur(200px); */
    border: 2px solid #ffffff38;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-page1-form {
    min-height: 100vh;
    width: 50%;
}

.sign-page1-info {
    min-height: 100vh;
    width: 50%;
    /* background-color: #000080; */
}

.sign-page1-info h3 {
    font-size: 2.2vw;
    color: #000080;
    font-weight: 800;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.sign-page1-info h5 {
    font-size: 1.2vw;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 10px;
}

.sign-page1-info h5 span {
    font-size: 1.4vw;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 10px;
}

.sign-page1-info h5 .how-in-span {
    font-size: 1.2vw;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.sign-page1-box h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 2vw;
    color: #000080;
}

.sign-page1-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.twobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.fo-inp {
    height: 43px;
    width: 100%;
    font-size: 15px;
    padding: 0px 5px;
    outline: none;
}

.emailbox {
    height: 60px;
    width: 18vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;

}

.emailbox span {
    position: absolute;
    left: 0;
    bottom: 10%;
    height: 10px;
    width: 100%;
    color: rgb(143, 8, 8);
    font-weight: 700;
    /* z-index: 0; */
}

.button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.button {
    cursor: pointer;
    height: 43px;
    width: 18vw;
    font-size: 15px;
    border-radius: 6px;
    background-color: #000080;
    color: #fff;
    border: none;
}

.sign-page1-box h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 9px;
    font-size: 1.2vw;
}

.sign-page1-box h4 a {
    text-decoration: none;
}




@media(max-width: 500px) {
    .sign-page1-box {
        /* min-height: 60vh; */
        width: 95%;
    }

    .fo-inp {
        width: 95%;
        font-size: 5vw;
    }

    .Sign-page1 {
        min-height: 100vh;
        padding: 0px;
    }

    .sign-page1-box {
        padding-top: 40px;
        min-height: 85%;
        flex-direction: column;
    }

    .sign-page1-form {
        min-height: 100vh;
        width: 100%;
    }

    .sign-page1-info {
        min-height: auto;
        width: 100%;
    }

    .sign-page1-info h3 {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .sign-page1-info h5 {
        font-size: 0.7rem;
    }
    .sign-page1-info h5 span {
        font-size: 0.8rem;
    }
    .sign-page1-info h5 .how-in-span {
        font-size: 0.7rem;
    }

    .sign-page1-box h2 {
        font-size: 8vw;
    }

    .sign-page1-box h4 {
        font-size: 5vw;
    }

    .sign-page1-box form {
        padding-top: 10px;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .twobox {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

    }

    .emailbox {
        width: 100%;
    }

    .errormsg {
        font-size: 5.4vw;
    }

    .button {
        width: 35vw;
        font-size: 4.4vw;

    }
}