@charset "utf-8";
/* CSS Document */
.login_movil{ display:block;}
.login_web{display:none;}
  html,
body {
  height: 100%;
}


   body{
    padding-top: 10px;
    background:#eee;
}
.register img{
    margin-top: 0%;
    margin-bottom: 0%;
    width: 60%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(20px); }
}

.caja2{width:100%;}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}



@media (min-width: 768px) {
	@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(0); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(0); }
}
.register img{
    margin-top: 25%;
    margin-bottom: 5%;
    width: 70%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.login_movil{ display:none;}
.login_web{display:block;}
    .container {
        max-width: 720px;
    }
	.caja2{width:44%;}
	 body{
    padding-top: 100px;
    background:#eee;
}
}

@media (min-width: 992px) {
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(0); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(0); }
}
.register img{
    margin-top: 25%;
    margin-bottom: 5%;
    width: 70%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
	.login_movil{ display:none;}
.login_web{display:block;}
    .container {
        max-width: 960px;
    }
	.caja2{width:44%;}
	 body{
    padding-top: 100px;
    background:#eee;
}
}

@media (min-width: 1200px) {
	@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(0); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(0); }
}
.register img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 70%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
	.login_movil{ display:none;}
.login_web{display:block;}
    .container {
        max-width: 1140px;
    }
	.caja2{width:44%;}
	 body{
    padding-top: 100px;
    background:#eee;
}
}



.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
	@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(0); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(0); }
}
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
	.caja2{width:44%;}
	 body{
    padding-top: 100px;
    background:#eee;
}
}
.text-muted {
    color: #9faecb !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.mb-3 {
    margin-bottom: 1rem !important;
}

.input-group {
    position: relative;
    display: flex;
    width: 100%;
}

