.auth-container .auth-title {
    color: #4f5f6f;
}

/* 登入頁 */
@media screen and (max-width: 768px) {
   .auth {
    padding: 30px;
   }
   .auth-header img {
    width: 230px;
   }
 }

 .auth-header img {
 	margin: 15px 0 10px;
 }

 .forgot-btn {
 	display: block;
 	text-align: center;
 }

 .custom-responsive{
   position: relative;
   height: 0;
   width: 100%;
   padding-bottom: 60%;
 }

 .custom-responsive iframe{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }

 select[multiple]{
      height: 100%;
    }