/* 
Autor: RonnyyApp
Link: https://google.com.br
*/
body{
    background-color: #1D2238;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height:80px;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}
/* H1, H2, H3*/
.h1-ronnyy{
    color:#fff;
    font-size: 25px;
    font-weight: 200;
    text-align:center;
}
.h2-ronnyy{
    color:#fff;
    font-size: 20px;
    padding-bottom: 19px;
    font-weight: 500;
    text-align:center;
}
.h3-ronnyy{
    color:#fff;
    font-size: 17px;
    padding-top: 19px;
    font-weight: 500;
    text-align:center;
}
/* H1, H2, H3*/
.btn {
    display: inline-block;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 25px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover{
    color: #1D2238;
    background-color: #fff;
}
/*Link*/
.suporte{
    color:#fff;
    font-size:20px;
    position: absolute;
    position: relative;
    float: left;
    margin-top: -15px;
    margin-left: -20px;
    
}
.suporte:hover{
    color:#fff;
    font-size:20px;
    text-decoration:none;
    
}
input[type=text] {
height: 50px;
}
input[type=password] {
height: 50px;
}
.fade-in {
animation: fadeIn ease 5s;
-webkit-animation: fadeIn ease 5s;
-moz-animation: fadeIn ease 5s;
-o-animation: fadeIn ease 5s;
-ms-animation: fadeIn ease 5s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@media screen and (max-width: 960px) {
  body {
   background-color: #1D2238;
  }
/* H1, H2, H3*/
.h1-ronnyy{
    color:#fff;
    font-size: 20px;
    font-weight: 200;
    text-align:center;
}
.h2-ronnyy{
    color:#fff;
    font-size: 17px;
    padding-bottom: 19px;
    font-weight: 500;
    text-align:center;
}
.h3-ronnyy{
    color:#fff;
    font-size: 15px;
    padding-top: 19px;
    font-weight: 500;
    text-align:center;
}
/* H1, H2, H3*/
/*Link*/
.suporte{
    color:#fff;
    font-size:20px;
    position: absolute;
    position: relative;
    float: left;
    margin-top: -15px;
    margin-left: 4px;
    
}
.suporte:hover{
    color:#fff;
    font-size:20px;
    text-decoration:none;
    
}
input[type=text] {
height: 50px;
}
input[type=password] {
height: 50px;
}
form{
    margin-left:20px;
}
}