* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

.alert-box {
    background-color: #DAAB23 !important;
    border-color: #daab23 !important;
    text-align:center;
    color: #153d69;
}

.login {
    margin: 20px auto;
    width: 300px;
}
.login-screen {
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px
}

.app-title {
    text-align: center;
    color: #777;
}

.login-form {
    text-align: center;
}
.control-group {
    margin-bottom: 10px;
}

input {
    text-align: center;
    background-color: #ECF0F1;
    border: 2px solid transparent;
    border-radius: 3px;
    font-size: 16px;
    /*font-weight: 200;*/
    padding: 10px 0;
    /*width: 250px;*/
    transition: border .5s;
}

input:focus {
    border: 2px solid #3498DB;
    box-shadow: none;
}

.btn {
    border: 2px solid transparent;
    background: #3498DB;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0;
    text-decoration: none;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    transition: 0.25s;
    display: block;
    width: 250px;
    margin: 0 auto;
}

.btn:hover {
    background-color: #2980B9;
}

.login-link {
    font-size: 12px;
    color: #444;
    display: block;
    margin-top: 12px;
}

h1 {
    text-align: center;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    font-size: 1.75rem;
    font-family: Lato !important;
    color:#143d6a !important;
}

h3 {
    text-align: center;
    color:#143d6a;
    font-family: Lato !important;
   /* margin-left: 4rem; */
}

li {
    color:#143d6a;
    font-family: Lato !important;
    /*font-weight: 100;*/
    font-size: medium;
}


/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
   /* display: inline-block; */
}

/* Dropdown Content (Hidden by Default)



*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content {
    color: #143d6a;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

p {
    /*text-align: center;*/
    color:#143d6a;
    font-weight: 500;
    font-size: medium;
    font-family: Lato !important;
}
