.body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.loginpage-main-container{
    width: 70%;
    height: 90vh;
    display: flex;
    flex-direction: row;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 10px;
}

.loginpage-welcome-image{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%; 
    background-image: url('assets/1.jpg');
    background-repeat: no-repeat;
     background-position: center center;
     background-size: contain;
}

.loginpage-credential-area{
    width:30%;
    background-color: rgb(231, 231, 231);
}

.loginpage-abb-logo{
    height: 30%;
    background-image: url('assets/abbLogo.jpg');
    background-repeat: no-repeat;
     background-position: center center;
      background-size: contain;
}

.loginpage-input-credential-area{
height: 70%;
display: flex;
flex-direction: column;
justify-content: center;
}

/* .loginpage-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 0px 0px 5px;
    margin-left: 10px;
    margin-right: 10px;
    height: 32px;
    left: 80px;
    top: 167px;
    margin-bottom: 10px;


    background: #FFFFFF;

    border: 2px solid #DBDBDB;
    border-radius: 4px;
}

.loginpage-forgot-password-text{
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
    margin-right: 10px;
    margin-bottom: 30px;
}

.loginpage-forgot-password-text:hover{
    color:red;
    cursor: pointer;
} */

.loginpage-login-button{
    margin-left: 10px;
    margin-right: 10px;
}

.Button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;

    padding: 10px;
    left: 394px;
    top: 167px;

    background: #FFFFFF;
    border-radius: 20px;
    font-weight: bold;
    border: 2px solid #b6b6b6;
    color: #b6b6b6;
}

.Button:hover {
    color: #ffffff;
    background-color: #818181;
}