﻿.docs-body {
    background: linear-gradient(to bottom, rgba(219,219,219,1) 0%, rgba(179,179,179,1) 100%);
}

.docs-footer {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0px;
    background-color: #cfcfcf;
    padding: 12px 0;
    color: #808080;
    font-size: 12px;
    font-family: "微軟正黑體";
    line-height: 18px;
}

.login-img-logo {
    display: none;
}

.login-title {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    line-height: 50px;
    padding: 3%;
    white-space: nowrap;
}

.login-container {
    flex-direction: row;
    display: flex;
    height: 100vh;
}

.docs-container {
    margin: 0 auto;
    width: 650px;
}

.docs-container div {display: inline-block;
    margin: 0 10px;
}

.docs-container p {
    margin: 0;
}

.docs-login-wrapper {
    background-color: #fff;
    color: #808080;
    margin: 0 auto;
    clear: both;
    flex: 1;
}

.login-item {
    flex: 1;
}

.left-wrapper {
    background-color: #085F52;
    display: flex;
    align-items: center;
}

.right-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: stretch;
}

.docs-login-header {
    color: #000;
    text-align: center;
}

.docs-form-group {
    position: relative;
    margin: 10px auto 0 auto;
    width: 50%;
}

    .docs-form-group:first-of-type {
        margin-top: 40px;
    }

.docs-textbox-wrap {
    float: none;
    position: relative;
    height: 47px;
    border: 1px solid #adadad;
    border-radius: 4px;
    overflow: hidden;
}

.docs-textbox-wrap.no-border {
    border: unset;
}

.docs-textbox {
    position: absolute;
    font-size: 16px;
    height: 50px;
    width: 100%;
    background-color: #fff;
    border: 0;
    padding-left: 12px;
}

.docs-btn {
    background-color: #00B23D;
    text-decoration: none;
    color: #fff;
}

.docs-btn.no-background-color {
    border: 1px solid #adadad;
    background-color: unset;
    color: #000;
}

.docs-home {
    position: absolute;
    top: 70px;
    left: 420px;
    width: 49px;
    height: 43px;
    background-image: url('../Browser_Local/img/home_normal.png');
}

.docs-home:hover {
    background-image: url('../Browser_Local/img/home_active.png');
}

.docs-floater {
    height: 50%;
    margin-bottom: 175px;
}

.docs-no-padding {
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    .login-container {
        flex-direction: column;
    }

    .login-item {
        flex: 0 50%;
    }
}

@media only screen and (max-width: 560px) {
    .login-img {
        display: none;
    }

    .login-img-logo {
        display: contents;
    }
}

@media only screen and (max-width: 320px) {
    .login-img {
        display: none;
    }

    .login-img-logo {
        display: none;
    }

    .login-title {
        align-items: center;
        padding: 0% 15%;
    }
}
