html,body {
    margin:0;
    padding:0;
}
body {
    font-family: jost;
    color: black;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: 1.2px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.fm {
    font-family: jost;
}
ul {
    margin-top:0;
    padding:0;
    list-style:none;
}
a {
    color: black;
    text-decoration: none; 
}
p {
     font-family: jost;
     font-size:18px;
     line-height:28px
}
input {
    color: black;
    font-family: jost;
    text-transform: uppercase;
}
small, .muted {
    color: #aaa;
    font-size:12px;
    line-height:22px;
}
.cta {
    font-size: 14px;
    font-family: jost;
}
#ContentPlaceHolder1_vsSummary,
#ContentPlaceHolder1_divAlertErrore {
    font-size: .8rem;
    color: #FF5454;
}
.text-center {
    text-align: center;
}
.text-end {
        text-align: right;
    }
.mb-45 {
    margin-bottom: 2.5rem !important;
}
.px-45 {
    padding-right:2rem;
    padding-left:2rem;

}
.header {
    line-height: 1;
}
.logo img {
    max-width:168px;
    width:100%;
}
@media (min-width:992px) {
    .text-lg-start {
        text-align: left;
    }
    .header {
        border-bottom: solid 1px #ccc;
    }
    .cta {
        font-size: 12px;
    }
    .logo img {
        max-width: 230px;
    }
}
.footer, .marquee3k {
    border-top: solid 1px black;
}
.marquee3k {
    overflow: hidden;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 29px;
    height:88px;
}
    .marquee3k p {
        font-size: 0.92rem;
    }
.login-form a {
    text-transform: uppercase;
}
.login-form p {
    letter-spacing: 0.3px;
}
.login-tab {
    border: 1px solid black;
    height: 140px;
    text-align: center;
    line-height: 20px;
    font-family: jost;
}
.login-tab .active {
    background-color:black;
    color:white;
}
.form-floating {
    position: relative;
    font-family: jost;
}
.form_input {
    display: block;
    width: 100%;
    padding: 1rem .75rem 1rem 0;
    height: calc(2.5rem + 2px);
    line-height: 1.25;
    font-size: 14px;
    font-family: jost;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: solid black;
    border-width: 0 1px 1px 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .form_input:focus {
        color: black;
        background-color: #fff;
        outline: 0;
    }
.form-floating > .form_input:focus, .form-floating > .form_input:not(:placeholder-shown) {
    padding-top: .625rem;
    padding-bottom: .625rem;
}
.form-floating > .form_input[type="password"]:not(:placeholder-shown) {
    font-size: 14px;
    letter-spacing: 5px;
}
.form-floating > label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #AAAAAA;
    height: 100%;
    padding: 0.3rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    font-size: 14px;
}
.form-floating > .form_input:focus ~ label, .form-floating > .form_input:not(:placeholder-shown) ~ label {
    transform: scale(.65) translateY(-1.4rem) translateX(.15rem);
}
.form-floating > .form_input::placeholder {
    color: transparent;
}
.form-validator {
    border-top: solid #FF5454 1px;
    margin-top: -1px;
    color: #FF5454;
    text-align: right;
    font-size: 0.8rem;
}
.form-validator[style*="inline"] {
    display: block !important;
    position: relative;
}
    .form-validator::after {
        content: '';
        height: 42px;
        width: 1px;
        background: crimson;
        position: absolute;
        transform: translateY(-100%);
        right: 0;
    }
.btn {
    font-family: jost;
    display: inline-block;
    padding: 1rem 0.75rem;
    line-height: 1.5;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid black;
    border-radius: 0;
    background-color: black;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    letter-spacing: 1.2px;
}
.btn-form {
    font-size:12px;
}
footer .muted {
    font-family: jost;
}
