body {
    margin: 0;
    padding: 0;
    background: none;
    background-size: cover;
    font-family: sans-serif;
    height: 100vh;
}



 .form-group {
width: 500px;
height: 520px;
background: #cdd1b6;
color: #fff;
top: 10%;
left: 0%;
position: absolute;
transform: traslate(-50%, -50%);
box-sizing: none;
padding: 70px 30px;
border-radius: 10px;

 }
 
 .form-group label {
margin: 0;
padding: 0;
font-weight: bold;
font-size: 16px;
display: block;
}


.form-group .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    }

.form-group h2{
     margin: 0;
     padding: 0 0 20px;
     text-align: center;
     font-size: 22px;
    }

    .form-group h4{
        margin: 0;
        padding: 0 0 20px;
        text-align: center;
        font-size: 14px;
       }
.form-group input {
        width: 100%;
        margin-bottom: 20px;
    }

.form-group textarea {
        width: 100%;
        margin-bottom: 20px;
    }

.form-group input[type="checkbox"]
{
        border: none;
        outline: none;
        height: 12px;
        background-color: #000000;
        color: #fff;
        font-size: 16px;
        border-radius: 2px;
        margin-right: 50%;
        margin-top: 0%;
        padding: -10 50 10px;
    
    }

    .form-group input[type="text"]
     {
        border: none;
        border-bottom: 1px solid #fff;
        background: transparent;
        outline: none;
        height: 40px;
        color: #fff;
        font-size: 16px;
    }

    .form-group input[type="email"]
     {
        border: none;
        border-bottom: 1px solid #fff;
        background: transparent;
        outline: none;
        height: 40px;
        color: #fff;
        font-size: 16px;
    }

    .form-group .btn-primary {
        border: none;
        border-bottom: 2px solid #fff;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        background: #9e1831;
        outline: none;
        height: 40px;
        width: 100px;
        color: #fff;
        font-size: 16px;
        border-radius: 7px;
        margin-left: 40%;
        margin-top: 0%;
              
    }
       .btn-primary:hover {
        background-color: #f50101;
     
    } 

    .ok
    {
       border: none;
       text-align: center;
       width: 100%;
       padding: 12px;
       background: #4e8;
       color: #fff;
       font-size: 22px;
       margin-top: 700px;
   }

   .bad
   {
      border: none;
      text-align: center;
      width: 100%;
      padding: 12px;
      background: #a22;
      color: #fff;
      font-size: 16px;
      margin-top: 700px;
  }


   
       