﻿/*#region Master*/

:root {
    --main-color: #005329;
    --text-black: #454d40;
    --gray-text: #6c737f;
    --white-text: #fff;
}

body {
    padding: 230px 0;
    color: var(--text-black);
    font-size: 14px;
    font-family: "Lato", sans-serif;
    background-color: #f4f2f2;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

a, input {
    outline: 0;
    text-decoration: none;
}

#back-top {
    bottom: 1.2rem;
    margin: 0;
    position: fixed;
    right: 0.8rem;
    z-index: 99999;
}

a {
    color: var(--main-color);
}

    a:hover {
        text-decoration: none;
        color: var(--main-color);
    }

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
    color: var(--main-color);
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    transform: scale(.85) translateY(-.5rem) translateX(-.15rem);
}

.modal-loading {
    position: fixed;
    z-index: 1056;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background-color: Black;
    opacity: 0.85;
    -moz-opacity: 0.85;
}


#Progress {
    position: fixed;
    width: 64px;
    height: 64px;
    text-align: center;
    z-index: 1058;
    top: 40%;
    margin: 0 auto;
    display: flex;
    left: 0;
    right: 0;
    color: #fff;
}

#back-top {
    bottom: 1.2rem;
    margin: 0;
    position: fixed;
    right: 1rem;
    z-index: 99999;
}

    #back-top a {
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
        height: 40px;
        text-decoration: none;
        width: 40px;
        transition: all 200ms linear 0s;
        border-radius: 10px;
        align-items: center;
        display: grid;
    }

        #back-top a:hover, #back-top a:active {
            background-color: var(--main-color);
        }

        #back-top a svg {
            color: #fff;
            display: block;
            font-size: 15px;
            margin: 0 auto;
            text-align: center;
            height: 25px;
        }

.back-top-captcha {
    bottom: 6.5rem !important;
}

.btn-rounded {
    font: 400 14px/40px "Roboto", sans-serif;
    text-align: center;
    background: var(--main-color);
    display: block;
    text-shadow: none;
    outline: none !important;
    box-shadow: none;
    border: 0;
    color: white !important;
    padding: 0 15px;
    border-radius: 5px;
    text-decoration: none !important;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 200ms linear 0s;
}

    .btn-rounded:hover, .btn-rounded:active, .btn-rounded:focus-visible, .btn-rounded:focus {
        background-color: #FFF !important;
        color: var(--main-color) !important;
        border: 1px solid var(--main-color) !important;
    }

/*#endregion*/

/*#region Login*/

.login .form-floating .form-control {
    background-color: transparent;
    border: none;
    color: var(--text-black);
    border-bottom: 1px solid var(--text-black);
    border-radius: 0px;
    height: calc(4.2rem + calc(var(--bs-border-width) * 2));
    padding-top: 2.5rem;
    padding-bottom: .625rem;
    box-shadow: unset;
}

    .login .form-floating .form-control:focus {
        background-color: transparent;
        color: var(--text-black);
    }

    .login .form-floating .form-control.is-invalid {
        border-bottom-color: #fefefe;
        background-position: right calc(.375em + .1875rem) bottom calc(0.95em);
    }

.form-floating > label {
    color: var(--text-black);
    padding-top: 1.8rem;
}

.login .login-btn {
    background-color: var(--main-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    width: 100%;
    border: unset;
    margin-bottom: 30px;
    border: 1px solid transparent;
}

    .login .login-btn:hover {
        background-color: transparent;
        color: var(--main-color);
        transition: all 0.3s ease-in-out;
        border: 1px solid var(--main-color);
    }


/*#endregion*/


/*RESPONSIVE STYLES PER BREAK POINT*/

/* SM Screen (600px and up) */
@media (min-width: 600px) {
}

/* MD Breakpoint (tablets, 768px and up) */
@media (min-width: 768px) {
}


/* LG Breakpoint (tablets, 992px and up) */
@media (min-width: 992px) {
}


/* Normal Screen 18 Inch - 19 Inch ( (Resolution 1366x768 ) 1349px and up) */
@media (min-width: 1349px) {
}

/*High Definition Plus (HD+) ( (Resolution 1600x900), 1600px and up) */
@media (min-width: 1600px) {
}

/*Extra Large Screen 23 Inch ( (Resolution 1920x1080 ) 1800px and up) */
@media (min-width: 1800px) {
}

/*Extra Large Screen 27 Inch ( (Resolution 2560x1440 ) 2560px and up) */
@media (min-width: 2560px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
}
