* {
    box-sizing: border-box;
}

img{
    width: 200px;
}
body{
    margin: 0;
    font-family: sans-serif;
    background-attachment: fixed;
    background-position: center;
}
.form-register{
    width: 95%;
    max-width: 500px;
    margin: auto;
    background: white;
    border-radius: 7px;
}

.form-empresas{
    width: 95%;
    max-width: 50%;
    margin: auto;
    background: white;
    border-radius: 7px;
}
.form_titulo{
    background-color: #9FCCD2;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-weight: 100;
    font-size: 30px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 2px solid #A7A8AA;
}
.text_trans{
    width: 100%;
    text-align: center;
    font-size: 12px;
    opacity: 0.8;
}
.contenedor-inputs{
    /*padding: 10px 30px;*/
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;
    justify-content: space-between;*/
}
.radio-container {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 10px;
    /* justify-content: space-between; */
}

.radio-item {
    flex-basis: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.item {
    flex-basis: 50%;
    box-sizing: border-box;
    padding: 10px;
}

input{
    /*margin-bottom: 15px;*/
    padding: 12px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid darkgray;
}
.input-48{
    width: 48%;
}
.btn-enviar{
    background: #9FCCD2;
    color: white;
    margin-top: auto;
    padding: 10px 40px;
    cursor: pointer;
    font-size: 20px;
   
}
.btn-enviar:active{
    transform: scale(1.05);
}
.form_link{
    width: 100%;
    margin: 4px;
    text-align: center;
    font-size: 14px;
}
