@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap'); :root { --header-color: #e6e6e6; --inputs-name: #737373; --tmp-bg: #4d4d4d; } .a-container { width: 100%; height: 100%; background-image: url('../img/tlo.png'); background-repeat: no-repeat; background-position: center; background-size: cover; padding-top: 50px; padding-bottom: 50px; } .a-header { overflow-wrap: break-word; text-align: center; margin-top: 0; font-size: 60px !important; color: #fff; margin-bottom: 0; /* font-size: 2.45em; */ font-family: 'Roboto', sans-serif !important; font-weight: bold; } .header-container { width: 100%; height: 100%; margin: 50px 0; } .a-form-container { position: relative; width: 100%; height: 100%; overflow: auto; margin-bottom: 50px; } .input-name, .input-name-b { width: 80%; max-width: 381px; margin: 3px 0; padding: 0; padding-left: 5px; text-align: left; margin: 5px auto; font-size: 21px !important; color: var(--inputs-name); } .input-name-b { margin-top: 35spx; } .a-input { background: transparent!important; border: 0!important; border-bottom: 2px var(--header-color) solid!important; height: 30px !important; line-height: 21px !important; font-size: 21px !important; outline: none!important; padding: none!important; margin: 5px auto!important; padding-left: 5px!important; padding-bottom: 5px!important; font-family: 'Roboto', sans-serif !important; color: var(--header-color)!important; } input[type=date]::-webkit-clear-button, input[type=date]::-webkit-inner-spin-button { display: none; -webkit-appearance: none; } input[type=date]::-webkit-calendar-picker-indicator { color: rgba(0, 0, 0, 0); opacity: 1 } input[type=date]::-webkit-calendar-picker-indicator { display: block; background: url("../img/calendar.svg") no-repeat; width: 25px; height: 25px; margin: 0; padding: 0 5px; } input[type=date] { color: #fff!important; } .a-input[type=text]::placeholder { color: var(--header-color); opacity: 1; margin-bottom: 2px; } .input-small-container { width: 381px; position: relative; margin: 10px auto; } .btn-container-b { display: inline-block; width: 50%; } .btn-container, .btn-container-b { position: relative; width: 100%; /* overflow: hidden; */ } #TV_btn, #BV_btn, #SBM_btn { font-size: 21px !important; font-weight: 100; border: 1px solid var(--header-color); width: 179px; height: 40px; text-align: center; line-height: 40px; color: #fff; /* margin: auto; */ font-family: 'Roboto', sans-serif !important; font-weight: lighter; cursor: pointer; transition: 200ms ease all; } #BV_btn { margin-left: 17px; } #TV_btn { float: right; margin-right: 11px; } #SBM_btn { width: 386px; background: #6B6B6B 0% 0% no-repeat padding-box; border: 1px solid #5D5D5D00; margin: 10px auto; } .a-onclick { background: #FFFFFF 0% 0% no-repeat padding-box; color: #000000!important; border: none !important; } .form-btn { width: 50%; position: relative; float: left; /* display: inline-block;; */ } .form-btn-left-container, .form-btn-right-container { /* padding-right: 60px; */ width: 491px; height: 100%; position: relative; /* display: inline-block; */ } .form-btn-left-container { float: right; } .form-btn-right-container { /* padding-left: 65px; */ float: left; } .small-container { position: relative; float: right; width: 50%; margin: 10px 0; } .autocomplete-items { position: absolute; border: 1px solid #d4d4d4; border-bottom: none; border-top: none; z-index: 99; /*position the autocomplete items to be the same width as the container:*/ top: 100%; left: 0; right: 0; } .autocomplete-items div { padding: 10px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #d4d4d4; color: black; } .autocomplete-items div:hover { /*when hovering an item:*/ background-color: #e9e9e9; } .autocomplete-active { /*when navigating through the items using the arrow keys:*/ background-color: DodgerBlue !important; color: #ffffff; }