﻿/*** Onguard default ***/

body {
    font-family: 'Helvetica', 'Arial', Sans-Serif;
    font-size: 14px;
    background: #ffffff !important;
    line-height: 20px;
    height: 100%;
}

h5 {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    margin-block-end: 0.7em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 1.25rem;
}

h1 small{
    font-size: 65%;
}

h1 small{
    font-weight: normal;
    line-height: 1;
    color: #777;
}

.fa-ph {
    font-family: 'Helvetica', 'Arial', Sans-Serif, "Font Awesome 5 Free";
    font-size: 14px;
    background: #ffffff !important;
    line-height: 20px;
    height: 100%;
    font-weight: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}





.ids-a-font-size {
    font-size: 12px;
    color: #009fe3;
}

.ids-text-font-size {
    font-size: 12px;
}

.btn-light {
    float: right;
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.float-left {
    float: left;
}

.body-container {
    margin-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}


/* STRUCTURE */

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 150px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: #eee;
    width: 90%;
    max-width: 550px;
    min-width: 330px;
    position: relative;
    padding: 40px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
}

.formLogo {
    text-align: center;
}


/* ANIMATIONS */

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

.underlineHover:hover:after {
    width: 100%;
}