﻿body {
    font-family: Verdana, Geneva, sans-serif;
    background-color: #e7f5f9;
    padding-bottom: 0px;
    overflow: hidden;
}

.cats-logo {
    width: 100%;
    font-size: 18px;
}

.default {
    overflow: auto;
    background-color: #e7f5f9;
    background-image: url("Images/header.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    min-height: 96vh;
    /* padding-top: 120px;
    padding-left: 40px; */
}

.defaultheader {
    padding-bottom: 0px;
}

.defaultcontent1 {
    padding-left: 15px;
    justify-content: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    width: 500px;
}

.defaultfooter {
    padding: 0px;
    margin-top: 8px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

img {
    border-style: none;
    width: -webkit-fill-available;
}

.btn,
.btn:hover {
    background-color: rgb(255, 140, 0);
    border: 1px solid #FF8C00;
    width: 100px;
    margin-left: 31%;
}

.log {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
}

.form-group {
    justify-content: center;
}

.login-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
}

.card {
    background-color: rgba(255, 255, 255, 0.8);
    width: 93%;
}

.card-body {
    padding: 15px;
}

p {
    margin-top: 15px;
    margin-bottom: 2rem;
    text-align: center;
}

.form-group {
    position: relative;
}

.fa-user {
    position: absolute;
    right: 25px;
    top: 10px;
}

.fa-eye,
.fa-eye-slash {
    position: absolute;
    right: 25px;
    top: 10px;
}
.validation-summary-valid {
    display: none;
}