 .login-link {
   margin-top: 20px;
   font-size: 14px;
 }

 .hr-text-x38 {
   display: flex;
   align-items: center;
   text-align: center;
   margin: 14px 0 10px;
   color: #666;
   font-weight: 600;
 }

 .hr-text-x38::before,
 .hr-text-x38::after {
   content: "";
   flex: 1;
   border-top: 1px solid #ccc;
 }

 .hr-text-x38::before {
   margin-right: 10px;
 }

 .hr-text-x38::after {
   margin-left: 10px;
 }

 .login-link a {
   display: inline-block;
   margin-right: 12px;
   margin-bottom: 8px;
 }