html,
body {
margin: 0px;
height: 100%;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.access-invest {
height: 75%;
background-color: #FFF;
display: flex;
padding-top: 50px; 
padding-bottom: 50px;
}
.top-invest {
width: 100%;
min-height: 25%;
background-color: #ff7800;
display: flex;
align-items: center;
justify-content: center;
background-image: url(https://rottasconstrutora.com.br/rottas/wp-content/themes/rottas/assets/RottasGrafismoPequeno.svg);
background-position: center;
background-size: 200px;
background-repeat: no-repeat;
margin-top: 0px;
}
.top-invest div {
padding: 40px;
text-align: center;
}
.top-invest div p {
font-size: 14px;
color: #FFF;
line-height: 20px;
font-weight: 600;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}
.top-invest div h3 {
font-size: 23px;
padding: 0px;
margin: 0px;
text-transform: uppercase;
color: #FFF;
font-weight: 800;
margin-top: 10px;
}
.access-invest .right {
width: 100%;
background-color: #FFF;
display: flex;
align-items: center;
justify-content: center;
}
.access-invest .right .box-login {
width: 400px;
height: auto;
}
.access-invest .right .box-login label {
display: block;
font-size: 14px;
color: #4b4b4b;
margin-bottom: 10px;
}
.access-invest .right .box-login input {
display: flex;
width: 100%;
padding: 15px;
border: solid 1px #ffc85a;
border-radius: 5px;
margin-bottom: 20px;
box-sizing: border-box;
transition: .5s;
}
.access-invest .right .box-login input:focus {
outline: none;
-webkit-box-shadow: 0px 0px 21px -6px #66666679;
box-shadow: 0px 0px 21px -6px #66666679;
}
.access-invest .right .box-login button {
width: 100%;
padding: 15px;
background-color: #ff7800;
border-radius: 5px;
border: none;
color: #FFF;
text-transform: uppercase;
transition: .5s;
}
.access-invest .right .box-login button:hover {
background-color: #e46b01;
}
.logo-mobi {
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
}
.logo-mobi img {
width: 150px;
margin: 0 auto;
}
form .msg {
display: block;
padding-bottom: 10px;
}
iframe {
width: 100%;
min-height: 800px;
height: 100%;
}
a.backst {
position: absolute;
bottom: 80px;
right: 30px;
background-color: #e46b01;
border-radius: 5px;
display: block;
padding: 7px;
font-size: 13px;
text-decoration: none;
color: #FFF;
}
a.backst-login {
font-size: 13px;
color: #4b4b4b;
text-decoration: none;
display: block;
margin-top: 20px;
text-align: right;
}
@media screen and (max-width: 992px) {
.access-invest {
width: 90%;
margin: 0 auto;
}
}