﻿body {
    background: #fcebeb82 !important;
    height: 100%;
    overflow: hidden;
}

.bg-orange-light-custom {
    background-color: #faf5f2;
}

.bg-sports-image-left {
    position: absolute;
    margin: -7% 0% 0% -21%;
    width: auto;
    height: 400px;
}

.bg-sports-image-right {
    position: absolute;
    margin: 9% 0% 0% 21%;
    width: auto;
    height: 400px;
}

.card {
    height: 100%;
    width: 30%;
    margin: auto;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0rem !important;
}

.login-form {
    margin-left: 11%;
    width: 78% !important;
    padding: 0% !important;
    margin-top: 4%;
}

.logo {
    height: 100px;
}

h1 {
    color: black;
    font-size: 35px;
    margin-top: -5%;
}

.ml-4 {
    margin-left: 4%;
}

p {
    color: dimgrey;
    text-align: left;
}

.login-signin {
    width: 100% !important;
}

.login-text {
}

.max-width-alert {
    max-width: 301px;
}
/*       .group 			  {
          position:relative;

        }*/
input {
    font-size: 14px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
    background-color: #FFEFE4 !important;
}

    input:focus {
        outline: none;
    }

/* LABEL ======================================= */
label {
    color: #D50505;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    top: -20px;
    font-size: 12px;
    color: #D50505;
}

.inputField {
    background-color: #FFEFE4 !important;
}
/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

button, .btn {
    color: white !important;
    background-color: #D50505 !important;
    width: 100% !important;
}

.btn-grey {
    color: white !important;
    background-color: black !important;
    width: 100% !important;
}

.mb-auto {
    margin-bottom: auto;
}

.signup-text {
    cursor: pointer;
}

#kt_login_forgot, #kt_login_forgot_cancel {
    color: #D50505;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #D50505;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

h1, h2, h3, h4, h5, h6 {
    color: #141C2D !important;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #D50505;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #D50505;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #D50505;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.pl-8, .px-8 {
    padding-left: 1rem !important;
}

@media only screen and (max-width: 300px) {
    .card {
        width: 100%;
        background-color: rgb(255,255,255,0.95);
        margin: auto;
    }

    .logo {
        height: 80px;
    }

    .bg-sports-image-left {
        position: absolute;
        margin: -32% 0% 0% -21%;
        width: auto;
        height: 400px;
    }

    .bg-sports-image-right {
        position: absolute;
        margin: 24% 0% 0% 21%;
        width: auto;
        height: 400px;
    }

    h1 {
        color: black;
        font-size: 30px;
        margin-top: -5%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 450px) {
    .card {
        width: 80%;
        background-color: rgb(255,255,255,0.95);
        margin: auto;
    }

    .logo {
        height: 80px;
    }

    .bg-sports-image-left {
        position: absolute;
        margin: -37% 0% 0% -23%;
        width: auto;
        height: 250px;
    }

    .bg-sports-image-right {
        position: absolute;
        margin: 31% 0% 0% 26%;
        width: auto;
        height: 250px;
    }

    h1 {
        color: black;
        font-size: xx-large;
        margin-top: -5%;
    }
}

/*for mobile screens*/
@media only screen and (min-width: 450px) and (max-width: 650px) {
    .card {
        width: 60%;
        background-color: rgb(255,255,255,0.95);
        margin: auto;
    }

    .bg-sports-image-left {
        position: absolute;
        margin: -32% 0% 0% -21%;
        width: auto;
        height: 400px;
    }

    .bg-sports-image-right {
        position: absolute;
        margin: 24% 0% 0% 21%;
        width: auto;
        height: 400px;
    }

    h1 {
        color: black;
        font-size: xxx-large;
        margin-top: -5%;
    }
}

@media only screen and (min-width: 650px) and (max-width: 800px) {
    .card {
        width: 50%;
        background-color: rgb(255,255,255,0.95);
        margin: auto;
    }

    .bg-sports-image-left {
        position: absolute;
        margin: -18% 0% 0% -21%;
        width: auto;
        height: 400px;
    }

    .bg-sports-image-right {
        position: absolute;
        margin: 16% 0% 0% 21%;
        width: auto;
        height: 400px;
    }

    h1 {
        color: black;
        font-size: xxx-large;
        margin-top: -5%;
    }
}

/*for tablets screens*/
@media only screen and (min-width: 800px) and (max-width: 1000px) {
    .card {
        width: 40%;
        background-color: rgb(255,255,255,0.95);
        margin: auto;
    }

    .bg-sports-image-left {
        position: absolute;
        margin: -18% 0% 0% -21%;
        width: auto;
        height: 400px;
    }

    .bg-sports-image-right {
        position: absolute;
        margin: 16% 0% 0% 21%;
        width: auto;
        height: 400px;
    }

    h1 {
        color: black;
        font-size: xxx-large;
        margin-top: -5%;
    }
}
