/*! Font */

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;500;700&display=swap');

/*! Font */


/*! Standards */

* {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body,
html {
    background-color: #FFF;
    overflow-x: hidden;
    z-index: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Red Hat Text', sans-serif;
    font-weight: 400;
    color: #3A3335;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

a {
    color: #3A3335;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #3A3335;
    text-decoration: none;
}
/* 
li {
    list-style-type: none;
    list-style-position: inside;
} */

html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 15px;
    /*padding-bottom: 15px;*/
    padding-bottom: 5em;
    background-color: #f5f5f5;
}


/*! Navigation */

.navbar-brand {
    font-size: 14px;
    font-weight: bold;
}

.text-muted {
    font-size: 14px;
}


/*! Navigation */


/* Form Signin */

.form {
    width: 100%;
    max-width: 620px;
    padding: 15px;
    margin: auto;
}

.form .checkbox {
    font-weight: 400;
}

.form .form-floating:focus-within {
    z-index: 2;
}

.form input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* Form Signin */


/* Mix */

.mrg-frm {
    margin-bottom: 15px;
}

.mrg-btm {
    margin-bottom: 25px;
}

.es-success {
    color: #65CC65;
}

.es-error {
    color: #FF3232;
}


/* Mix */

.btn a {
    color: #FFF;
}