input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px rgba(13,76,133, 0.9) !important;
    border: none;
    background: url('../../../assets/img/icons/username.png') no-repeat scroll 7px 7px;
}

.PageHeight {
    height: 100vh;
}

.InnerChild {
    margin: 0 auto;
    top: 60%;
}

.jumbotron {
    /*position: absolute;
    top: 10%;*/
    /*transform: translateY(-20%);*/
    /*border: 1px dashed deeppink;*/
  }

.container {
    position: relative;
    top: 50%;
    height: 14rem;
    border: 1px solid;
    z-index: auto;
  }
.logoLeft {
    height: 100%;
    top: 60%;
    left: 20%;
}

.leftBorder {
    padding-left:5%;
    top:40%;
    left: 12%;
}
.middleBorder {
    border-left: 2.5px solid white;
    padding-left:5%;
    top:20%;
    left: 2.5%;
    height:55%;
}
.rightBorder {
    padding-left:3%;
    top:40%;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 30px rgba(13,76,133, 0.4);
    -webkit-text-fill-color: white !important;
}

.username, #username {
    border-radius: 50px;
    padding: 30px;
    width: 300px;
    height: 20px;
    border-style: none;
    background-color: rgba(13,76,133, 0.4) !important;
    color: white !important;
}

.password, #password {
    border-radius: 50px;
    padding: 30px;
    width: 300px;
    height: 20px;
    border-style: none;
    background-color: rgba(13,76,133, 0.4) !important;
    color: white !important;
}

input::placeholder {
    color: white;
}

.loginSubmit {
    border-radius: 50px;
    padding: 0;
    width: 100px;
    border-style: none;
    background-color: white !important;
    color: #0D4C85;
    font-size: 24px;
}

.form-actions {
    margin-left:48px;
}

.signin-card {
    -webkit-animation: cardEnter 0.75s ease-in-out 0.5s;
    animation: cardEnter 0.75s ease-in-out 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

.loginIcon {
    margin-right:10px;
}
/* -- login paper styles ------------------------------ */
.signin-card {
    max-width: 350px;
    border-radius: 2px;
    margin: 20px auto;
    padding: 20px;
    background-color: #eceff1; /* Blue Grey 50*/
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23); /* shadow depth 3 */
}


/* -- font styles ------------------------------------- */

.display1 {
    font-size: 28px;
    font-weight: 100;
    line-height: 1.2;
    color: #757575;
    text-transform: inherit;
    letter-spacing: inherit;
}

.subhead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1;
    color: #212121;
    text-transform: inherit;
    letter-spacing: inherit;
}


/* card animation from Animate.css -------------------- */

@-webkit-keyframes cardEnter {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -ms-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes cardEnter {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -ms-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@media only screen and (max-height: 850px) {
    .PageHeight {
        height: 100vh;
    }
    .middleBorder {
        border-left: 2.5px solid white;
        top: 20%;
        left: 4.5%;
        height: 55%;
    }
    input:-webkit-autofill {
        -webkit-box-shadow: inset 0 0 0px 9999px rgba(13,76,133, 0.9) !important;
        border: none;
        background: url('../../../assets/img/icons/username.png') no-repeat scroll 7px 7px;
    }
    .leftBorder {
        left: 3.5%;
    }
    .rightBorder {
        top: 33% !important;
        right: -5%;
    }
}