*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
htmt{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
body{
    width:100%;
    height:750px;
    
}
.main{
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: darkslategray;
}
.resiger{
    width:500px;
   background-image: linear-gradient( to right,darkorange ,aqua );
   /* background-color: #ddd; */
   border-radius: 10px;
 
}
.form_group{
    height:90px;
}
.resiger .lable{
    display: flex;
    justify-content: center;
    margin: 20px 15px;
}
.resiger .lb{
    width: 318px;
    margin: 0 auto;
   font-size: 20px;
   display: flex;
  
  
  
}
.resiger .dn{
    width: 318px;
    height:30px;
    font-size:14px;
    display:flex;
    margin: 0 auto;
    /* margin-bottom: 20px; */
    border-radius:5px;
    border:none;
    padding-left: 5px;
}
.resiger .dk{
   display: flex;
   justify-content: center;
   padding-bottom: 25px;
   height:70px;
}
.resiger .dk .btn{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    margin-top: 3px;
    font-size:20px;
    border-radius: 5px;
    border: none;
    background-color:blue;
    color:#fff;
    cursor: pointer;
    width:120px;
}
.form_message{
    /* display:flex; */
    /* justify-content: center; */
  
    padding-left: 95px;
    text-align: center;
    /* transform: translateX(20px); */
    padding-bottom: 5px;
    color:red;
    font-family: Arial, Helvetica, sans-serif;
    
}

