body {
    background: #EEE;
    color: white;
    font-family: 'Telex', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.divup {
    display: inline-block;
    width: 100%;
    height: 350px;
    background: rgba(13, 65, 105, 1);
    background: -moz-linear-gradient(top, rgba(13, 65, 105, 1) 0%, rgba(11, 50, 81, 1) 90%, rgba(8, 36, 57, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(13, 65, 105, 1)), color-stop(90%, rgba(11, 50, 81, 1)), color-stop(100%, rgba(8, 36, 57, 1)));
    background: -webkit-linear-gradient(top, rgba(13, 65, 105, 1) 0%, rgba(11, 50, 81, 1) 90%, rgba(8, 36, 57, 1) 100%);
    background: -o-linear-gradient(top, rgba(13, 65, 105, 1) 0%, rgba(11, 50, 81, 1) 90%, rgba(8, 36, 57, 1) 100%);
    background: -ms-linear-gradient(top, rgba(13, 65, 105, 1) 0%, rgba(11, 50, 81, 1) 90%, rgba(8, 36, 57, 1) 100%);
    background: linear-gradient(to bottom, rgba(13, 65, 105, 1) 0%, rgba(11, 50, 81, 1) 90%, rgba(8, 36, 57, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0d4169', endColorstr='#082439', GradientType=0);
}

.allbody {
    height: 450px;
}

.logo {
    margin-top: 150px;
    top: 20px;
}

.linetxt {
    text-align: center;
    color: #0E4A4B;
    font-size: 25px;
    letter-spacing: 5px;
}

.text {
    position: static;
    width: 250px;
    height: 20px;
    border-radius: 49px 49px 49px 49px;
    -moz-border-radius: 49px 49px 49px 49px;
    -webkit-border-radius: 49px 49px 49px 49px;
    border: 2px solid #9A9A9A;
}

.divdown {
    display: grid;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 20%;
    background: rgba(13, 68, 109, 1);
    background: -moz-linear-gradient(left, rgba(13, 68, 109, 1) 0%, rgba(29, 97, 149, 1) 39%, rgba(8, 40, 63, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(13, 68, 109, 1)), color-stop(39%, rgba(29, 97, 149, 1)), color-stop(100%, rgba(8, 40, 63, 1)));
    background: -webkit-linear-gradient(left, rgba(13, 68, 109, 1) 0%, rgba(29, 97, 149, 1) 39%, rgba(8, 40, 63, 1) 100%);
    background: -o-linear-gradient(left, rgba(13, 68, 109, 1) 0%, rgba(29, 97, 149, 1) 39%, rgba(8, 40, 63, 1) 100%);
    background: -ms-linear-gradient(left, rgba(13, 68, 109, 1) 0%, rgba(29, 97, 149, 1) 39%, rgba(8, 40, 63, 1) 100%);
    background: linear-gradient(to right, rgba(13, 68, 109, 1) 0%, rgba(29, 97, 149, 1) 39%, rgba(8, 40, 63, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0d446d', endColorstr='#08283f', GradientType=1);
}

.line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
    width: 100%;
    height: 75%;
    background-color: #072034;
}

.formlogin {
    margin-top: 40px;
}

.form-group {
    width: 300px;
    border-radius: 49px 49px 49px 49px;
    -moz-border-radius: 49px 49px 49px 49px;
    -webkit-border-radius: 49px 49px 49px 49px;
}

.ingresar {
    margin-top: 0px;
    font-size: 15px;
    color: #639FAA;
}

.olvpass {
    margin-top: 22px;
    font-size: 12px;
    color: #CACACA;
    text-decoration: underline;
}

#form-control1 {
    margin-top: 10px;
    border-radius: 49px 49px 49px 49px;
}

#exampleInputPassword1 {
    margin-top: 20px;
    border-radius: 49px 49px 49px 49px;
}

.footerlogo {
    margin-top: 2%;
    margin-left: 10%;
    float: left;
}

.footericon {
    margin-top: 2%;
    margin-right: 10%;
    float: right;
}

.boton {
    background-color: white;
    border-color: white;
    border-style: none;
}

#iconuser {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 10px;
}

#iconpass {
    margin-top: 25px;
    margin-left: 50px;
    margin-right: 10px;
}