.login-page {
    background-image: url('/public/image/bg-teratecash.jpg');
    background-repeat: no-repeat, repeat;
    background-size: cover;
}

.container-fluid {
    padding: 100px 50px 50px 50px;
}

.has-feedback .form-control {
    padding-left: 30px;
    height: 50px;
    border-radius: 30px;
    border-width: 2px;
    width: 325px;
}

.btn-login {
    background: #2E3045;
    padding: 13px;
    border-radius: 30px;
    font-weight: bold;
    color: white;
    border-width: 2px;
}

#login-form .btn-custom {
    position: absolute;
    right: 5px !important;
    top: 8px !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}

#login-form .btn-custom .glyphicon {
    line-height: 0px;
    top: 2px;
}

.btn-login:hover {
    color: white;
}

.btn-register {
    background: #2E3045;
    padding: 13px;
    border-radius: 30px;
    font-weight: bold;
    color: #E3B242;
    border-color: #E3B242;
    border-width: 2px;
}

.btn-register:hover {
    color: #E3B242;
}

.padding-page {
    padding: 50px;
}

.text-link,
.text-link:hover {
    color: #2E3045;
    text-decoration: underline;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .has-feedback .form-control {
        width: 100%;
    }
    .container-fluid {
        padding: 10px;
    }
    .padding-page {
        padding: 10px;
    }
}