body   {
    background: url("gym.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.container {
    width: 500px;
    height: 400px;
    margin-top: 150px;
    margin-left: 450px;
    background: rgba(15,15,88,0.6);
    border-radius: 15px;
    text-align: center;
}
.container img  {

    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 30px;
}

input  [type="text"], input [type="password"]{

    width:240px; 
    height:44px;  
    margin-bottom:20px;
    font-size: 18px;
    border: 1px solid #000;
    padding-left: 45px;

}

input [type="Submit"] {
    padding: 15px 25px;
    background: #150;
    color: #fff;
    border: none;
    margin-bottom: 20px;
    cursor: pointer;

}

