.login-card {
    width: 100%;
    height: auto;
}

.login-card div {
}

.center-element {
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-field {
    border-width: 0;
    border: none;
    background-color: #FFFFFF;
    border-width: 0;
    box-shadow: none;
    border-bottom: 1px solid darkgrey;
}

.sign-in-button {
    background-color: #014F5B;
    width: 150px;
    height: 4.5vh;
    border-radius: 20px;

}

@media only screen and (min-width: 768px) {
    .text-div {
        border-radius: 15px 0 0 15px;
        background-color: #014F5B;
    }

    .form-div {
        border-radius: 0 15px 15px 0;
        background-color: #FFFFFF;
    }

    .header-text {
        font-size: 30px;
        font-weight: bold
    }

    .container-div {
        /*width: 50vw;*/
        height: 60vh;
    }
}

@media only screen and (max-width: 768px) {
    .text-div {
        border-radius: 15px 15px 0 0;
        background-color: #014F5B;
    }

    .form-div {
        border-radius: 0 0 15px 15px;
        background-color: #FFFFFF;
    }

    .header-text {
        font-size: 25px;
        font-weight: bold
    }
}


/* for captcha */
.input-icons i {
    position: absolute;
    cursor: pointer;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 9% 0 0 0;
    min-width: 40px;
}

.input-field {
    width: 100%;
    padding: 10px 0 10px 10px;
    text-align: center;
    border-right-style: none;
}