html{
    height: 100%;
}
*{
    padding: 0;
    margin: 0;
}

body{
    
    height: 100%;
}

/* @media screen and (min-width: 600px) { */

     .container-central{
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-form{
        height: 515px;
        width: 40%;
        align-items: center;
        text-align: center;
        background: transparent;
        border: 3px solid black;
        border-radius: 50px;
        
    } 

    .logo-img{
        height: 150px;
        width: 100%;
        position: relative;
        bottom: 75px;
    }

    .logo-img img{
        height: 250px;
        width: 250px;
    }

    .form-login{
        position: relative;
        height: 90%;
        width: 100%;
        bottom: 100px;
        
    }
    .span-name{
        position: absolute;
        margin-left: 6%;
        margin-top: 25px;
        font-size: 0px;
    }
    .span-passw{
        position: absolute;
        margin-left: 6%;
        margin-top: 25px;
        font-size: 0px;
    }

    .span-cod{
        position: absolute;
        margin-left: 6%;
        margin-top: 25px;
        font-size: 0px;
        
    }
    .span-pass2{
        position: absolute;
        margin-left: 6%;
        margin-top: 25px;
        font-size: 0px;
        
    }
    ::placeholder{
        transition: ease-in-out 0.5s;
        color: #525252;
    }
    .form-login input{
        margin-top: 20px;
        border: 0px solid transparent;
        border-radius: 2px;
        /* border-bottom: 2px solid #525252; */
        height: 50px;
        width: 90%;
        font-size: large;
        color: #525252;
        padding-left: 6px;
        padding-top: 10px;
        user-select: none;   
        box-sizing: border-box;
        background:#f9f9f9;
    }

    .btn-login{
        width: 100px;
        height: 100px;
        border-radius: 40px;
        border: transparent;
        margin-top: 20px;
        /* background-color: #0bc4e2; */
        cursor: pointer;
    }
    .btn-crear{
        width: 100px;
        height: 100px;
        border-radius: 40px;
        border: transparent;
        margin-top: 20px;
        /* background-color: #0bc4e2; */
        cursor: pointer;
    }
    .crear-cuenta-a{
       text-decoration: none;
    }
    .msg{
        color: tomato;
    }


    .watch{
        
        cursor:pointer;
        position: absolute;
        top:135px;
        right: 100px;
    }
/* } */