* {
  margin: 0;
  padding: 0;
}

body{
    //background-color: #ece4f2;
    background-color: #cfaef2;
    padding-top: 10px;
    margin: 0 auto;
}

.banner_wrapper{
    //background-color: #cfaef2;
    background-color: #ece4f2;
    width: 340px;
    margin: 0 auto;
    margin-top: 20mm;
    margin-bottom: 10mm;
    border-radius: 10px;
}

.class_input_login{
     border-radius: 10px;
     height: 10mm;
     width: 320px;
     margin: 0 auto;
     margin-top:30px;
     margin-left:11px;
     text-align: center;
}

.class_input_password{
     border-radius: 10px;
     height: 10mm;
     width: 320px;
     margin: 0 auto;
     margin-top:30px;
     margin-left:11px;
     margin-bottom:30px;
     text-align: center;
}

.class_but_enter{
     background-color: #ece4f2;
     border-radius: 20px;
     height: 10mm;
     width: 320px;
     margin-top:5mm;
     margin-left:11px;
     margin: 0 auto;
     line-height: 9mm;
     text-align: center;
     cursor: pointer;
}