h2   {color: #3d4468;}
p    {color: #3d4468;}

body, html {
    background-repeat: no-repeat;
    background-color: #e0e5ec;;
   /* background-image: linear-gradient(120deg, rgba(227,227,34) 15%, rgba(4,33,148) 40% ,rgba(148,41,4) 100%);
   */
    margin:0;
  padding:0;
  height:100%;
}

.card-container.card {
    width: 360px;
    padding: 30px;
    position: relative;
}

.card {
    background-color: #e0e5ec;
    /* just in case there no content*/
    padding: 30px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 25px;
    box-shadow: rgb(190, 195, 207) -39.3714px -10.7421px 60px, rgb(190, 195, 207) 39.3714px 10.7421px 60px;
}

.container-img{
    width: 150px;
    height: 150px;
    position: relative;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container-img img {
          width: 100%;
          height: 100%;
          object-fit: contain; /* La imagen se ajustará para que se vea completa */
          background-size: cover; /* o contain */
          background-repeat: no-repeat; /* Evita que se repita la imagen */
        }


.profile-name-card {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
     color: #3d4468;
    margin-bottom: 10px;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(18, 160, 218);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}


.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.btn-login {
   padding: 15px 15px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  background: linear-gradient(to bottom, #30AFFF, #0772B5, #30AFFF);
  color: #fff;
}

.btn-login:hover,
.btn-login:active,
.btn-login.hover {
    background: linear-gradient(to bottom, #3092CF, #095482, #3092CF);
  color: #fff;
}