.login-card {
    border-radius: 32px;
    position: relative;
    display: block;
}

.header-section {
    width: 590px;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.text-left {
    text-align: left !important;
}
.auth-box {
    border : 1px solid #CCCCCC;
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.40);
    border-radius: 32px;
    padding: 56px;
    background-color: white;
}
.input-group {
    margin-bottom: 1.25em;
}


.login{
    align-items: center;
    background-size: cover;
    background-color: #c0d5ef;
    height: 100%; 
    display: flex;
    height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    -webkit-box-shadow:inset 0 0 100px 0 black;
    box-shadow:inset 0 0 100px 0 black;
}
.errorMessage {
    color: red;
}
