﻿@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");

* {
    font-family: "Ubuntu", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --blue: #2a2185;
    --white: #fff;
    --gray: #f5f5f5;
    --black1: #222;
    --black2: #999;
    --pink: rgb(247, 88, 220);
    --green: #1e627f;
    --green2: #6fa7aa;
}

body {
    /*min-height: 100vh;
    overflow-x: hidden;*/
}

.container {
    width: 100%;
    height: 100vh;  
    display: flex;
    flex-direction: column;
    background: url('../image/bg6.png') no-repeat center center fixed #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mg1 {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    padding-top: 4%;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
    width: 300px;
    margin-top: 10%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.card-header {
    position: relative;
    background-color: var(--green2);
    width: 250px;
    height: 80px;
    border-radius: 10px;
    margin-top: -15%;
    box-shadow: 0px 2px 5px 0px #222222b9;
}

    .card-header h3 {
        color: white;
        font-family: 'poppins';
        padding-top: 10%;
    }

.card-body {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 15%;
}


.inputGroup {
    font-family: 'Segoe UI', sans-serif;
    margin: 1em 0 1em 0;
    max-width: 90%;
    position: relative;
}

    .inputGroup .inputtxt {
        font-size: 100%;
        padding: 0.8em;
        outline: none;
        border: 2px solid rgb(200, 200, 200);
        background-color: transparent;
        border-radius: 10px;
        width: 100%;
    }

    .inputGroup .inputlbl {
        font-size: 100%;
        position: absolute;
        left: 0;
        padding: 0.8em;
        margin-left: 0.5em;
        pointer-events: none;
        transition: all 0.3s ease;
        color: rgb(100, 100, 100);
    }

    .inputGroup :is(.inputtxt:focus, .inputtxt:valid) ~ .inputlbl {
        transform: translateY(-50%) scale(.9);
        margin: 0em;
        margin-left: 1.3em;
        padding: 0.4em;
        background-color: #fff;
        color: var(--green);
    }

    .inputGroup :is(.inputtxt:focus, .inputtxt:valid) {
        /* border-color: rgb(150, 150, 200); */
        border-color: var(--green);
    }

.link1 {
    display: flex;
    padding: 5px;
}

.btn {
    width: 100%;
    padding-top: 3%;
    padding-bottom: 8%;
}

.btnsubmit {
    background-color: var(--green2);
    width: 100%;
    padding: 3%;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 2px 5px 0px #222222b9;
    cursor: pointer;
    color: var(--white);
    font-size: medium;
    font-weight: 600;
}

.msg {
}

    .msg h6 {
        color: var(--black2);
    }

.show {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hide1 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: -10%;
}

    .hide1 hr {
        width: 80%;
        margin-top: 5%;
    }

.hide2 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.error_field {
    display: flex;
    flex-direction: column;
}




.topbar1 {
    width: 90%;
    height: 55px;
    background: var(--white);
    box-shadow: 0px 2px 5px 0px #222222b9;
    margin-top: 2%;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    position: fixed;
    margin-left: 5%;
}

.ace {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.logo1 {
    padding-top: -20px;
    display: flex;
    flex-direction: row;
    width: 40%;
}

    .logo1 h3 {
        color: var(--green2);
        margin-top: 1rem;
    }

    .logo1 .icon {
        position: relative;
        display: block;
        min-width: 60px;
        margin-left: 1.2rem;
        margin-top: 2%;
        height: 60px;
        line-height: 75px;
        text-align: center;
        color: var(--blue);
    }

        .logo1 .icon ion-icon {
            font-size: 2.55rem;
            color: var(--green2);
        }

.topbar1 .navigation1 {
    display: flex;
    flex-direction: row;
    width: 25%;
    justify-content: flex-end;
    padding-right: 50px;
    padding-top: 20px;

}

    .topbar1 .navigation1 ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .topbar1 .navigation1 ul li {
            list-style: none;
            cursor: pointer;
        }

            .topbar1 .navigation1 ul li a {
                text-decoration: none;
                color: var(--green);
                cursor: pointer;
            }

.topbar1 .menu1 {
    display: none;
}

.ace_m {
    display: none;
    flex-direction: column;
    width: 300px;
    height:100vh;
    background: var(--green2);   
}

 .ace_m .logo1_m {
        padding-top: -20px;
        display: flex;
        flex-direction: row;
        width: 100%;
    }

 .ace_m .logo1_m h3 {
        color: var(--white);
        margin-top: 1rem;
    }

    .ace_m .logo1_m .icon {
        position: relative;
        display: block;
        min-width: 60px;
        margin-left: 1.2rem;
        margin-top: 2%;
        height: 60px;
        line-height: 75px;
        text-align: center;
        color: var(--white);
    }

    .ace_m .logo1_m .icon ion-icon {
        font-size: 2rem;
        color: var(--white);
    }

.topbar1 .navigation_m {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    
    padding-right: 50px;
    padding-top: 20px;
}

    .topbar1 .navigation_m ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .topbar1 .navigation_m ul li {
            list-style: none;
            cursor: pointer;
        }

            .topbar1 .navigation_m ul li a {
                text-decoration: none;
                color: var(--white);
                cursor: pointer;
            }


@media (max-width: 480px) {

    .logo1 h3 {
        font-size: 1rem;
    }
    .mg1 {
        padding-top: 500px;
    }

    
}

@media (max-width: 387px) {
    .logo1 h3 {
        display: none;
    }

    .mg1 {
        padding-top: 500px;
    }
    
}


@media (max-width: 768px) {
    .logo1 {
        width: 300px;
    }

    .topbar1 .navigation1 ul {
        display: none;
    }

    .topbar1 .menu1 {
        display: block;
    }

        .topbar1 .menu1 .icon {
            position: relative;
            display: block;
            min-width: 60px;
            margin-left: 1.2rem;
            margin-top: 2%;
            height: 60px;
            line-height: 75px;
            text-align: center;
            color: var(--blue);
            cursor: pointer;
        }

            .topbar1 .menu1 .icon ion-icon {
                font-size: 2.05rem;
                color: var(--green2);
            }


    .mg1 {
        padding-top: 20%;
    }
    /*.container {
        height: auto;
    }*/
}
@media (max-width: 991px) {

    .topbar1 .navigation1
    {
        width:30%;
    }

    
    
}
