
.a{
    background-image: url('../product/login.jpg');
    
}
.login-box{
    margin: 1erm;
}

.login-box .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
   align-items: center;
   margin: auto;
}

.login-box h1 {
    margin: 0;
    padding: 0 0 20px;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.login-box label {
    margin: 0;
    padding: 0;
    font-weight: bold;
    display: block;
    color: #fff;
}

.login-box input {
    width: 100%;
    margin-bottom: 20px;
}

.login-box input[type="text"],
.login-box input[type="password"] {
    border: none;
    border-bottom: 2px solid #fdfafa;
    background: transparent;
    outline: none;
    height: 40px;
    color: #f4f2f2;
    font-size: 18px;
}

.login-box input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    background: rgb(4, 136, 26);
    color: #f7f4f4;
    font-size: 18px;
    border-radius: 20px;
    box-shadow: 1px 2px 5px black;
}

.login-box input[type="submit"]:hover {
    cursor: pointer;
    background: #ffc107;
    color: #f5eeee;
}

.login-box a {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: rgb(248, 246, 246);
}

.login-box a:hover {
    color: #fff;
}