
body{
    background-image:url('background.jpg');
    background-size:cover;
    background-repeat:unset;
    
}
.container{
    background-color: 01375C;
    width: 400px;
    height: 260px;
    border: 4px solid #060A21;
    border-radius: 10px;
    margin-top: 0px;
    
}
h1{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    
    color: #909CC2;
}
form{
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type=text], input[type=password] {
  width: 380px;
  padding: 12px 10px;
  margin: 15px 10px;
  
  
  border: 1px solid #ccc;
  box-sizing: border-box;

}
.btn{
    display: flex;
    justify-content: space-around;
    
}
lable{

    margin-left: 10px;
    color: #909CC2;
    font-size: 20px;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif
}
input[type=submit],input[type=reset]{
    background-color: #060A21;
    width: 100px;
    height: 30px;
    color: #909CC2;
    border: 2px solid #909CC2;
    border-radius: 5px;
    
    
}

a{
    color:#909CC2;
}
p{
    margin-left: 10px;
    color: #909CC2;
}

    .proimg
    {
        margin-top: 60px;
    }

img{
    border: 6px solid #07080a;
    border-radius: 50%;
    width: 100px;
    height:100px
    
}
