﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

.w3-button {
    padding: 4px 8px;
}

.dropDownList {
    padding: 10px;
    background-color: #EFEFEF;
    margin-top: 8px;
    box-sizing: border-box;
    border-color: #CCC;
    border-radius: 3px;
}
/* Login Page */
.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.img, .login-wrap {
    width: 50%;
}

@media (max-width: 991.98px) {
    .img, .login-wrap {
        width: 100%;
    }
}

.login-wrap {
    position: relative;
    background: #fff h3;
    font-weight: 300;
}

.form-control:focus {
    border-color: steelblue; /* Change this to your desired color */
    box-shadow: none; /* Optional: Remove the default shadow */
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-link {
    font-size: large;
    margin-right:15px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

/* Form Styles */

.formitem {
    min-width: 25%;
}
.formlabel {
    font-weight: 700;
/*    padding: 3%;*/
/*    background-color: #3384be;*/
/*    color: white;*/
}
.formInput {
    width: 100%;
    padding: 10px 10px;
    margin: 6px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #EFEFEF;
}
.formInputSubmit {
    width: 100%;
    color: white;
    padding: 12px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.closebutton {
    font-size: 30px;
    color: darkgray;
    margin-right: 5px;
}
