body{
    /*background-color: linear-gradient(to right, #921dff 0%, #576574 100%);*/
    background: #576574 url('../../img/backEmissor3.png') no-repeat;
    background-size: 70%;


}
.error_message{
    width: 100%;
    padding: 20px;
    background: rgba(255, 0, 0, 0.35);
    color: white;
    text-align: center;
}
.title{
    font-size: 36px;
    color: white;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    line-height: 1.1;
    font-style: normal;

}
a{
    color: white;
}
a:hover{
    color: #d4d4d4;
}
.containerMain{

    width: 100%;
    height: 100%;

}
.inputLogin{

    margin-top: 20px;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.24);
    border: none;
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.15);
    font-family: 'Nunito', sans-serif;
    color: white;
}

.btnLogin{
    margin-top: 20px;
    width: 250px;
    background-color: rgba(255, 165, 0, 0.68);
    border: none;
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.15);
    font-family: 'Nunito', sans-serif;
    color: white;
}
.inputLogin::placeholder{
    color: white;
}
.containerLogin{
    /*position: absolute;*/

    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    /*margin-top: 200px;*/
}
.rowLogin{

    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 350px;
    background-color: rgba(255, 255, 255, 0.21);
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    /*margin-top: 200px;*/
}