.main{
    display: flex;
  justify-content: center;
  align-items: center;
  
    margin-left:auto;
    margin-right:auto;
    height:auto;
    width:100%;
    box-sizing:border-box;
    text-align:center;
    padding:5px;
}

.loginform{
    height:auto;
    width:auto;
    background-color:#ffffcc;
    margin:25px;
    display:inline-block;
    padding:10px;
}

.crinput{
     width:auto;
    height:auto;
    background-color:#ffffcc;
    margin:5px;
    display:inline-block;
    padding:5px;
    
}

.registration{
    width:auto;
    height:auto;
    background-color:#ffffef;
    margin:5px;
    display:inline-block;
      padding:5px;
}
.crinput button{
    width:auto;
    height:45px;
    background-color:#ffffcd;
    border-color:#ffffff;
    position:static;
    text-decoration:none;
}
.row table td{
    background-color:none;
}