input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e1e1e1;
  -webkit-text-fill-color: #6a7989 !important;
  -webkit-box-shadow: 0 0 0px 1000px #dcced2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
:focus { 
  outline: none !important;
}
.clear{
    clear:both; 
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:hover, a:focus{
    text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #acacad;
  opacity: 1; /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #acacad;
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #acacad;
  text-transform: none;
}
iframe[seamless] {
  display: block;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
}
html, body {
    height: 100%;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
    background-color: #f0f0f0;
    color: #5F5F5F;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
}
.head {
    display: flex;
    padding: 10px 20px;
    width: 100%;
    background: #100045;
    box-shadow: 0px 1px 10px 1px #b9b9b9;
}
.logo {
    display: inline-block;
    width: auto;
    max-height: 60px;
    position: relative;
}
.logo img {
    max-height: 100%;
}
.cont-mockup {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 10px;
}
.mockup {
    position: absolute;
    width: 338px;
    top: 20px;
}
.iframe {
    position: relative;
    width: 300px;
    overflow: hidden;
    height: 600px;
    top: 62px;
    z-index: 1;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 600px;
    border: none;
    border-radius: 0px 0px 30px 30px;
}
footer {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 40px;
    background: #171738;
    color: #fff;
    font-size: 13px;
    position: relative;
    align-items: center;
    opacity: 0;
}