/**
 * Copyright (C) GOYOURLIFE INC. - All Rights Reserved.
 * Unauthorized copying of this file, via any medium is strictly prohibited.
 * Proprietary and confidential.
 * Written by Doris Wang <doris.wang@goyourlife.com>, July 2020.
 * 
 * @author Doris Wang <doris.wang@goyourlife.com>
 * @link http://www.goyourlife.com
 * @copyright Copyright &copy; 2020 GOYOURLIFE INC.
 */

.header { 
    /* background-color: white; */
    /* background-position: right; */
    /* background-size: 60% 100%; */
    /* background-repeat: no-repeat; */
    background-color:rgba(32, 53, 106, 1);
    height:50px;
    color: white;
    margin: 0;
    padding-left: 15px;
    text-align: left;
    padding-top: 13px;
}
.tab1Btn {
    height:56px; 
    width:150px;
    /* background-color: red; */
    cursor: pointer;
    text-align: center;
}
.tab1BtnClick {
    background-size: contain; 
    height:56px; 
    width:160px;    
    /* background-color: red; */
    cursor: pointer;
    text-align: center;
    border-bottom: 6px solid rgba(92, 118, 202, 1);
}
.tab2Btn {
    height:56px; 
    width: 250px;
    /* background-color: red; */
    cursor: pointer;
    text-align: center;
}
.tab2BtnClick {
    background-size: contain; 
    height:56px; 
    width: 250px;
     /* background-color: red; */
    cursor: pointer;
    text-align: center;
    border-bottom: 6px solid rgba(92, 118, 202, 1);
}
/* .tab3Btn {
    background-size: contain; 
    height:65px; 
    width:170px;
    background-image: url("<?php echo ROOT_RS_URL; ?>/images/tab3.png");
    cursor: pointer;
}
.tab3BtnClick {
    background-size: contain; 
    height:65px; 
    width:170px;
    background-image: url("<?php echo ROOT_RS_URL; ?>/images/tab3Click.png");
    cursor: pointer;
} */
.loginBtn {
    width: 85px;
    height: 30px;
    background-color: black;
    border-radius: 4.2px;
    border: none;
    color: white;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    font-size: 15px;
    font-family:'Noto Sans TC',sans-serif;
    float:right;
    margin-right:3%;
    vertical-align: -50%;
    margin-top: 25px
}
