@import url('https://fonts.cdnfonts.com/css/open-sans');
@import url('https://fonts.cdnfonts.com/css/satoshi');

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

body {
    overflow-x: hidden;
}

#logo {
    border-radius: 50%;
    margin-left: -25px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 20px 50px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1), 0 -4px 6px -2px rgba(0, 0, 0, 0.1);
}

#form_container_Login {
    display: flex;
    width: 50%;
    padding: 80px 180px 80px 180px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
}

.SSO {
    width: 490px;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid rgb(227, 227, 227);
}

.Google-logo {
    max-width: 50px;
    max-height: 50px;
    margin-right: 5px;
}

.text-wrapper {
    font-family: 'Satoshi', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: hsl(204, 100%, 53%);
}

.text-wrapper-2,
.text-wrapper-3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #67748E;
}

.input-width::placeholder {
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #BFCEEC;
    font-size: 17px;
}

.input-width:focus {
    color: #000000;
}


.input-width {
    width: 499px;
    display: block;
    padding: 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: #BFCEEC;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.button-IS {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    flex: 0 0 auto;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(13, 158, 255) 0%, rgb(77.56, 204.19, 255) 100%);
    border: none;
    width: 499px;
    transition: color 0.3s;
}

.button-IS:hover {
    color: black;
}

.span {
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #67748e;
}

a {
    text-decoration: none !important;
    color: hsl(204, 100%, 53%);
}

.subrayado:hover{
    text-decoration: underline hsl(204, 100%, 53%) !important;
}

.container-ini{
    width: 505px;
    height: 46px;
    border-radius: 10px;
    border: 1px solid #C3D2EE;
    padding: 10px, 15px, 10px;
    gap: 10px;
    margin-top: -30px;
}

#text-ini{
    padding-top: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #67748E;
}

#contenedor-imagen {
    width: 850px;
    height: 820px;
}


.img-shapes-login {
    display: flex;
    position: absolute;
    left: 850px;
    top: 0px;
    width: 770px;
    height: 800px;
}

.small-logo {
    height: 20px;
    margin-bottom: 10px;
}


/* Estilos del formulario de restablecer contraseña */
#form_container_email{
    display: flex;
    width: 50%;
    padding: 80px 180px 80px 180px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
}

.reset .text-wrapper {
    line-height: 50px;
    font-weight: 700;
    font-size: 50px;
    margin-left: 100px;
    width: 505px;
    height: 100px;
}

.reset .text-wrapper-3{
    align-items: center;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    width: 505px;
    height: 16px;
}

.reset .text-wrapper-4{
    align-items: center;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    width: 505px;
    height: 16px;
    color: #67748E;
    margin-left: 100px;
    font-family: 'Open Sans', sans-serif;
}

.reset .img-logo{
    max-width: 585px;
    margin-right: 100px;
}

.reset .img-logo2{
    max-width: 565px;
    max-height: 550px;
    margin-right: 100px;
}


.button-close {
    background: linear-gradient(to right, #67748E, #91A3C9);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    flex: 0 0 auto;
    border-radius: 10px;
    border: none;
    width: 499px;
    transition: color 0.3s;
}

.button-close:hover {
    color: black;
}
@import url('https://fonts.cdnfonts.com/css/open-sans');
@import url('https://fonts.cdnfonts.com/css/satoshi');

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

body {
    overflow-x: hidden;
}


#form_container {
    display: flex;
    padding: 90px 180px 90px 180px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    margin-top: -85px;
}

.span {
    padding: 20px;
    margin-right: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #67748e;
}

.n2 {
    color: #0D9EFF;
}

.text-wrapper-02 {
    font-family: 'Satoshi', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    color: #67748E;
}

.text-wrapper {
    font-family: 'Satoshi', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #0D9EFF;
}

.img-shapes {
    box-sizing: content-box;
    width: 600px;
    height: 940px;
}

label{
    width: 459px;
    height: 48px;
    color: #67748E;
}

.container-ini2{
    width: 505px;
    height: 46px;
    border-radius: 10px;
    border: 1px solid #C3D2EE;
    padding: 10px, 15px, 10px;
    gap: 10px;
    margin-top: 10px;
}
