/*-PADRAO-*/
body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    width: 100%;
}
@media screen and (max-width: 200px) {
    body {
        display: none;
    }
}

.corpo {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    background-color: rgba(20, 0, 255, 0.05);
    background: rgba(20,0,255,0.07);
    justify-content: center;
}
.corpo2 {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    background-color: rgba(20, 0, 255, 0.05);
    background: rgba(20,0,255,0.07);
    justify-content: center;
}

.corpo2 h1 {
    text-align: center;
}

@media screen and (max-width: 600px) {
    .corpo {
        background: #fff;
        display: block;
        justify-content: flex-start;
    }
}

.logo {
    width: 130px;
}

.entrar {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
    .entrar {
        text-align: left;
    }
}

.entrar h1 {
    font-weight: 100;
    width: 100%;
    font-size: 3em;
    color: rgba(20, 0, 255, 0.6)
}

@media screen and (max-width: 600px) {
    .entrar h1 {
        font-weight: 100;
        width: 95%;
        font-size: 2em;
        color: rgba(20, 0, 255, 0.6)
    }
}

.login{
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    width: 450px;
    position: relative;
    margin-top: 60px;
}
.login img{
    position: relative;
    left: -160px;
}
@media screen and (max-width: 600px) {
    .login{
        width: 90%;
        border-radius: 0;
        padding: 0;
        position: absolute;
        top: 10px;
    }
    .login img{
        position: relative;
        left: 0;
        justify-content: flex-start;
    }
}

.entrar .login form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    position: relative;
    border: 1px solid transparent;
}

@media screen and (max-width: 600px) {
    .entrar form {
        width: 95%;
    }
}

.entrar .login form a {
    text-decoration: none;
    font-size: 0.9em;
    border-bottom: 1px solid transparent;
}
.entrar .login form a:hover {
    border-bottom: 1px solid rgba(20, 0, 255, 0.6);
}
@media screen and (max-width: 600px) {
    .entrar .login form a {
        font-size: 0.8em;
    }
}

.entrar .login form h7 {
    text-align: left;
    margin-top: -20px;
    font-size: 0.8em;
    margin-bottom: 50px;
    color: rgba(50, 50, 50, 1);
}
@media screen and (max-width: 600px) {
    .entrar .login form h7 {
        font-size: 0.8em;
        margin-bottom: 20px;
    }
}


.entrar h6{
    font-size: 0.95em;
    font-weight: 600;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 50px;
    color: rgba(20, 0, 255, 0.6);
    
}
@media screen and (max-width: 600px) {
    .entrar h6 {
        font-size: 1em;
    }
}

.entrar form p {
    position: absolute;
    padding: 0 5px;
    font-size: 0.75em;
    color: rgba(50, 50, 50, 1);
    background: #fff;
    margin-left: 8px;
    margin-top: -9px
}
@media screen and (max-width: 600px) {
    .entrar form p {
        font-size: 0.8em;
    }
}

.entrar .login form div{
    width: 100%;
    padding: 0;
    border: 1px solid rgba(20, 0, 255, 0.6);
    border-radius: 4px
}

.entrar form input[type=text],
input[type=email],
input[type=password] {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    font-family: "Open Sans", sans-serif;
    height: 55px;
    border: none;
    color: rgba(20, 0, 255, 1);
    outline: none;
    width: 95%;
    
}

.divpass{
    position: relative;
    width: 100%;
}

.divpass .toggle-password{
    position:absolute;
    right: 0;
    margin-top: -57px;
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    color: rgba(104, 92, 255, 1);
    background: rgba(20, 0, 255, 0.2);
    transition: 0.5s;
    cursor: pointer;
    font-weight: 100;
    border-radius: 0 4px 4px 0;
}

/*-.divpass .toggle-password{
    position:absolute;
    right: 0;
    margin-top: -57px;
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    color: rgba(104, 92, 255, 1);
    background: rgba(20, 0, 255, 0.2);
    transition: 0.5s;
    cursor: pointer;
    font-weight: 100;
    border-radius: 0 4px 4px 0;
}-*/

.entrar .login form .entra{
    border: none;
}

.entra{
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
}
.entra h6{
    height: 50px;
    margin: 0;
    align-items: flex-end;
    display: flex;
}

.entrar form input[type=submit] {
    width: 140px;
    font-family: "Open Sans", sans-serif;
    height: 40px;
    background: rgba(104, 92, 255, 1);
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.5s;
}

@media screen and (max-width: 600px) {
    .entrar form input[type=submit] {
        width: 180px;
        height: 50px;
        font-size: 0.9em;
    }
}


.return{
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(153,0,153,1);
    color: #fff;
    font-size: 1em;
    font-weight: 100;
}
@media screen and (max-width: 600px) {
    .return{
        font-size: 0.8em;
    }
}
.return i{
    padding: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.entrar form input[type=submit]:hover {
    background: rgba(153, 0, 153, 1);
    color: rgba(255, 255, 255, 1);
}

#menu {
    width: 490px;
    justify-content:flex-end;
    margin: 0;
    padding: 0;
    font-size: 0.81em;
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
    #menu {
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 50px;
    }
}

#menu a {
    text-decoration: none;
    color: rgba(50, 50, 50, 1);
    border-bottom: 1px solid transparent;
    transition: 0.5s;
    font-weight: 600;
    font-size: 0.9em;
    margin-left: 30px;
}

#menu a:hover {
    color: rgba(20, 0, 255, 1);
    border-bottom: 1px solid rgba(20, 0, 255, 0.3);
}

@media screen and (max-width: 600px) {
    #menu a {
        margin: 15px;
    }
}

.bg {
    background-image: url(../img/bg-host.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right -350px bottom -150px;
    background-size: 1500px;
    opacity: 0.2;
}




@keyframes spinner {
  to {transform: rotate(360deg);}
}
.spinner:before {
    content: '';
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 6px solid rgba(20, 0, 255, 0.2);
    border-top-color: rgba(20, 0, 255, 0.6);
    animation: spinner .6s linear infinite;
}