/* Cubic Bezier Transition */
.user-login-5 {
    min-height: 100vh;
}

.user-login-5 .bs-reset {
    margin: 0;
    padding: 0;
}

.user-login-5 .text-right {
    text-align: right;
}

.user-login-5 .login-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.user-login-5 .login-logo {
    position: absolute;
    top: 2.5em;
    left: 2.5em;
}

.user-login-5 .login-logo.login-6 {
    top: 80px;
    left: 80px;
}

.user-login-5 .login-container {
    position: relative;
    min-height: 100vh;
}

.user-login-5 .login-container > .login-content,
.user-login-5 .login-container .login-social,
.user-login-5 .login-container .login-copyright {
    padding: 0 80px;
}

.user-login-5 .login-container > .login-content {
    margin-top: 25%;
}

.user-login-5 .login-container > .login-content > h1 {
    font-size: 30px;
    font-weight: 300;
    color: #4e5a64;
}

.user-login-5 .login-container > .login-content p {
    color: #a0a9b4;
    font-size: 15px;
    line-height: 22px;
}

.user-login-5 .login-container > .login-content > .login-form {
    margin-top: 80px;
    color: #a4aab2;
    font-size: 13px;
}

.user-login-5 .login-container > .login-content > .login-form input {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid;
    border-color: #a0a9b4;
    color: #868e97;
    font-size: 14px;
    margin-bottom: 30px;
}

.user-login-5 .login-container > .login-content > .login-form input:focus {
    outline: 0;
}

.user-login-5 .login-container > .login-content > .login-form .forgot-password,
.user-login-5 .login-container > .login-content > .login-form .login-button {
    display: inline-block;
}

.user-login-5 .login-container > .login-content > .login-form .rem-password {
    margin-top: 10px;
}

.user-login-5 .login-container > .login-content > .login-form .rem-password > p {
    margin: 0;
}

.user-login-5 .login-container > .login-content > .login-form .rem-password > .rem-checkbox {
    border-color: #a4aab2;
}

.user-login-5 .login-container > .login-content > .login-form .forgot-password {
    margin-right: 1em;
}

.user-login-5 .login-container > .login-content > .login-form .forgot-password > a {
    color: #a4aab2;
}

.user-login-5 .login-container > .login-content > .login-form .forgot-password > a:hover {
    color: #337ab7;
    text-decoration: none;
}

.user-login-5 .login-container > .login-content > .login-form .forgot-password > a:focus {
    color: #a4aab2;
    text-decoration: none;
}

.user-login-5 .login-container > .login-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
}

.user-login-5 .login-container > .login-footer .login-social {
    padding-right: 0;
}

.user-login-5 .login-container > .login-footer .login-social li {
    display: inline-block;
    list-style: none;
    margin-right: 1em;
}

.user-login-5 .login-container > .login-footer .login-social a {
    color: #a9b5be;
    font-size: 18px;
}

.user-login-5 .login-container > .login-footer .login-social a:hover {
    color: #1BA39C !important;
    text-decoration: none;
}

.user-login-5 .login-container > .login-footer .login-social a:focus {
    color: #a9b5be;
}

.user-login-5 .login-container > .login-footer .login-copyright {
    padding-left: 0;
    margin-top: 6px;
}

.user-login-5 .login-container > .login-footer .login-copyright > p {
    margin: 0;
    font-size: 13px;
    color: #a9b5be;
}

.user-login-5 .alert {
    /*margin-top: -60px;*/
}

.user-login-5 .form-group.has-error {
    border-bottom: 2px solid #ed6b75 !important;
}

.user-login-5 .form-group.valid {
    border-bottom: 1px solid #a0a9b4 !important;
}

@media (max-width: 1365px) {
    .user-login-5 .login-logo.login-6 {
        top: 40px;
        left: 40px;
    }

    .user-login-5 .login-container > .login-content,
    .user-login-5 .login-container .login-social,
    .user-login-5 .login-container .login-copyright {
        padding: 0 40px;
    }

    .user-login-5 .login-container .login-social {
        padding-right: 0;
    }

    .user-login-5 .login-container .login-copyright {
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .user-login-5 .login-container > .login-content .text-right {
        text-align: left;
    }
}

a {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}


/* STRUCTURE */

.wrapper {
    display: flex;
    margin-right: 0;
    flex-direction: column;
    justify-content: center;
    height: 97vh;
    width: 100%;
    min-height: 100%;
    max-width: 95%;
    padding: 30px;
}

@media (max-width: 500px) {
    .wrapper {
        max-width: 100% !important;
    }
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: rgba(0, 0, 0, 0.68);
    padding: 28px;
    width: 100%;
    max-width: 380px;
    position: relative;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
    flex: 100%;
}

#formFooter {
    background-color: #00000090;
    /*border-top: 1px solid #1ab39c;*/
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

#navs {
    background-color: #00000090;
    border-top: 1px solid #1ab39c;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    color: white;
}


/* TABS */

h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}


/* FORM TYPOGRAPHY*/

input[type=button], input[type=submit], input[type=reset] {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 10px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px !important;
    margin: 5px 20px 20px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: #39ace7;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

input[type=text], input[type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px !important;
}

input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder {
    color: #cccccc;
}


/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #1ab39c;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #1ab39c;
}

.underlineHover:hover:after {
    width: 100%;
}

/* OTHERS */

*:focus {
    outline: none;
}

#icon {
    /*width:60%;*/
}

input[type="submit"] {
    background-color: #1ab39c;
    width: 85% !important;
}

input[type="submit"]:hover {
    background-color: #1ab39c;
    width: 85% !important;
}

@media (max-width: 714px) {
    .wrapper {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

.top-middle {
    color: white;
    position: absolute;
    top: 5%;
    left: 45%;
}

p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.bottom-center {
    position: absolute;
    bottom: 10%;
    left: 49%;
    color: white;
    background-color: #00000030;
    border-radius: 10px !important;
    padding: 24px 16px 24px 16px;
}

.top-txt-2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.btm-txt-1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    font-size: 34px;
    font-style: italic;
}

.btm-txt-2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
}

@media only screen and (min-width: 700px) and (max-width: 850px) {

    .top-txt-1 {
        font-size: 50px ! important;
    }

    .top-txt-2 {
        font-family: 'Poppins', sans-serif ! important;
        font-size: 16px ! important;
        font-weight: 600 ! important;
    }

    .btm-txt-1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: bolder;
        font-size: 26px;
        font-style: italic;
    }

    .btm-txt-2 {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 600;
    }
}

@media only screen and (min-width: 700px) and (max-width: 720px) {
    .top-middle {
        display: none;
        visibility: hidden;
    }

    .bottom-center {
        display: none;
        visibility: hidden;
    }
}
