body {
    background: url(../../img/dechefr_bgloop_poster.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

::placeholder {
    color: rgb(75, 72, 72);
    opacity: 1; /* Firefox */
  }

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.login__background {
    height: 100%;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 1366px) {
    .login-row--left {
        flex-basis: 70%;
        max-width: 70%;
    }
}

.ncc-row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}

.login-row {
    height: 100%;
    flex: 1;
    margin: 8px;
    overflow: hidden;
}

.login-row--left {
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.login-box {
    color: #fff;
    display: flex;
    justify-content: center;
    flex: 1;
    flex-direction: column;
    margin: 0 auto;
}

.login-header {
    position: relative;
    z-index: 7;
    width: 160px;
}

.container-login {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    padding-top: 10rem;
}

.wrap-login {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.input-login {
    display: block;
    height: 45px;
    padding: 0 20px 0 50px;
    width: 100%;
    font-size: 1.0625rem;
    font-weight: 400;
    background: #66707d;
    color: #ffffff;
}

@media only screen and (min-width: 1366px) {
    .login-intro {
        flex-basis: 30%;
        max-width: 30%;
    }
}

.login-intro {
    background-color: #001027;
    background-image: url(../../img/blue-background.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
    box-shadow: 0 0 #dcedff;
    color: #000;
    overflow: auto;
    padding: 15px;
    min-height: 98.5vh;
    min-width: 20rem;
}

.login-intro-img {
    float: right;
    padding: 24px;
    width: 41%;
}

.login-content {
    margin: auto 0;
    padding: 0 24px;
}

.login-content__footer {
    color: #5a575c;
    font-size: .75rem;
    line-height: 1.25rem;
    margin-top: auto;
    padding: 0 24px 24px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.login-form {
    width: 500px;
    padding: 30px;
}

@media (max-width: 575px) {
    .login-form {
        width: 400px;
    }
}

.alert {
    z-index: 1000;
    color: #ffffff;
    font-size: 1rem;
}

.centered {
    float: none;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    align-items: center
}

.no-border {
    border: 0;
    box-shadow: none;
}

#no-account-link {
    padding-top: 30px
}

.panel-create-account-info {
    font-size: 1rem;
}

.external-link {
    color: #649DED;
    cursor: pointer;
}

#create-account-link {
    padding-top: 20px;
    margin: -30px 0 50px 0
}

.input-icons i {
    position: absolute;
    z-index: 1000;
}

.icon {
    padding: 17px;
    color: #2d2b2b;
    min-width: 40px;
    text-align: center
}

.btn-login {
    font-style: normal;
    color: #000000;
    background-color: #49febe;
    border: 2px solid #49febe;
    border-radius: 0px;
    font-weight: 400;
    font-size: 1.0625rem;
    letter-spacing: 1px;
    display: inline-block;
    padding: 6px 25px 7px 25px;
    margin-top: 1rem;
    white-space: nowrap;
    cursor: pointer;
}

.alert-sign-up {
    font-size: 1.2rem;
    color: maroon;
    padding-left: 10px
}

.user-info-panel {
    padding-right: 0 !important;
    padding-left: 0 !important;
}