﻿html {
    background: url(../images/tennis-bkg.jpg);
    background-position: bottom;
    color: #fff;
}

body {
    background: none;
}

select {
    padding-top: 2px !important;
}

a {
    color: #007bff;
}

.btn {
    min-width: 100px;
    font-family: var(--main-font);
}

    .btn i {
        margin-right: 10px;
        font-size: 16px;
    }

    .btn.btn-login {
        width: 100%;
    }

.container-fluid {
    max-width: 60%;
    margin: 0 auto;
}

input.form-control {
}

    input.form-control:focus {
        border-color: #007bff;
        box-shadow: none;
    }

label {
    font-size: .8rem;
    color: #000;
}

.login-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 40px;
    width: 90%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #2b2b2b;
    color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.80) !important;
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.80) !important;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.80) !important;
}

    .login-wrapper .col {
        padding-left: 50px;
    }

.btn-primary,
.btn-primary:active,
.btn-primary:focus
.btn-primary:active:focus,
.btn-primary:visited {
    background-color: #000 !important;
    border: 1px solid #545454 !important;
    outline: 0 !important;
}

    .btn-primary:hover {
        background-color: #1a1a1a !important;
        border-color: #000 !important;
        outline: 0 !important;
    }

.submit-error {
    display: none;
    padding-top: 20px;
    color: #ff0000;
}

@media (max-width: 800px) {
    .login-wrapper {
        padding: 20px;
    }

    .container-fluid {
        max-width: 100%;
    }
}
