body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background: url('../images/low-quality/back1.jpg');
    background-size: cover;
    /*opacity: 0.9;*/
}
main {
    display: flex;
}
a {
    color: #488aff;
    transition: .3s color;
    text-decoration: none;
    background-color: transparent;
}
a:hover,
a:focus {
  color: #005afb;
}
:after, :before {
    box-sizing: border-box;
}
h1 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 12px;
}
h2 {
  color: #fff;
}
h3 {
    color: #272a2f;
    font-size: 18px;
    position: relative;
    letter-spacing: -.02em;
    margin-bottom: 20px;
}
p {
    color: #727a87;
    font-size: 13px;
    position: relative;
    line-height: 2em;
    letter-spacing: -.015em;
}
*, :after, :before {
    box-sizing: border-box;
}
img {
    vertical-align: middle;
}
footer {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -20px auto 60px;
}
.container:after, .container:before {
    content: " ";
    display: table;
}

.left {
    flex: 2 0 0;
    position: relative;
    /*background: rgba(188, 227, 255, 0.45);
    background-image: url(https://www.icesi.edu.co/solicitud_servicios/images/low-quality/back1.jpg);
    background-size: cover;
    background: url('../images/back-bg.jpg');
    opacity: 0.9;*/
}
.loginForm {
    text-align: center;
}
.loginForm img {
    width: 90px;
}


.right {
    flex: 1 0 318px;
    /*background-image: url('../images/back-bg.jpg');
    background-size: cover;
    height: 949px;*/
    position: relative;
    padding-top: 38px;
    overflow: hidden;
}
.titleServices {
    text-align: center;
    margin: 22px 0 43px 0;
    color: #000;
}
.right .items a {
    padding: 14px 80px 18px 36px;
    /*margin-right: 27px;*/
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 456px;
    margin-bottom: 28px;
}
.right .items a::before {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.right .items a::after {

    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 80px;
    width: 80px;
    height: 144px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 72px);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

a.services1::after {
  background-image: url('https://www.icesi.edu.co/solicitud_servicios/images/reserva.png');
}
a.services2::after {
  background-image: url('https://www.icesi.edu.co/solicitud_servicios/images/multimedios.png');
}
a.services3::after {
  background-image: url('https://www.icesi.edu.co/solicitud_servicios/images/publicitaria.png');
}

.right .items a:hover::before {
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    transform: scale(1.05);
}
.right .items a:hover::after {
    transform: translate3d(9.5px,0,0);
}


/*form*/
/*div#loginForm.loginForm-wrapper {
    padding-top: 100px;
}*/
div#loginForm {
    /*margin-bottom: 0;
    position: fixed;
    left: 21%;
    padding: 50px;
    border-radius: 9px;
    top: 21%;*/
    background: #FFF;
}
.loginForm-wrapper {
    margin: auto;
    padding-top: 90px;
    max-width: 480px;
    width: 480px;
}
.text-center {
    text-align: center;
}

#loginForm .form-wrapper {
    margin: 28px auto 25px;
    width: 100%;
    max-width: 400px;
    padding-left: 15px;
    padding-right: 15px;
}

#loginForm .floating {
    margin-bottom: 0;
}
.floating {
    position: relative;
}
.form-control.empty {
    border-color: #e1e5ed;
}
.floating input {
    margin-top: 18px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    transition: border-color .15s;
    font-family: 'Nunito', sans-serif;
}
.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.39286;
    border-radius: 4px;
}
.form-control {
    box-shadow: none;
    width: 100%;
    border: 1px solid #e1e5ed;
}

.floating input.input-lg+label {
    top: 30px;
}
.form-control.empty+label {
    color: #bdc3cd;
}
.floating input+label {
    cursor: text;
    /*left: 16px;
    position: absolute;
    top: 7px;*/
    transition: top .15s,font-size .15s,color .15s;
    z-index: 2;
    margin-top: 3px;
}
label {
    margin-bottom: 0;
    display: inline-block;
    max-width: 100%;
}

.floating input+label:before {
    position: absolute;
    content: "";
    top: 0px;
    right: -6px;
    left: -6px;
    height: 12px;
    background: #fff;
    opacity: 0;
    transform: translate3d(0,-23px,0) scaleX(.1);
    transition: transform .15s,opacity .15s;
}

.floating input+label span {
    z-index: 3;
    position: relative;
}

.form-group {
    margin-bottom: 15px;
}
#loginForm .floating+.form-group .btn {
    margin-top: 18px;
}
.btn.btn-primary {
    color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    font-family: 'Nunito', sans-serif;
}
.btn-primary {
    background-color: #448aff;
    border-color: #448aff;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.39286;
    border-radius: 4px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn {
    transition: background-color .3s,border-color .2s,box-shadow .2s,color .2s;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid transparent;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
}

/*.form-control.empty:focus, .form-control.empty:hover:focus, .form-control:focus, .form-control:hover:focus {
    border-color: #488aff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.form-control:active, .form-control:focus, .form-control:focus:active {
    outline: none;
}
.form-control.empty:focus+label, .form-control.empty:hover:focus+label, .form-control:focus+label, .form-control:hover:focus+label {
    color: #488aff;
}
.floating input.not-empty+label, .floating input:focus+label {
    font-size: 11px;
    top: 14px;
    z-index: 3;
    font-family: 'Nunito', sans-serif;
}
.floating input.not-empty+label:before, .floating input:focus+label:before {
    z-index: 1;
    transform: translateZ(0) scaleX(1);
    opacity: 1;
}*/

.btn.btn-primary:hover {
  background: #5794ff;
  border-color: #5794ff;
  box-shadow: 0 2px 5px rgba(0,0,0,.12);
}

.text-center.help {
    font-size: 13.5px;
    margin-top: 33px;
}


div#footerLogos {
    width: 500px;
    max-width: 100%;
    height: 33px;
    background: url('../images/logos.png') no-repeat transparent;
    background-size: 100%;
    background-position: 50% 0;
    margin: 0 auto;
}


button.btn.btn-primary.btn-lg.btn-block::after {
    font-family: Ionicons;
    content: '\f30f';
    font-size: 15px;
    line-height: 10px;
    vertical-align: -1px;
    margin-left: 8px;
    display: inline-block;
    transition: .2s transform;
}
button.btn.btn-primary.btn-lg.btn-block:hover::after {
    transform: translate3d(2px,0,0);
}

a.link-admin {
    background: #e1ecff4a;
    padding: 13px 16px;
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12);
    line-height: 1.4em;
    transition: all .2s linear;
    border: 0 solid transparent;
    letter-spacing: -.01em;
}
a.link-admin::after {
    font-family: Ionicons;
    content: '\f30f';
    font-size: 15px;
    line-height: 10px;
    vertical-align: -1px;
    margin-left: 8px;
    position: relative;
    display: inline-block;
    transition: .2s transform;
}
a.link-admin:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,.12);
    color: #186bfb;
}
a.link-admin:focus {
    color: #186bfb;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
    outline: 0;
}
a.link-admin:hover::after {
    transform: translate3d(5px,0,0);
}

@media (min-width: 1500px) {
    div#loginForm {
        position: absolute !important;
        margin-bottom: 0 !important;
        left: 30% !important;
        padding: 50px !important;
        border-radius: 9px !important;
        top: 21% !important;
    }
    .right{
        padding-top: 110px;
    }
}

@media (min-width: 1200px) {
    div#loginForm {
        position: fixed;
        margin-bottom: 0;
        left: 8%;
        padding: 50px;
        margin-top: -45px;
        border-radius: 9px;
        top: 14%;
    }
}

@media (max-width: 1199px) {
    body {
        background: #fff;
    }
    .right .items a {
        width: 310px;
    }
    .right .items a::after {
        width: 82px;
    }
    div#loginForm {
        /*left: 15%;*/
        position: fixed;
        padding-top: 100px;
    }

}

 @media (max-width: 991px) {
    .right {
        display: none;
    }
    body {
        background: #fff;
    }
    div#loginForm {
        /*left: 30%;*/

    }

    .button {
        display: block !important;
    }
 }

@media (max-width: 767px) {
    body {
        background: #fff;
    }
    div#loginForm {
        /*left: 3%;
        top: 10%;*/
        position: relative;
    }
}

  ul {
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
  }
  li {
    padding:0;
    margin:0;
  }
  nav {
    text-align:center;
    width:100%;
    position:relative;
    height:auto;
    /*overflow:hidden;*/
    background:none;
  }
  nav ul {
    text-align:center;
  }
  nav ul li {
    display:inline-block;
  }
  nav ul li a {
    color:#333;
    display:inline-block;
    padding:1em 3em;
    text-decoration:none;
    border-bottom:2px solid #fff;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
    font-size:16px;
  }
  nav ul li a:hover {
    color: #34B484;
  }
  /*styling open close button*/
  .button {
    display:inline;
    position:absolute;
    right:50px;
    top:6px;
    z-index:999;
    font-size:30px;
    display: none;
  }
  .button a {
    text-decoration:none;
  }
  .btn-open:after {
    color:#333;
    content:'\f394';
    font-family:'Ionicons';
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
    font-size: 40px;
    color: #448aff;
  }
  .btn-open:hover:after {
    color:#5794ff;
  }
  .btn-close:after {
    content: 'Cerrar';
    color:#fff;
  }
  .btn-close:before {
    color:#fff;
    font-size: 12px;
    content:'\f129';
    font-family:'Ionicons';
    transition-property:all .1s linear 0s;
    -moz-transition:all .1s linear 0s;
    -webkit-transition:all .1s linear 0s;
    -o-transition:all .1s linear 0s;
    margin: 10px;
  }
  .btn-close:hover:after {
    color: #fff;
  }
  /*overlay*/
  .overlay {
    display:none;
    position:fixed;
    top:0;
    height:100%;
    width:100%;
    /*background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);*/
    background-image: url('../images/low-quality/back1.jpg');
    background-size: cover;
    overflow:auto;
    z-index:99;
  }
  .wrap {
    color:#e9e9e9;
    text-align:center;
    max-width:90%;
    margin:0 auto;
  }
  .wrap ul.wrap-nav {
    /*border-bottom:1px solid #575757;
    text-transform:capitalize;*/
    padding:150px 0px 100px;
  }
  .wrap ul.wrap-nav li {
    font-size:20px;
    display:inline-block;
    vertical-align:top;
    width:75%;
    position:relative;
  }
  .wrap ul.wrap-nav li a {
    font-size: 30px;
    display:block;
    padding:8px 0;
    text-decoration:none;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
  }
  .wrap ul.wrap-nav li a:hover {
    color:#f0f0f0;
  }
  .wrap ul.wrap-nav ul {
    padding:20px 0;
  }
  .wrap ul.wrap-nav ul li {
    display:block;
    font-size:13px;
    width:100%;
    color:#e9e9e9;
    /*border-bottom: 1px solid rgba(238,238,238,.3);*/
  }
  .wrap ul.wrap-nav ul li a {
    color:#f0f0f0;
  }
  .wrap ul.wrap-nav ul li a:hover {
    color:#08304d;
  }

  @media screen and (max-width:48em) {
    .wrap ul.wrap-nav>li {
      width:100%;
      padding:20px 0;
      /*border-bottom:1px solid #575757;*/
    }
    .wrap ul.wrap-nav {
      padding:30px 0px 0px;

    }
    nav ul {
      opacity:0;
      visibility:hidden;
    }
    .social {
      color:#c1c1c1;
      font-size:25px;
      padding:15px 0;
    }
    .social-icon {
      width:100%;
      height:50px;
      background:#fff;
      color:#333;
      display:block;
      margin:5px 0;
    }
  }


  a.btn-close {
    font-size: 12px;
    color: white;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 700;
    border: 1px solid;
    padding: 9px;
    border-radius: 20px;
}

a.btn-close:hover {
    box-shadow: 0 7px 14px rgba(0,0,0,.12), 0 3px 6px rgba(0,0,0,.08);
    background: #fff;
}
a.btn-close:hover:before,
a.btn-close:hover:after {
    color: #448aff;
}

.wrap ul.wrap-nav li a:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 25%;
    background: #08304d;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.wrap ul.wrap-nav li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

@media (max-width:500px) {
    #loginForm{
        width: auto;
    }
}