body {
    
    
    background:#696969;
}


.bg1 {
  background:#e87d7d;
}

.form_bg {
    background-color:#e0ffff;
    color:black;
    padding:20px;
    border-radius:10px;
    position: absolute;
    border:1px solid #fff;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 320px;
    height: 320px;
}

.form_bg1 {
    background-color:#658548;
    color:white;
    padding:20px;
    border-radius:10px;
    position: absolute;
    border:2px solid #fff;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 320px;
    height: 320px;
}


.align-center {
    
    text-align:center;
}