﻿body {
}
.contenedor {
    border: 1px solid;
    padding: 20px 20px;
}
.sign-up-htm {
    left: 2%;
    
    padding: 20px 20px;
    height: 520px;
}

    .sign-up-htm h1 {
        
        color: black;
        text-align: center;
        margin-top: 10px;
    }

    .sign-up-htm .group .input {
        width: 100%;
       
        display: block;
        padding: 10px 5px;
        background: rgba(255,255,255,.1);
        margin-top: 10px;
        border: none;
        border-bottom: 1px solid;
    }

    .sign-up-htm .group #admin, #activo {
        display: none;
    }


    .sign-up-htm .group .button {
        background: #1161ee;
        margin-top: 30px;
        width: 87%;
        color: white;
        display: block;
        padding: 15px 20px;
        position: absolute;
    }



/* estilos login*/

.body {
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 300;
}


.formulario {
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 30px;
    opacity: 90%;
}


    .formulario .grupo1 {
        display: flex;
        grid-gap: 1rem;
        justify-content: space-between;
    }

        .formulario .grupo1 span i {
            padding: 10px;
            font-size: 30px;
            color: rgb(13, 13, 14);
        }

        .formulario .grupo1 input {
            width: 100%;
            position: relative;
            padding: 20px 10px 10px;
            background-color: transparent;
            border: none;
            letter-spacing: 1px;
            border-bottom: 2px solid rgb(158, 158, 253);
        }

    .formulario .grupo2 {
        display: flex;
        margin-top: 20px;
        position: relative;
        grid-gap: 1rem;
        justify-content: space-between;
    }

        .formulario .grupo2 span i {
            padding: 10px;
            font-size: 30px;
            color: rgb(8, 8, 8);
        }

        .formulario .grupo2 input {
            width: 100%;
            position: relative;
            padding: 20px 10px 10px;
            background: none;
            border: none;
            letter-spacing: 1px;
            border-bottom: 2px solid rgb(158, 158, 253);
        }

    .formulario .grupo3 {
        padding: 20px;
        margin-top: 10px;
        align-items: center;
        justify-content: space-between;
        color: rgb(10, 10, 10);
        letter-spacing: 1px;
    }

    .formulario .grupo4 {
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

        .formulario .grupo4 button {
            position: relative;
            text-align: center;
            letter-spacing: 1px;
            background: #6464f3;
            color: rgb(247, 245, 245);
            padding: 15px;
            border: 1px solid wheat;
            border-radius: 7px;
            box-shadow: 0px 0px 3px 0px;
        }

            .formulario .grupo4 button:hover {
                font-weight: bold;
            }

    .formulario h6 {
        border: 1px wheat solid;
        color: rgb(221, 202, 29);
        letter-spacing: 1px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        display: none;
    }

.foot-lnk a {
    color: rgb(13, 13, 14);
    text-decoration: none;
    opacity: 70%;
}
