#app {
    min-height: 100vh;
    background: #043a49;
    padding: 20px;
    color: #fff;
    overflow-x: hidden;
    overflow-y: visible;
}

#app h1 {
    text-align: center;
    color: #f1c40f;
    margin-top: 20px;
    margin-bottom: 90px;
}

/* start Logo */
.logo {
    display: -webkit-box;
    display: flex;
    align-items: center;
    color: #F1C40F;
    justify-content: center;
    margin-bottom: 90px;
}
.logo:hover, .logo:visited, .logo:focus {
    color: #F1C40F;
    text-decoration: none;
}
.logo__img {
    width: 70px;
    margin-left: 10px;
    margin-right: 10px;
}
.logo__title {
    width: 140px;
    font-size: 24px;
    text-align: center;
}
/* end Logo */

.auth {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.auth .panel {
    -webkit-box-shadow: 0px 0px 100px 39px rgba(27,87,102,0.64);
    -moz-box-shadow: 0px 0px 100px 39px rgba(27,87,102,0.64);
    box-shadow: 0px 0px 100px 39px rgba(27,87,102,0.64);
    border-radius: 0;
}

.auth .login {
    width: 95%;
    max-width: 400px;
}

.auth .panel {
    border: none;
}

.auth .panel-body {
    padding: 25px;
    background: #032E3A;
}

.auth .panel-heading {
    background: #032E3A;
    border-radius: 0;
    border-color: #1b5766;
    color: #f1c40f;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.auth .form-group {
    width: 100%;
    margin: 0;
}

.auth .form-group label {
    color: #fff;
}
.auth .form-group input {
    height: 45px;
    background: #E0EEF1;
}

.create .glyphicon {
    color: #f1c40f;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 12px;
}

.create .tooltip-inner {
    color: #f1c40f;
}

.register hr {
    margin-top: 20px;
}

.register div.nav {
    margin-top: 25px!important;
}

.auth .form {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
hr {
    margin-top: 0;
    width: 100%;
    border-color: #1b5766;
}
.flex-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

label.remember {
    padding-left: 0;
}
