body{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-image:url(/public/imgs/background.jpeg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-color:rgb(218, 218, 216);
}

.background-loguin{
    position: relative;
    float: left;
    width: 350px;
    height: 100vh;
    background-size: 100%;
    background-repeat:no-repeat;
    background-color: white;
    opacity: 80%;
}

.container_loguin{
    position:relative;
    width: 350px;
    left: 50%;
    padding: 10px;
    margin-left: -175px;
    overflow: hidden;   
}

.container {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    margin: 0px;
    opacity: 1;
    z-index: 10;
}	

.logomarca {
    position: relative;
    float: left;
    width: 94%;
    height: auto;
    padding: 10px;
    margin-top: 15px;    
}
    
.logomarca img {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    opacity: 0.9;
}

/* Full-width input fields */
input[type=text]{
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
    border: none;
    background: #f1f1f17d;
}	

input[type=password]{
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
    border: none;
    background: #f1f1f17d;
}

.redes-social{
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    text-align: center;        
}

.redes-social i{ 
    margin: 10px;
    width: 10px;
}

.iforme{
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
}


@media screen and (max-width: 800px) {
    body{
        background-image:url(/public/imgs/background_mobile.jpeg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .background-loguin {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-repeat:no-repeat;
        background-color:transparent;
    }
    
    .container_loguin{
        position:relative;
        width: 300px;
        left: 50%;
        padding: 10px;
        margin: 20px 0px 0px -150px;
        background-color: white;
        box-shadow: 1px 1px 2px black;
        border-radius: 10px 10px 10px 10px;
        overflow: hidden;   
    }
}

.swal-icon--custom{
     display: flex;
     justify-content: center;
}