html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Sora', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    
}


.modal {
    padding: 50px 0 0 0 !important;
}



@media (max-height: 635px) {
    .modal {
        padding: 5px 0 0 0 !important;
    }
}

input[type=number] { 
   -moz-appearance: textfield;
   appearance: textfield;
}


body{
    height: 100vh;
    background: url("../img/blur.png") no-repeat center center fixed;
    background-size: cover;
    background-repeat: repeat;
    width: 100vw;
}

button, a {
    cursor: pointer;
}


.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.container-login {
    background: rgba(255, 255, 255, 0.01);
    border-radius: 16px;
    max-width: 380px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo {
    text-align: center;
    max-height: 200px;
    max-width: 200px;
    width: 100%;
    height: 100%;
}

.form{
    max-width: 300px;
    width: 100% !important;
}

.contact{
    background-color: #ed7010;
    color: white;
    font-weight: 500;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
}

.groupInput {
    margin-top: 16px;
    font-size: 14px !important;
    color: white;
    width: 100%;
}

.inputData {
    margin-top: 6px;
    background-color: #FFFFFF;
    border: 2px solid white;
    width: 100%;
    height: 42px;
    border-radius: 4px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    appearance: none;
    outline: none;
    padding: 0 4px;
}

input:focus {
    border: #ed7010 2px solid;
}

.inputData::placeholder {
    color: #BCBCBC;
}

.error-container {
    margin-bottom: 16px;
    margin-top: 14px;
    font-size: 12px;
    color: white;
    width: 100%;
}

.error-message {
    background-color: crimson; 
    width: 110px; 
    padding: 5px 0px; 
    border-radius: 5px; 
    text-align: center;
    font-weight: 400;
    width: 100%;
}

.buttonLogin {
    margin-bottom: 16px;
    width: 100%;
    height: 42px;
    background-color:#34ad62 ;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    border: none;
    border-radius: 4px;
    color: white !important;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
}

.buttonLogin:hover {
    background-color:#45cc79 ;
    transition: background-color 0.3s ease-in;
}

.utils {
    flex: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.btn-utils {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: white;

}


.anydesk {
    background-color: crimson;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificado {
    background-color: #5061FC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.containerFree {
    width: 100%;
    height: 44px;
}

.btn-free {
    width: 100%;
    height: 100%;
    color: white;
    background-color:#34ad62;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn-free:hover{
    background-color:#45cc79 ;
    transition: background-color 0.3s ease-in-out;
}


.closed-iframe{
    background-color: crimson !important;
    border-radius: 4px;
    color: white !important;
}

.main_table_form {
    background-color: #fff;
}


@media (max-height: 635px) {
    body {
        height: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1025px){
    .container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .container-login {
        backdrop-filter: blur(100px);
    }
  }
  
  /* slightly transparent fallback for Firefox (not supporting backdrop-filter) */
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .container-login {
        background-color: rgba(77, 75, 71, 0.91);
    }
}


