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

}

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

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

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