body{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(22, 22, 22, 0.96), rgba(22, 22, 22,.96)), url('/images/backgroundImg.jpg') no-repeat;
    background-size: cover;
    align-items: center;
    color: #ffffff;
    overflow-x: hidden;
}
h1{
    text-align: center;
    font-size: 40px;
    color: white;
}
.login-form{
    text-align: center;
    padding-top: 7%;
}
.links{
    margin-top: 12%;
}
.link{
    font-size: 11px;
    font-weight: 100;
    margin-bottom: 7%;
}
/*
.input{
    width: 80%;
    text-align: center;
    color: white;
    border: #000000;
    border-bottom: solid #48BCAD 1px;
    background-color: #000000;
}
input:active{
    border: #000000;
}*/
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    max-width: 350px;
    width: calc(100% - 2em);
    vertical-align: top;
    padding-top: 7px;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    /*position: relative;*/
    display: block;
    padding: 2.3em 0;
    width: 100%;
    text-align: center;
    font-weight: 400;
}
.input__label-content::before{
    text-align: center;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}
.input--hoshi {
    overflow: hidden;
}

.input__field--hoshi {
    font-size: small;
    font-weight: 200;
    margin-top: 1.6em;
    padding: 1.4em 0.15em;
    width: 100%;
    background: transparent;
    color: #f7f7f7;
}
.input__field--hoshi::after{
    text-align: left;
}

.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4.8em 0.25em;
    width: 100%;
    height: calc(100% - 1em);
    text-align: left;
    pointer-events: none;
    font-size: medium;
}

/*.input__label-content--hoshi {
    position: absolute;
}*/
.input__label--hoshi::before{
    text-align: center;
}
.input__label--hoshi::before,
.input__label--hoshi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    border-bottom: 1px solid #43817B;
}

.input__label--hoshi::after {
    margin-top: 0;
    border-bottom: 2px solid red;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
    border-color: hsl(200, 100%, 50%);
}

.input__label--hoshi-color-2::after {
    border-color: #3B6B66;
}

.input__label--hoshi-color-3::after {
    border-color: hsl(20, 100%, 50%);
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}
.xxlarge-font{
    font-size: 40px;
    font-weight: 600;
}
.xlarge-font{
    font-size: 32px;
    font-weight: 600;
}
.large-font{
    font-size: larger;
}
.imagenet{
    padding-top: 3.5%;
    text-align: center;
}
img {
    vertical-align: bottom !important;
}
