#panel-login, #flip-login {
   
    text-align: left;
   /* background-color: #ffffff;
    border: 1px solid #01ABEA;*/
    border-radius: 4px;
    font-size: 16px;
    color: #161616;
    font-weight: 500;
    font-family: freight-sans-pro,Arial,sans-serif;
    box-shadow: 0 0 0 0 #B8E4F4;
    cursor: pointer;
}
  #flip-login {
    width: 400px;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 10px;
    color: #161616;
    font-family: freight-sans-pro,Arial,sans-serif;
    line-height: 1.6;
  }

#panel-login {
padding: 20px;
display: none;
}
.form-box__form-layout-remember {
    display: flex;
    justify-content: space-between;
    align-items: left;
    margin-top: 20px;
    padding-bottom: 15px;
}