html,body{
    margin:0;
    padding: 0;
    height: 100%;
    text-align: center;
    background-size: cover;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
}

h1, h2, h3 {
    color: #274C59;
    text-align: center;
}

header {
    height: 170px;
    border-top: 30px;
    border-bottom: 1px;
    border-left: 0;
    border-right: 0;
    border-top-color: #f8f8f8;
    border-bottom-color: #dee2e6;
    border-style: solid;
    background: white;
    width: 100%;
}

.header-contact{
    position: fixed;
    z-index: 5;
    top: 6px;
    left: 18.01%;
    color: #3c3c3b;
    font-size: 8.1pt;
    font-weight: bold;
}



.backgroundimage {
    position: fixed;
    z-index: 1;
    background-image: url(/Content/BackgroundLogin.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.71;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom;
}

/*.backgroundimage-overlay{*/
/*    position: fixed;*/
/*    z-index: 2;*/
/*    width: 120rem;*/
/*    height: 63.4rem;*/
/*    opacity: 0.7;*/
/*    background-color: #012f45;*/
/*}*/

.logo {
    height: 130px;
    top: 40%;
    background-size: contain;
    background-image: url(/Content/LogoOV_hi.png);
    background-repeat: no-repeat;
    opacity: 0.71;
    margin-left: -20%;
    position: sticky;
}

.logo2 {
    height: 100px;
    top: 40%;
    background-size: contain;
    background-image: url(/Content/LogoOV_hi.png);
    background-repeat: no-repeat;
    margin: 30px;
}

p{
    font-weight: 600;
    color: #60ABE6;
    border-bottom: 4px solid #67B6E9;
    padding:5px;
    font-size: 20px
}
a:hover {
    text-decoration: none;
}

option, select{
    margin-top: 1rem;
}

button {
    background: #00465e;
    color: #fff;
    width: 115px;
}

input, select, option {
    background: #ededed;
    color: #000000;
}

input, button, select, option {
    position: relative;
    display: inline-block;
    /*border-radius: 5px;*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transform: scale(1.05, 1.05);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: Verdana, sans-serif;
    opacity: 0.9;
    padding: 12px 12px;
    font-weight: 600;
    border:none;
    margin: 7px 10px 0 7px;
}

button:hover {
    /*-webkit-transform: scale(1.05, 1.05);*/
    /*-ms-transform: scale(1.05, 1.05);*/
    /*transform: scale(1.05, 1.05);*/
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-family: Verdana, sans-serif;
    opacity: 1;
    background-color: #002f42;
    color: #fff
}

input:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Verdana, sans-serif;
}

td,th {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
    padding-left: 18px;
    padding-top: 5px;
}

button, select, option, input[type="submit" i] {
    position: relative;
    display: inline-block;
    /*-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);*/
    /*!*-ms-transform: scale(1.05, 1.05);*!*/
    /*transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);*/
    padding: 8px 12px;
    font-weight: 540;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: lightgrey;
    border-radius: 4px;
}


table {
    margin-left: 24.5%
}


/* Styling of the Classes */


.title {
    background-color: darkgrey;
    color: white;
    padding: 5px;
    font-size: 20px;
    width: 39%;
    text-align:center;
}

.edit_btn{
    margin: 3px 0 3px 23px;
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}

.edit_btn:hover{
    transition-property: background-color;
    transition-duration: 0.07s;
    transition-timing-function: linear;
    transition-delay: 0.07s;
    background-color: #218838;
    cursor: pointer;
}

.close_btn{
    background: #ff5050;
    border-color: #ff5050;
    color: #fff;
}

.close_btn:hover{
    transition-property: background-color;
    transition-duration: 0.07s;
    transition-timing-function: linear;
    transition-delay: 0.07s;
    background-color: #e04545;
    cursor: pointer;
}

.error{
    border-radius: 3px;
    font-size: 18px;
    padding-top: 10px
}

.inlog_btn{
    background: #003953;
    border-color: #003953;
    color: #fff;
}

.inlog_btn:hover{
    transition-property: background-color;
    transition-duration: 0.07s;
    transition-timing-function: linear;
    transition-delay: 0.07s;
    background-color: #003953;
    cursor: pointer;
}

.delete_btn{
    background: #009999;
    border-color: #009999;
    color: #fff;
    margin: 0;
}

.delete_btn:hover{
    transition-property: background-color;
    transition-duration: 0.07s;
    transition-timing-function: linear;
    transition-delay: 0.07s;
    background-color: #ff0000;
    cursor: pointer;
}

.table_rows{
    border-top-color: #bfbfbf;
    border-top-width: 1px;
    border-bottom-color: #bfbfbf;
    border-bottom-width: 1px;
    background-color: rgba(255,255,255,0.5);
}

.table_header{
    border-top-color: #bfbfbf;
    border-top-width: 2px;
    border-bottom-color: #bfbfbf;
    border-bottom-width: 2px;
    text-align: left;
    background-color: rgba(255,255,255,0.5);
}

.cell_left{
    text-align: left;
    width: 250px;
    padding-top: 20px;

}

.cell_right{
    text-align: right;
    width: 250px;
    font-weight: lighter;
}

.cell_center{
    margin: auto;
}

/*Password checker*/


#password-strength {
    height: 5px;
    display: block;
    background-color: #ccc;
    margin-left: 7px;
}
#password-strength span {
    display: block;
    height: 5px;
    border-radius: 2px;
    transition: all 500ms ease;
}


.strength-0 span {
    background-color: red;
    width: 5%;
}
.strength-1 span {
    background-color: orangered;
    width: 25%;
}
.strength-2 span {
    background-color: orange;
    width: 50%;
}
.strength-3 span {
    background-color: yellowgreen;
    width: 75%;
}
.strength-4 span {
    background-color: green;
    width: 100%;
}

.linkdiv {
    border: lightgray;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    padding: 5%;
    width: 600px;
    margin: 5%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5 );
    margin-left: 23%;
    background-color: #0097ff12;
}