html {
    position: relative;
    min-height: 100%;
    font-family: "Poppins Regular";
}

body {
    background: url('../img/bg-frame.png') no-repeat fixed;
    background-size: cover;
}

body>.login {
    padding: 0px 15px 0;
}

body>.signup {
    padding: 90px 15px 0;
}

.signup-head {
    color: #1f644c;
    font-family: "Poppins Regular";
    font-weight: bold;
}

.form-signin {
    width: 100%;
    max-width: 430px;
    padding: 0px 0 0 0;
    margin: auto;
}

.footer {
    position: absolute;
    font-family: "Poppins Regular";
    bottom: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: transparent;
    color: #1f644c;
    font-size: 14px;
}

input {
    width: 100%;
    border: 0;
    font-family: "Poppins Regular";
    outline: 0;
    max-width: 300px;
    padding: 10px;
    background: transparent;
    border-bottom: 1px solid #dcdcdc;
}

.signin {
    font-family: "Poppins Regular";
    color: #1f644c;
}

.btn-radius-10 {
    font-family: "Poppins Regular";
    background: #1f644c;
    border: 1px solid green;
    box-shadow: 0 2px 6px #064000;
    color: #fff;
    border-radius: 10px;
}

.btn-radius-10:hover,
.btn-main-color:hover {
    background: rgb(31, 100, 76);
    color: #fff;
    box-shadow: 0 2px 6px green;
}

.btn-radius-10:active,
.btn-main-color:active {
    background: #1f644c;
    border: 1px solid green;
}

li a {
    color: rgb(31, 100, 76);
    height: 30px;
    padding: 0 26px;
    line-height: 26px;
    font-family: "Poppins Regular";
    font-size: large;
    font-style: normal;
    font-weight: 500;
}

a.right {
    background: rgb(31, 100, 76);
    color: #fff;
    border-radius: 10px;
    border: 2px solid rgb(31, 100, 76);
    text-decoration: none;
    box-shadow: 0 2px 6px #064000;
    padding: 0 20px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.right:hover {
    background: rgb(31, 100, 76);
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 6px green;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.join:hover,
a.in:hover {
    color: green;
}

/* a.gabung {
    background: rgb(31, 100, 76) !important;
    color: #fff !important;
    border-radius: 10px;
    border: 2px solid rgb(31, 100, 76);
    text-decoration: none;
    box-shadow: 0 2px 6px #064000;
    padding: 0 20px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.gabung:hover {
    background: rgb(31, 100, 76);
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 6px green;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */

.languageBox {
    border: 1px solid #1f644c;
    color: rgba(0, 146, 63, 0.9);
    background: none;
}

.languageBox:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(31, 100, 76, 1);
}

.languageBox .languageHide {
    color: #000;
}

.languageBox .ico-arr {
    background: url(../img/ui-icon.png) no-repeat -1213px -28px;
}

.languageBox {
    width: 120px;
    height: 28px;
    position: relative;
    border: 1px solid #beccd2;
    border-radius: 2px;
    cursor: pointer;
    line-height: 18px;
}

.languageBox .languageHide {
    background: #fff;
    border: 1px solid #beccd2;
    left: 0;
}

.languageBox .languageHide {
    left: -1px;
}

.languageBox .ico-arr {
    width: 15px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: url(../img/icon.png) no-repeat -258px -412px;
}

.languageBox .languageCur {
    height: 30px;
    line-height: 25px;
    display: inline-block;
    padding-left: 12px;
}

.languageBox .languageHide {
    width: 118px;
    position: absolute;
    bottom: 32px;
    border: 1px solid #ccc;
    background: #fff;
    display: none;
    padding: 1px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.languageBox .languageHide span {
    /* width: 106px; */
    height: 27px;
    display: block;
    line-height: 25px;
    text-align: left;
    padding-left: 10px;
    border: 1px solid #fff;
    cursor: pointer;
}

.languageBox .languageHide span:hover {
    background: #1f644c;
    cursor: default;
    border: 1px solid green;
    color: #fff;
}

.system-error {
    top: 20px;
    color: #f40000;
}

.capsWarning {
    left: 5px;
    top: 47px;
}

.form-group.securityCode {
    height: auto;
}

.securityCode .ui-input {
    width: 100px;
    float: left;
}

.form-group.securityCode input {
    width: 40%;
}

.form-group.securityCode img {
    margin-left: 10px;
    display: inline-block;
    float: right;
    border-radius: 5px;
    margin-right: 0;
    width: 120px;
    cursor: pointer;
    height: 40px;
}

.error-box.error,
.forgetCheckForm .form-row .error-box.error {
    background: none;
    color: #32CD32;
    margin: auto;
    font-family: "Poppins Regular";
    text-align: center;
}

.form-group .error-box,
.forgetCheckForm .form-group .error-box {
    padding: 0;
    background: none;
}

.login-form .form-group .error-box {
    position: absolute;
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
    line-height: 20px;
    bottom: -18px;
    left: -1px;
    border: none;
}

.required-icon {
    font-family: "Poppins Regular";
    color: green;
}

.form-group .error-box,
.forgetCheckForm .form-group .error-box {
    display: inline-block;
    line-height: 30px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: rgba(237, 235, 235, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#bbedebeb, endColorstr=#bbedebeb);
    border-radius: 4px;
    color: #37474e;
}

.form-group .error-box.error,
.forgetCheckForm .form-row .error-box.error {
    background-color: rgba(250, 250, 250, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#bbd8523c, endColorstr=#bbd8523c);
    color: #d60000;
}

.form-group .error-box.error.checked,
.forgetCheckForm .form-group .error-box.error.checked {
    background-color: transparent;
}

.forgetCheckForm .form-group .error-box {
    position: absolute;
    left: 282px;
    top: 10px;
    max-width: 600px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    font-size: 12px;
}

#registerForm {
    padding-top: 20px;
}

#registerForm .ui-input,
#loginInfoForm .ui-input {
    padding: 8px 18px 8px 16px;
}

.ui-input.focus {
    border: 1px solid #32CD32;
}

.ui-input .pre-input,
.ui-input .delete-input {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 12px;
}

.ui-input .pre-input {
    left: 18px;
}

/* Page */

.page-error {
    height: 100%;
    width: 100%;
    padding-top: 40px;
    text-align: center;
    display: table;
}

.page-error .page-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.page-error h1 {
    font-size: 8em;
    font-weight: 700;
    color: #1f644c;
    font-family: "Poppins Regular";
}

.page-error .page-description {
    font-size: 18px;
    font-weight: 400;
    color: #34395e;
}

.page-error .page-search {
    margin: 40px auto;
    max-width: 100%;
    width: 350px;
}

.page-error .page-search .form-control {
    border-radius: 30px;
}

.page-error .page-search .btn {
    border-radius: 30px;
    margin-left: 10px;
}

@media (max-width: 575.98px) {
    .page-error .page-search {
        width: 100%;
    }
}

.simple-footer {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.swal-footer {
    text-align: center;
}

.swal-button:active{
    background-color: #1f644c !important;
}

.text-link-menu {
    color: #1f644c !important;
    text-decoration: underline !important;
}