@font-face { font-family: 'slab' ; src: url(fonts/slab.ttf); } 

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: lightblue;
}

header {
            background-color: #333;
            color: white;
            padding: 1rem;
            text-align: center;
        }
        .container {
            width: 80%;
            margin: auto;
            overflow: hidden;
        }
        section {
            padding: 20px;
            background: white;
            margin: 20px 0;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }
        footer {
            text-align: center;
            padding: 10px;
            background: #333;
            color: white;
            margin-top: 20px;
        }

.login-box{
    margin-top: 75px;
    height: auto;
    background: #fcffff;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 1rem;
}

.login-title{
    margin-top: 0px;
    text-align: center;
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #565656;
    font-family: 'slab', sans-serif;;
}

.login-form{
    margin-top: 25px;
    text-align: left;
}

input[type=text]{
    font-weight: bold;
    outline: 0;
    margin-bottom: 20px;
    color: #ECF0F5;
    width: 100%;
}

input[type=password]{
    font-weight: bold;
    outline: 0;
    margin-bottom: 20px;
    color: #ECF0F5;
    width: 100%;
}

.form-group{
    margin-bottom: 40px;
    outline: 0px;
}

input:focus{
    outline: none;
    box-shadow: 0 0 0;
}

label{
    margin-bottom: 0px;
}

.form-control-label{
    font-size: 14px;
    color: #6C6C6C;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Round', sans-serif;;
}

.form-control{
    font-size: 10px;
    color: #b0b0b0;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Round', sans-serif;;
}

.input-field {
  position: relative;
  line-height: 20px;
}
label {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #8f8f8f;
  transition: 0.2s all;
  cursor: default;
}
input {
  width: 100%;
    border: 2.5px solid #dde5f0;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	font-size: 13px;
	padding: 4px 4px;
	outline: 0;
	-webkit-appearance: none;
}
input:focus,
input:valid {
    color: #a1a1a1;
  border-color: #a1a1a1;
}
input:focus~label,
input:valid~label {
  font-size: 14px;
  top: -20px;
    left: -2px;
  color: #a1a1a1;
}


.btn-fill{
    border: .2px solid #91cdff;
    border-color: #CACACA;
    background:#91cdff; 
    color: #FFFFFF;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 1px;
    font-family: 'Round', sans-serif;;
    
}

.btn-fill:hover{
    color: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    transform: scale(1.03);
    transition:all 0.3s ease-in-out;
}

.btn-outline-primary{
    border: .2px solid #CACACA;
    border-color: #CACACA;
    color: #CACACA;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 1px;
    font-family: 'Round', sans-serif;;
    
}

.btn-outline-primary:hover{
     border-color: #CACACA;
    background: #A5AAB0;
    right: 0px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    transform: scale(1.03);
    transition:all 0.3s ease-in-out;
    font-family: 'Round', sans-serif;;
}

.login-btm{
    margin: auto;
    margin-top: 10px;
    align-content: center;
}

.login-btm-card{
    margin-left: 100px;
    margin-top: 10px;
    align-content: center;
}

.login-button{
    text-align: center;
    width: 400px;
    padding-bottom: 20px;
    font-family: 'Round', sans-serif;;
}

.login-text{
    padding-left: 0px;
    color: 	#FFC0CB;
    font-family: 'Round', sans-serif;;
}

.card-letter{
  font-size: 45px;
text-align: left;
}

.loginbttm{
    padding-bottom: 2px;
}


.seperation{
    padding-top: 50px;
}

.small-seperation
{
  padding-top: 20px;
}

.form-seperation
{
  padding-top: 4px;
}

.divLeft {
    width:100px;
    display:block;
    float: left;
}
.divRight {
    width:100px;
    display:block;
    float: right;
}

.branding {
    font-family: 'slab', sans-serif;
    padding: 0.5rem;
    width: 100%;
    text-align: center;
    color: #000000;
    background:rgba(255, 255, 255, 0.82);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.green-btn,
.red-btn,
.blue-btn {
    font-size: 1rem;
    padding: 0.25rem 1rem;
    margin: 0.1rem 0;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    border: 1px solid;
    text-decoration: none;
    border-radius: 0;
    background-size: 0 100%;
    background-position: left;
    background-repeat: no-repeat;
    transition: background-size 250ms  ease-in-out,
                color 250ms  ease-in-out ;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.green-btn:hover,
.blue-btn:hover,
.red-btn:hover,
.green-btn:focus,
.blue-btn:focus,
.red-btn:focus
 {
    color: #FFF;
    background-color: transparent;
    outline: none;
    background-size: 100% 100%;
}

.green-btn {
    color: rgb(0, 153, 46);
    border-color: rgb(0, 153, 46);
    background-image: linear-gradient(rgb(0, 153, 46) 99%, rgb(0, 153, 46) 1px);
}
.blue-btn {
    color: #0182EE;
    border-color: #0182EE;
    background-image: linear-gradient(#0182EE 99%, #0182EE 1px);
}

.red-btn {
    color: #da1010;
    border-color: #da1010;
    background-image: linear-gradient(#da1010 99%, #da1010 1px);
}


.green-btn:disabled,
.red-btn:disabled,
.blue-btn:disabled {
    cursor: not-allowed;
}


.contacts-container {
    background:rgba(255, 255, 255, 0.82);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    padding: 1rem;
}

.row.header{
    font-weight: 700;
}

#search {
    font-size: 1rem;
    padding: 0.25rem 1rem;
    margin: 0.1rem 0;
    text-decoration: none;
}

nav.branding {
    position: relative;
}

.logout-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin:  0.5rem;
}

.greeting {
    text-align: left;
    font-weight: 700;
    font-size:  1.5rem;
    margin:  0.5rem;
}

.modal-container {
    position: fixed;
    top:  0;
    bottom:  0;
    left: 0;
    right: 0;
    display: none;
    transform: translateY(-1000px);
    transition: 300ms ease-in-out;
}

.modal-container.shown {
    transform: translateY(0);
}

.inline {
  display: inline-block; 
}
