﻿#login-form input[type="text"],
#login-form input[type="number"],
#login-form input[type="tel"],
#login-form input[type="password"],
#login-form input[type="email"],
#login-form select {
    line-height: 1.2em;
    margin: 0.4em 0;
    width: 100%;
    display: block;
}

#login-form [class*="col-"] {
    padding-right: 0.6em;
    line-height: 2em;
}

#login-form select {
    height: 2em;
}

.register_content {
    display: none;
}

.login-form input[type=text],
.login-form input[type=password] {
    padding: 0.5em;
    width: 100%;
    border-radius: 5px;
}

.login-form .col-6,
.login-form .col-12 {
    height: 2.2rem;
    line-height: 1.5rem;
}

.bg-img {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.app-img {
    max-width: 100%;
    max-height: 3rem;
}

.app-qr {
    max-width: 100%;
    max-height: 10rem;
}

@media only screen and (max-width: 768px) {
    .col-12-override {
        width: 100%;
        padding: 1rem 0 !important;
        border: none !important;
    }

    .d-auriga {
        border-top: 1px solid !important;
    }
}

@media only screen and (min-width: 768px) {
    .max-width {
        max-width: 30rem;
    }
}
