
.custom-login-form
{
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
background: rgb(67,87,208);
background: linear-gradient(45deg, rgba(67,87,208,1) 0%, rgba(200,80,195,1) 100%);
     
    
}


.logintitsyl
{
    font-size:28px;
    font-weight:600;
   
}


.containerinnerbox

{
   
    width:500px;
    height:500px;
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:9px;
    padding:50;
}

.custom-login-form table
{
    border:none;
    width:450px;
    border-radius:9px;
    
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/* Input submit button styles */
.custom-login-form input[type="submit"] {
   
    color: #fff;
    padding: 15px 30px 15px 30px;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    width:80%;
    font-size:18px;
    background: rgb(135,255,145);
background: linear-gradient(45deg, rgba(135,255,145,1) 0%, rgba(0,122,6,1) 100%);
margin-top:20px;
    
}


.custom-login-form input[type="submit"]:hover {
    background-color: #1e7c34;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}


.lost-password
{
    color:#7f7f7f;
    padding:10px;
}

.custom-login-form input[type="text"],.custom-login-form input[type="Password"] {
    
    color: #000;
    padding: 10px 30px 10px 30px;
    border:none ;
    border-radius: 9px;
    outline:none;
    width:80%;
    background-color:#e7e7e7;
}


.login-error {
    position: absolute;
    margin-top: -650px;
    background-color: #fff;
    border-radius: 9px;
    padding: 20px;
    color: #ff7b7b;
}

