#hcaptcha {
    margin: 2px 0;
    margin-bottom: 1rem;
}

#hcaptcha>iframe {
    position: relative;
    width: 100% !important;
    height: 60px !important;
    overflow: hidden;
}

#hcaptcha>iframe .checkbox {
    width: 20px !important;
    height: 20px !important;
}

div.main {
    background: #DFA91F;
    /* Old browsers */
    /*background: -moz-radial-gradient(center, ellipse cover, orange 1%, #031233 100%);*/
    /* FF3.6+ */
    /*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, orange), color-stop(100%, #031233));*/
    /* Chrome,Safari4+ */
    /*background: -webkit-radial-gradient(center, ellipse cover, orange 1%, #031233 100%);*/
    /* Chrome10+,Safari5.1+ */
    /*background: -o-radial-gradient(center, ellipse cover, orange 1%, #031233 100%);*/
    /* Opera 12+ */
    /*background: -ms-radial-gradient(center, ellipse cover, orange 1%, #031233 100%);*/
    /* IE10+ */
/*    background: radial-gradient(ellipse at center, #FF5C00 1%, #031233 100%);*/
    /* W3C */
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=orange, endColorstr='#031233 ', GradientType=1);*/
    /* IE6-9 fallback on horizontal gradient */
    height: calc(100vh);
    width: 100%;
}

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

/* ---------- GENERAL ---------- */
* {
    box-sizing: border-box;
    margin: 0px auto;
    list-style: none;
    text-decoration: none !important;
    font-family: 'Microsoft JhengHei', Arial, sans-serif;
}

input {
    border: none;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0;
}

p {
    line-height: 1.5em;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.container {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* ---------- LOGIN ---------- */

#login form {
    width: 230px;
    margin-right: 0;
    font-size: 12px;
    color: #fff;
}

#login,
.logo {
    display: inline-block;
    width: 40%;
}

#login {
    border-right: 1px solid #fff;
    /*padding: 0px 22px;*/
    padding-right: 60px;
    width: 59%;
}

.logo {
    color: #fff;
    font-size: 50px;
    line-height: 125px;
}

.logo h2 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.logo img {
    display: block;
    width: 300px;
    padding-left: 15px;
}

#divChgPassword span.fa,
#login form span.fa {
    background-color: #fff;
    border-radius: 3px 0px 0px 3px;
    color: #000;
    display: block;
    float: left;
    height: 40px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    width: 30px;
}

#divChgPassword .close {
    font-size: 24px;
    float: right;
    cursor: pointer;
}


#divChgPassword input[type="text"],
#login form input[type="text"],
input[type="password"] {
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
    color: #000;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 200px;
    height: 40px;
}

#divChgPassword input[type="submit"],
#login form input[type="submit"] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000000;
    color: #eee;
    font-weight: bold;
    /* margin-bottom: 2em; */
    text-transform: uppercase;
    padding: 5px 10px;
    height: 30px;
}

#divChgPassword input[type="submit"]:hover,
#login form input[type="submit"]:hover {
    background-color: #0264d6;
    border: 1px solid #fff;
}

#login>p {
    text-align: center;
}

#login>p span {
    padding-left: 5px;
}

.middle {
    display: flex;
    width: 600px;
}

#divChgPassword {
    background-color: #0249a1;
    color: #fff !important;
    padding: 15px;
    border-radius: 10px;
}

#simplemodal-container {
    height: auto !important;
    width: auto !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}