@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap');

p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

h1,strong, b{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

input{ width:90% }



main{
    width:100%;
    height:100%;
    text-align: center;
    padding:1em 0 0 !important;
}

section.main{
    position: absolute;
    top:130px;
    max-width: 600px;
    right:0;left:0;
    margin:auto;
}

section.main > div{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

a{
    color:rgb(17, 119, 235);
    text-decoration: none;
}

#logo {
    position: relative;
    margin-bottom:20px;
    width:175px;
}

#noprocess{
    max-width: 600px;
}

#facebook-btn,
#google-btn{

    width:80px;
    height:80px;
    border-radius:120px;
    border:0;
    background-color:  #EA4335;
    background-image: url("assets/icon_google.svg");
    background-position:center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    margin:10px;
    cursor: pointer !important;
}

#facebook-btn{

    background-color:  #1A79E7 ;
    background-image: url("assets/icon_facebook.svg");
    
}
