
*{
    margin:0; 
    padding: 0;
    box-sizing: border-box;
}

/*
body{
    font-family: arial;
    background-image: url('logotipo.png');
}*/

/*#4e4d4d*/

.form-imagen{
    width: 10px;
    height: 0px;
    color: white;
    margin: 30px;
    margin-left: 180;
    /*margin-left: 580;  centrado todo el bloque  */
}

.form-inicio{
    width: 450px;
    height: 550px;
    background: #4e4d4d;
    margin: 220px;
    margin-top: 140px;
    margin-left:440px;
    box-shadow: 7px 13px 37px #000;
    padding: 20px 30px;
    border-top: 4px solid #017bab;
    color: white;     
    margin-left: 50;
    /*  quitar para   centrar todo  bloque margin-left: 50;*/
}

.form-producto{
    width: 695px;
    height: 680px;
    background: #ee3b3b;
    margin: 60px;
    margin-top: 20px;
    margin-left:40px;
    box-shadow: 7px 13px 37px #000;
    padding: 20px 30px;
    border-top: 4px solid #f34e4e;
    color: rgb(251, 251, 251);     
    /*  quitar para   centrar todo  bloque margin-left: 50;*/
}


.form-inicio h5{
    margin: 0;
    text-align: center;
    height: 40px;
    margin-bottom: 30px; 
    border-bottom: 1px solid;
    font-size: 20px;
}

.controles{
    width: 100%;
    border: 1px solid #2da8d9;
    margin-bottom: 15px;
    padding: 11px 10px;
    background: #fffcfc;
    font-size: 14px;
    font-weight: bold; 
}

.controlex{
    width: 40%;
    height: 30px;
    border: 1px solid #2da8d9;
    margin-bottom: 15px;
    padding: 11px 10px;
    background: #fffcfc;
    font-size: 14px;
    font-weight: bold; 
}

.controlex_1{
    width: 10%;
    height: 30px;
    border: 1px solid #2da8d9;
    margin-bottom: 15px;
    padding: 11px 10px;
    background: #fffcfc;
    font-size: 14px;
    font-weight: bold; 
}

.controlex_2{
    width: 16%;
    height: 30px;
    border: 1px solid #2da8d9;
    margin-bottom: 15px;
    padding: 11px 10px;
    background: #fffcfc;
    font-size: 14px;
    font-weight: bold; 
}

.buttons{
    width: 40%;
    height: 40px;
    background: #017bab;
    border: none;
    margin-bottom: 16px;
    cursor: pointer;
}

.buttons_1{
    width: 20%;
    height: 40px;
    background: #0cb5f7;
    border: none;
    margin-bottom: 16px;
    cursor: pointer;
}

.buttons_2{
    width: 20%;
    height: 40px;
    background: #f6fc51;
    border: none;
    margin-bottom: 16px;
    cursor: pointer;
}

.form-inicio p{
    height: 40px;
    text-align:center;
    border-bottom: 1px solid;
}

.form-inicio a{
    color: white; 
    text-decoration: none;
    font-size: 14px;
}

.form-inicio a:hover{
    text-decoration: underline;
}

@media (max-width:575px){
    body::after,
    body::before{
        height: 250px;
        width: 250px;
        filter:blur(100px);
    }

    .form-content .box{
        padding: 30px;
    }

    .form-content h3{
        font-size: 24px;
    }
}