﻿.square {
    position: unset;
    width: 50%;
}

    .square::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

.content {
    margin: 3%;
    border-radius: 20px;
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: #BCD9FF;
}

.btnLogin {
    display: inline-block;
    padding: 0.3em 1.2em;
    margin: 0 0.1em 0.1em 0;
    border: 0.16em solid rgba(255,255,255,0);
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
    text-align: center;
    transition: all 0.2s;
    background-color: #6C63FF;
}

    .btnLogin:hover {
        border-color: rgba(255,255,255,1);
    }

@media all and (max-width:10em) {
    btnLogin {
        display: block;
        margin: 0.2em auto;
    }
}
.txtLogin {
    margin-top:10%;
    margin-left:5%;
    color: #23539D;
}
.frmMargin {
    padding-right:90px;
    margin-top: 10%;
    margin-left: 5%;
    margin-right: 80% ;
}
.input-form {
    padding: 1em 4em;
    border-radius: 0.3rem;
    text-align: center;
    box-shadow: 0 2px 3px rgba(0 0 0/0.15);
    
}
.input-iconEmail {
    background-image: url(../Assets/icons8-email-64.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 0.5rem center;
}
.input-iconPassword {
    background-image: url(../Assets/icons8-padlock-64.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 0.5rem center;
}
.input-iconSearch {
    background-image: url(../Assets/iconSearch.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 0.5rem center;
}
.input-iconFiltro {
    background-image: url(../Assets/iconFiltro.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 0.5rem center;
}
