body{
    font-family: 'Nunito', sans-serif;
    background-color: #dbdbdb;
    //font-family: 'Noto Sans KR', sans-serif;

}

.contenedor_login{
    border:1px solid lightgray;
    width: 70%;
    margin-left: 15%;
    margin-top: 130px;
    display: flex;

    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.18);
}

.contenedor_login_1{
    width: 40%;
    border-right: 1px solid lightgray;
}

.contenedor_login_2{
    width: 60%;
}

.contenedor_login_titulo{
    margin-left: 10%;
    margin-top: 60px;
}

.contenedor_login_input{
    width: 80%;
    margin-left: 10%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}

.contenedor_login_input input{
    border-style: none;
    border-bottom:2px solid lightgray;
    font-size: 60%;
    margin-bottom: 60px;
    height: 40px;
    text-indent: 10px;
}

/*
.btn_iniciar_sesion{
    margin-top: 10px;
    width: 35%;
    height: 40px;
    margin-left: 55%;
    font-size: 60%;
    border-style: none;
    border:1px solid lightgray;
    border-radius: 2px;
    margin-bottom: 60px;
}
*/




.contenedor_mensaje{
    background-color: #CE3434;
    color: white;
    width: 50%;
    margin-left: 25%;
    font-size: 80%;
    margin-top: 30px;
    border-radius: 5px;
    padding-left: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    display: none;
}



/*NUEVO DISENO*/

.contenedor_forma{
    width: 35%;
    margin-left: 32.5%;
    margin-top: 80px;
    margin-bottom: 60px;
    background-color: white;

    border-radius: 3px;

    padding-top: 35px;
    padding-bottom: 45px;

    -webkit-box-shadow: 1px 1px 7px 5px rgba(0,0,0,0.07);
    -moz-box-shadow: 1px 1px 7px 5px rgba(0,0,0,0.07);
    box-shadow: 1px 1px 7px 5px rgba(0,0,0,0.07);
}


.contenedor_forma input{
    width: 70%;
    margin-left: 15%;
    border-radius: 3px;
    border-style: none;
    height: 35px;
    border:1px solid lightgrey;

    margin-top: 15px;
    text-indent: 15px;
}

h5{
    margin-left: 15%;
    margin-bottom: 40px;
    font-size: 110%;
}

.contenedor_forma span{
    margin-left: 15%;
    font-size: 90%;
}

.contenedor_forma button{
    width: 70%;
    margin-left: 15%;
    border-radius: 3px;
    height: 40px;

}

.btn_iniciar_sesion{
    border-style: none;
    background-color: #725eff;
    color: white;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 90%;
    margin-top: 50px;
}

.btn_registrarse{
    background-color: white;
    border: 1px solid lightgray;
    //margin-bottom: 25px;
}

#logo_orbit{
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.32);

    border-radius: 50%;
}