
.Login {
    background: url(../image/Sellers.png) no-repeat center center ;
    background-size: cover;
    height: 100vh;
    background: linear-gradient(45deg, rgba(111,203,237,1) 0%, rgba(34,115,215,1) 100%);
    padding: 60px 0;
}
.Login .container-box {
    background: url(../image/BG.png) no-repeat center center ;
    background-size: cover;
    
    border-radius: 10px;
    /* padding: 20px;  */
    /* padding-top: 150px; */
} 
.Login .image {
    width: 90%;
    text-align: center;
}
.Login .image img {
    width: 100%;
}
.Login .login {
    width: 150px;
    margin: 50px auto 50px;
}
.Login form .Password {
    position: relative;

}
.Login form .Password span.show {
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 9;
    cursor: pointer;

}
.Login form .Password span.show i {
    transition: all 0.3s ease-in-out;
}