﻿.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px;
}

.border-line {
    border-right: 1px solid #EEEEEE;
}

.text-sm {
    font-weight: 400;
    font-size: 20px;
    margin: 10px 0px;
}

input, textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
}

.btn-blue {
    background-color: #1A237E;
    width: 100%;
    color: #fff;
    border-radius: 2px;
    padding: 10px;
    margin-top: 20px;
}

.btn-blue:hover {
    background-color: #000;
    cursor: pointer;
}

.bg-blue {
    color: #fff;
    background-color: #1A237E;
}

.infocontact {
    padding-top: 20px;
}

.login-footer {
    display: flex;
    justify-content: flex-end;
    color: #643693;
    font-family: "LatoWeb";
    z-index: 0;
    padding: 0 30px 10px 0;
}

.footer-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
}

.lower-text {
    font-size: 12px;
    text-align: right;
}