section#page-teratecash {
    background: url('../image/teratecash/ic-teratecash.jpg') no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

section#page-teratecash .login-box {
    margin: 0;
    height: auto;
    background: #fff;
    box-shadow: 0 0 20px #00000050;
    max-width: 100%;
    width: 360px !important;
}

section#page-teratecash .login-box .box-logo img {
    max-width: 100%;
    width: 125px;
    margin-top: 40px;
}

section#page-teratecash .login-box .box-content {
    margin-top: 15px;
    padding: 0px 20px;
}

section#page-teratecash .login-box .box-footer {
    padding: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.box-footer {
    margin-top: 25px;
}

.box-footer .footer-left,
.box-footer .footer-right {
    width: 50%;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.box-footer .footer-fluid {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.box-footer a {
    color: #888;
    font-weight: bold;
}

.box-footer .footer-left {
    border-right: 1px solid #ddd;
}

section#page-teratecash .login-box .form-control-feedback {
    top: 8px !important;
    right: 5px !important;
}

section#page-teratecash .has-feedback .form-control,
section#page-teratecash .form-control {
    height: 50px;
    border-radius: 30px;
    text-align: center;
    padding: 10px;
}

section#page-teratecash .login-box .btn-login {
    background: #1A1B27;
    padding: 13px;
    border-radius: 30px;
    border: none;
}

section#page-teratecash .login-box .btn-custom {
    position: absolute !important;
    top: 8px !important;
    right: 5px !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    border-radius: 50%;
}

section#page-teratecash .login-box .btn-custom .glyphicon {
    line-height: 0px;
    top: 4px;
}