body {
    width: 100%;
    height: 100%;
    background: #E5E5E5;
    margin: 0;
    padding: 0;
}

.dashboard fieldset {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;
    border: none;
}

.dashboard .inPut {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
}

::placeholder {
    color: white;
    padding: 10px;
}

.dashboard .form_forgotPswd {
    margin-left: 20px;
    padding: 10px;
}

.container,
#forgotPsw {

    cursor: pointer;
}
.bg-color{
    background-color: #224957;
}

.dashboard .form_forgotPswd span {
    margin: 5px;
    margin-left: 0px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #224957;
}

.dashboard .form_forgotPswd span a {
    color: black;
    font-style: normal;
    text-decoration: none;
}

#title {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    text-align: center;
    color: #224957;

}

#subtitle {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #224957;

}

#userName,
#password {
    width: 300px;
    height: 45px;
    background: #224957;
    border-radius: 10px;
    margin-left: 20px;
    text-transform: capitalize;
}

.dashboard #login {
    border: none;
    color: #224957;
    width: 300px;
    height: 45px;
    background: #20DF7F;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-left: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;

}

.dashboard img {
    position: absolute;
    width: 43px;
    height: 43px;
    left: 71px;
    bottom: 50px;
    background: #FFFFFF;
    border-color: black;
    border-radius: 43px;
    padding: 10px;
}

#darkIcon img:hover {
    cursor: pointer;
    background-color: #224957;
}

.custom-shape-divider-bottom-black,
.custom-shape-divider-bottom-green {
    position: absolute;
    margin-bottom: 0;
    padding-bottom: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-green {
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-black svg {
    position: relative;
    display: block;
    width: calc(123% + 1.3px);
    height: 104px;
}

.custom-shape-divider-bottom-green svg {
    position: relative;
    display: block;
    width: calc(107% + 1.3px);
    height: 129px;
}

.custom-shape-divider-bottom-black .shape-fill {
    fill: rgba(34, 73, 87, 0.8);
}

.custom-shape-divider-bottom-green .shape-fill {
    fill: rgba(32, 223, 127, 0.8);
}