body {
    font-size: 15px;
    padding: 146px 24px;
    overflow-y: auto;
    height: auto;
    min-height: 100%;
}

.login_form {
     max-width: 550px;
      margin-left: auto;
      margin-right: auto;
      background-color: #212832 !important;
      text-align: center;
      position: relative;
      z-index: 1;
      padding: 44px 44px;
      padding-top: 13px;
}
.register_form{
       max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #212832;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 15px 26px;
   padding-bottom: 0;
    
}
.register_form .login_heading {
    position: absolute;
    top: -69px;
    left: 38%;
   
   
  
    
}

.login_form .login_heading {
    position: absolute;
    top: -69px;
    left: 80px;
   
   
  
    
}



input[type=text],
input[type=password],
select  {
    border-radius: 5px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .12);
    font: 400 15px/18px Roboto, sans-serif;
    box-shadow: inset 0 -1px 0 transparent;
    box-sizing: border-box;
    
    background: 0 0;
    width: 100%;
    display: block;
    outline: 0;
    background-color: #fff;
    height: 35px;
}

.md-btn {
     background: #3affaa;
    width: 100%;
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    color: #000 !important;
    padding: 4px 16px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 280ms ease;
    transition: all 280ms ease;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font: 500 14px/31px Roboto, sans-serif !important;
    

}
.md-btn:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}
.lable_marging lable{
margin-top:5px !important;
}
label {
    color: #fff;
    margin-bottom: 1% !important;
   margin-top: 17px;
}
.input_icon{
    position: relative;
    margin-bottom: 13px;
}

 .ace-icon  {
    z-index: 2;
    position: absolute;
    border-radius: 5px;
    bottom: 0px;
    right: 0;
    line-height: 35px !important;
    display: inline-block;
    color: #282828;
    font-size: 21px !important;
    background-color: #bfbfbf;
    padding: 0 14px;
}
::placeholder{
    opacity: 0.2;
}

.text-style{
   color: #3affaa !important;
    text-transform: capitalize;
    font-size: 13px;
}

.mt-3{
        margin-top: 13px;
}



@media(max-width:550px){
    body{
        padding: 81px 0px;
    }
.register_form .login_heading{
left: 24%;
}
}