input {
    outline: 0;
}

.app-contaier .split{    
   box-sizing: border-box;
   border-top:2px solid #aaa;
   height: 5px;
}

.app-contaier .navigation {
    height: 48px;
    line-height: 48px;
    background-color: #D0F6F6;
    padding-left:28px;
    font-weight: 600;
    font-size:14px;
    color:rgba(0,0,0,.6);
}


#Imagevering {
      cursor: pointer;
      position: absolute;
      top:2px;
}

.reg-button-container {
    display: flex;
    margin: 20px 0  40px 0;
}

.reg-button {
    flex:1;   
 
    box-sizing: border-box;
  
}

.reg-button .button {
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.cancel-button {
    position: relative;
    left:-136px;
}


.reg-button:first-of-type {
    padding-left:255px;
}

.reg-button:nth-of-type(2) {
   text-align: left;
}