body {
   justify-content: center;
   text-align: center;
 position:relative;
   background: url('images/logo.png') no-repeat center;
   background-size: 71%;
   background-attachment: fixed;
   background-color: gainsboro;
 }
 
 form{
    background: #fff;
    margin: 100px auto;
    margin-top: 5px;
    text-align: left;
    width: 40%;
   padding: 10px 40px 40px 40px;
   border-radius: 15px;
   box-shadow: 1px 3px 1px 3px #5c59f3;
    
 }
 .tab p{
    font-size: 20px;
    margin: 0 0 10px 0;
    margin-top: 30px;
 }
 input,select{
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    font-size: 17px;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #cdcdcd;
    border-radius: 0px;

 }
 .alert-danger{
   color:red;
   
 }
 .index-btn-wrapper{
    display: flex;
    width: 100%;
 }
 .index-btn{
    margin: 20px 15px 0 0;
    background: #5c59f3;
    color: #fff;
    padding: 10px 20px;
   
    font-size: 17px;
    cursor: pointer;
  /*  border-bottom: 2px solid #cdcdcd;*/
     border-radius: 20px;
transition: 0.3s;
 }
 .index-btn:hover{
    opacity: 0.8;
 }
 hr{
   width: 100%;
   background: red;
    border-bottom:3px solid red;
   
 }
 .step{
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #5c59f3;
    color: white;
    border-radius: 50%;
    line-height: 30px;
    margin: 0 2 2px;
    opacity: 0.25;
 }
 .multi-step-form {
   border-radius: 15px;
   margin: auto;
   margin-top: 100px;
   max-width: 600px;
 }
 .form-container {
   border-radius: 15px;
   margin: auto;
   background-color: #fafafa;
   padding: 30px 50px;
 }
 .form-control {
   background-color: transparent;
   border: none;
   border-bottom: 2px solid #cdcdcd;
   border-radius: 0px;
 }
  