
/* login css begins here */
.login{
    
    width: 70%;
    margin-left: 15%;
    border-radius: 5px;
    margin-top: 2%;
    height: 430px;
    display: flex;
    padding: 0px;
    align-items: center;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.image{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 100%;
    width: 380px;

    background-image: url('images/loginimage.png');
}
.loginForm{
    margin-left: 5%;
    margin-right: 5%;
    width: 50%;
    
}