* {
    font-family: 'Red Hat Display', sans-serif;
}
html, body, main {
    height: 100%;
}
#img-logo{
    width: 50%;
    margin-left: 22%;
    margin-top: 15px;
    margin-bottom: 15px;
}
#panelbg {
  background: url('../_img/bg_log_tr.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#panel-right,#panel-left {
    display: flex !important;
    align-items: center;
}
#card-login{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffffbd;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}
h2 {
    color: #14274E;
    font-size: 40px;
    font-weight: 500;
}

.description {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

#panel-left .logo-container svg {
    width: 220px;
}


#card-login form input {
    background-color: unset;
    border: 0;
    border-bottom: 2px solid #394867;
    border-radius: 0;
    font-weight: 400;
}

.btn.btn-primary {
    border: 0 !important;
    border-radius: 30px !important;
    background-color: #14274E !important;
    padding: 10px 80px !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.links a {
    color: #14274E;
}

@media only screen and (max-width: 767px) {
}