::placeholder {
    color: #EDF1FA !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
    body {
        background-color: #F6FFF7 !important;
        font-family: 'Roboto' !important;
        padding: 0;
        margin: 0 auto;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100vh;
    }

    .header {
        height: 25vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .main {
        display: flex;
        justify-content: center;
        margin-top: 5%;
        /*background-color: white;*/
    }

    .tag {
        /*background-color: brown;*/
        margin: 8% 0 10% 0;
        padding: 0 5% 0 5%;
        align-items: center !important;
        justify-content: center !important;
        height: 30%;
    }

    .input-group {
        border: 0.5px solid #111 !important;
        padding: 5px 5px 5px 5px !important;
        align-items: center !important;
    }

    .form-control {
        background-color: #F6FFF7 !important;
        border: 0 solid #111 !important;
    }

    .icon {
        font-size: 1.6em;
        color: #111;
    }

    .input-last {
        margin-top: 10% !important;
    }

    .button-signin {
        height: 55% !important;
        margin-top: 8% !important;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        font-size: 20px !important;
        border: 1px solid #0B3300;
    }

    p {
        font-weight: bold;
        margin-bottom: 0 !important;
    }

    #title-signin {
        color: #0B3300;
    }

    #title-signup {
        color: white;
    }

    #signup {
        background-color: #0B3300 !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up)
@media only screen and (min-width: 600px) {

} */

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .mode-pc {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .header, .main {
        display: none !important;
    }
}

/* Large devices (laptops/desktops, 992px and up)
@media only screen and (min-width: 992px) {

} */

/* Extra large devices (large laptops and desktops, 1200px and up)
@media only screen and (min-width: 1200px) {

} */