﻿body {
    font-family: "Microsoft JhengHei", "PingFangTC-Thin";
}
.main {
    background: #f3f3f3;
}
html {
    font-size: 62.5%;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    line-height: 1.85;
    color: #546274;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

        h1 a:hover,
        h2 a:hover,
        h3 a:hover,
        h4 a:hover,
        h5 a:hover,
        h6 a:hover {
            color: inherit;
        }

h1 {
    font-size: 6.4rem;
}

h2 {
    font-size: 4.8rem;
}

h3 {
    font-size: 3.6rem;
}

h4 {
    font-size: 2.8rem;
}

h5 {
    font-size: 2.2rem;
}

h6 {
    font-size: 1.8rem;
}

p {
    line-height: 1.85;
    font-size: 1.4rem;
    color: #546274;
    margin: 0;
    padding: 0;
}

a {
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    outline: none;
    text-decoration: none;
}

    a,
    a:hover,
    a:focus {
        text-decoration: none;
        display: inline-block;
        color: inherit;
        outline: none;
    }
.tsp-content .alternet-access.mt40 {
    margin-top: 40px;
}

.tsp-content .alternet-access p {
    font-size: 1.4rem;
    color: #546274;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
}

.tsp-content .alternet-access p a {
        color: #0a8bfe;
    }
.tsp-container-wrap {
    min-height: 100vh;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .tsp-container-wrap .tsp-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
        background: #ffffff;
    }

        .tsp-container-wrap .tsp-container .tsp-content,
        .tsp-container-wrap .tsp-container .tsp-bg {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            padding: 50px 50px;
        }

.tsp-content .logo {
    margin-bottom: 30px;
}

.tsp-content h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1c2437;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}

.tsp-content p {
    font-size: 1.5rem;
    color: #546274;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}

.tsp-content form .form-group {
    position: relative;
    margin-bottom: 25px;
}

    .tsp-content form .form-group.pass-block .pass-toggler-btn {
        position: absolute;
        top: 29px;
        right: 15px;
        font-size: 1.8rem;
    }

        .tsp-content form .form-group.pass-block .pass-toggler-btn i {
            cursor: pointer;
            color: #546274;
        }

        .tsp-content form .form-group.pass-block .pass-toggler-btn #eye-slash {
            display: none;
        }

    .tsp-content form .form-group.pass-block .error-block {
        position: absolute;
        top: 9px;
        right: 15px;
    }

        .tsp-content form .form-group.pass-block .error-block:hover .validation-requirement {
            visibility: visible;
            opacity: 1;
        }

        .tsp-content form .form-group.pass-block .error-block .icon.incomplete-pass i {
            color: #fa7474;
        }

        .tsp-content form .form-group.pass-block .error-block .icon i {
            font-size: 1.4rem;
        }

        .tsp-content form .form-group.pass-block .error-block .validation-requirement {
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            z-index: 9;
            position: absolute;
            top: -10px;
            left: calc(100% + 10px);
            background: #ffffff;
            border: 1px solid rgba(0, 0, 0, 0.08);
            -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
            min-width: 260px;
            border-radius: 5px;
        }

            .tsp-content form .form-group.pass-block .error-block .validation-requirement:before {
                position: absolute;
                top: 10px;
                left: -8px;
                content: '';
                width: 0;
                height: 0;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                -webkit-box-shadow: 0px -5px -30px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px -5px -30px 0px rgba(0, 0, 0, 0.1);
                border-right: 8px solid #ffffff;
            }

            .tsp-content form .form-group.pass-block .error-block .validation-requirement ul {
                padding: 20px 30px;
                margin: 0;
                list-style: none;
            }

                .tsp-content form .form-group.pass-block .error-block .validation-requirement ul li {
                    font-size: 1.3rem;
                    font-weight: 400;
                    color: #546274;
                    font-family: "Roboto", sans-serif;
                    position: relative;
                    padding-left: 25px;
                }

                    .tsp-content form .form-group.pass-block .error-block .validation-requirement ul li + li {
                        margin-top: 5px;
                    }

                    .tsp-content form .form-group.pass-block .error-block .validation-requirement ul li.incomplete-item:before {
                        color: #d3d3d3;
                        content: url(../images/check-grey.svg);
                    }

                    .tsp-content form .form-group.pass-block .error-block .validation-requirement ul li:before {
                        content: url(../images/check-green.svg);
                        margin-right: 10px;
                        height: 18px;
                        width: 18px;
                        position: absolute;
                        top: 3px;
                        left: 0;
                    }

    .tsp-content form .form-group .form-control {
        height: 65px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 25px 15px 0;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 80px;
        color: #546274;
        outline: none;
        box-shadow: none;
    }

        .tsp-content form .form-group .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #b2becc;
        }

        .tsp-content form .form-group .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: #b2becc;
        }

        .tsp-content form .form-group .form-control:-ms-input-placeholder {
            /* IE 10+ */
            color: #b2becc;
        }

        .tsp-content form .form-group .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: #b2becc;
        }

    .tsp-content form .form-group label {
        top: 7px;
        font-size: 1.2rem;
        color: #1c2437;
        position: absolute;
        margin-bottom: 0;
        left: 17px;
        z-index: 2;
        font-weight: 400;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-transform: uppercase;
    }

.tsp-content form .terms {
    margin-top: 20px;
    font-size: 1.3rem;
    font-family: "Roboto", sans-serif;
    display: block;
    font-weight: 400;
    color: #546274;
    line-height: 1.8;
}

    .tsp-content form .terms span {
        display: block;
    }

    .tsp-content form .terms a {
        color: #0a8bfe;
    }

.tsp-content form .btn {
    height: 65px;
    width: 200px;
    text-align: center;
    display: block;
    background: #0a8bfe;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    border-radius: 5px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tsp-bg.bg-1 {
    background: url(../Images/theme-10-bg-1.jpg) no-repeat center bottom;
    background-size: cover;
}
