.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 {
    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;
}

.padding-page-left {
    padding: 20px 0 50px 20px;
}

.padding-page-right {
    padding: 20px 50px;
}

.text-link,
.text-link:hover {
    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: 1000px) {
    .has-feedback .form-control {
        width: 100%;
    }

    .container-fluid {
        padding: 10px;
    }

    .padding-page {
        padding: 10px;
    }

    .padding-page-left,  .padding-page-right{
        padding: 20px;
    }
}