.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:16px;
    color:rgba(0,0,0,.6);
}

.app-contaier > .content {
   position: relative;
   margin:30px 0 30px 0;
}

.star {
    color:red;
}


.password-button-container {
    display: flex;
    margin: 20px 0  20px 0;
}

.password-button {
    flex:1;   
 
    box-sizing: border-box;
  
}

.password-button .button {
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.cancel-button {
    position: relative;
    left:-136px;
}


.password-button:first-of-type {
    padding-left:218px;
}

.password-button:nth-of-type(2) {
   text-align: left;
}

#Image1 {
    vertical-align: baseline;
}

#Image1:hover {
    cursor: pointer;
}

input {
    outline: 0;
}
