﻿body {
    font-family: Verdana, sans-serif !important;
    font-size: 16px;
    min-height: 400px;
}

.input-group-text {
    background-color: transparent;
    border: none;
}

.container {
    max-width: 500px;
    border:  none;
}

.login {
	border-radius: 10px;
	margin: 5rem 0;
}

.md-addon img {
    max-height: 33.5px;
    width: 33.5px;
}

.md-addon {
    padding: 0 .75rem;
}

#ILogoMeta {
    margin-top: 3rem;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-radius: 30px;
}

.btn-default:not([disabled]):not(.disabled).btnLogin, .btn-default:not([disabled]):not(.disabled).btnLogin {
	background-color: var(--secondaryQuanto) !important;
	padding-right: 2rem !important;
	padding-left: 2rem !important;
	font-size: 14px;
}


.formulario {
    min-height: 99vh;
}

.copy {
    position: relative;
    bottom: 1rem;
    width: 100%;
    text-align: center;
}

    .copy > span {
        font-weight: bold;
    }

.input-group-text {
    align-items: start;
}

.alert > * {
    font-size: 15px;
}

.failureNotification {
    font-size: 1.5em;
}

@media screen and (max-width: 767px) {
    .login {
        margin-top: -1rem;
        margin-bottom: 1rem;
    }

    .copy {
        bottom: -1rem;
    }
}

.lnkButton {
    color: royalblue !important;
}