﻿.login-container {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    background: linear-gradient(to right, #008869 0%, #ddd 60%);
    margin-top: 10px;
    color: #000000;
    border-radius:10px;
}
.pdl{
    margin-top:10px;
}