.login {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat;
    padding-top: 80px;
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 50px
}

.card2 {
    margin: 0px 40px
}

.logowh {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px
}

.image {
    width: 250%;
    height: 150%
}

.border-line {
    border-right: 1px solid #EEEEEE
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #860909;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid rgb(20, 9, 80);
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}

.btn-blue {
    background-color: #8DD81B;
    width: 150px;
    color: #fff;
    border-radius: 2px
}

.btn-blue:hover {
    background-color: #1A237E;
    cursor: pointer;
    color: #fff;
}

.bg-blue {
    color: #fff;
    background-color: #1A237E
}

@media screen and (max-width: 991px) {
    .logowh {
        margin-left: 0px
    }

    .image {
        width: 300px;
        height: 220px
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }




}

@media only screen and (max-width: 400px) {
    body {
      background-color: rgb(12, 24, 196); /* Aplicará solo desde 0 hasta 600px */
    }
    div{
        margin: top 20px;
        width:300px;
        /* height:200px; */
        display:contents;

    }
    .ima{
        width:fit-content;
    }

  }
.img1{
    background-image: url('../img/login1.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-color:#1C3D75;
    /* opacity: 0.7; */
    /* height: 100%;
    width: 100%; */
     /* margin-top:50%; */
}

.ingresar{
    font-size: 40px;
    color: #000;

}
.loginimg{
    margin-left: auto;
    margin-right: auto;
    margin-top:5%;
    width: 20%;
    height:20%;
}

.logincolor{
    background-color: #EEEEEE;
    opacity: 0.3;

}

.logowh{
    width: 30%;
    height:10%;
}
.logcol{
    background-color: lightblue;
    opacity: 0.50;
    /* border-radius: 10px 100px / 120px; */
    margin:10;
    border-radius: 80px
}
input[type=text] {
    border: none;
    border-bottom: 2px solid rgb(95, 93, 93);
    background-color: transparent;
  }
  input[type=password] {
    border: none;
    border-bottom: 2px solid rgb(95, 93, 93);
    background-color: transparent;
  }

  .divi {
    background-color: lightblue;
  }