﻿html,
body {
    height: 100%;
    background: url('/images/background.jpg') repeat black;
    color: white;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    background-color: #007635;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.validation-summary-errors{
    color:red;
}

a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: white;
    text-decoration:underline;
}

input[type=checkbox] {
    accent-color: #FF9A01;
}

input, .form-floating {
    color: black;
    margin-bottom:10px;
}


.btn-primary {
    background-color: #FF9A01;
    border-color: #FF9A01;
}

    .btn-primary:hover, .btn-primary:visited, .btn-primary:active, .btn-primary:focus {
        background-color: #E08302 !important;
        border-color: #E08302;
    }

.text-muted{
    color:#A0A0A0 !important;
}

.card .card-body.bg-success ul {
    padding-left: 1.2rem;
}