@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn.btn-rose.btn-simple {
    background-color: #2e65f2;
    box-shadow: none;
    color: #ffffff;
}

label
{
    font-size: 14px;
    line-height: 1.42857;
    color: #5b5c5c;
    font-weight: 400;
}

.card .card-content {
    padding: 1rem 1rem;
    position: relative;
}

.card {
    margin: 0 auto;
    display: block;
    position: relative;
    background: #fff;
}

.form-group {
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

.wrapper {
    top: 0;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

/*.full-page:after, .full-page:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
*/
.full-page {
    background-color: rgb(240, 244, 249);
}

.full-page > .content,
.full-page > .footer {
    position: relative;
    z-index: 4;
}

.full-page > .content {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    color: rgba(0, 0, 0, 0.87);
}

.login-page > .content {
    padding-top: 8vh;
}

.login-page .card-login {
    width: 480px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    padding-bottom: 5rem;
    padding-right: 5rem;
    padding-left: 5rem;
    padding-top: 3rem;
    transform: translate3d(0, 0, 0);
}

.login-page .card-login .btn-wd {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    text-transform: capitalize;
}

.login-page__header {
    padding: 2.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page__logo-svg {
    height: 80px;
    width: auto;
    color: rgba(0, 0, 0, .87);
}

.nav-pills > li.active > a,.nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #ffffff;
    color: #2172C3;
}

.nav-pills > li > a {
    min-height: 50px;
    max-height: 50px;
    font-size: 12px;
    font-weight: 500px;
    width: 100%;
    color: #757575;
    transition: all .3s;
    border: black;
    border-radius: 2px;
    background-color: #fff;
    padding-top: 3px;
    padding-bottom: 46px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6) !important;
}

.nav-pills > li > a:hover {
    background-color: rgba(200, 200, 200, 0.2);
}

.nav-pills > li i {
    display: block;
    font-size: 25px;
}

.btn.btn-lg {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 36px;
}

.nav-pills > li > a > label{
    font-size: 15px;
    font-weight: 550 !important;
    text-transform: capitalize;
}

.btn {
    border: none;
    position: relative;
    margin: 10px 1px;
    font-weight: 400;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-group.is-focused .form-control {
    outline: none;

    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: 0.3s;
}

.card img {
    width: 100%;
    height: auto;
}

.card .tab-content {
    margin-top: 8px;
}

.color-animation{
    animation: animate 30s ease infinite;
}

@keyframes animate {
    0%{
        background-color: #0099b9;
    }
    10%{
        background-color: #008bcc;
    }
    20%{
        background-color: #007dcd;
    }
    30%{
        background-color: #006ec7;
    }
    40%{
        background-color: #015ec5;
    }
    50%{
        background-color: #0047b9;
    }
    60%{
        background-color: #015ec5;
    }
    70%{
        background-color: #006ec7;
    }
    80%{
        background-color: #007dcd;
    }
    90%{
        background-color: #008bcc;
    }
    100%{
        background-color: #0099b9;
    }
}

.social-media .btn-social{
    border: #f2f2f2 1px solid;
    border-radius: 4px;
    background-color: transparent;
}

.btn-social > img{
    width: 30px;
    height: 30px;
    padding-bottom: 5px;
}

.btn-social > label{
    padding-left: 4px;
    font-weight: bold;
}

.separator > label{
    padding-top: 5px;
    color: gray;
}

.ul-element-tabs{
    display: flex;
}

.ul-element-tabs > li{
    flex: 1;
    margin-left: 0 !important;
}

.ul-element-tabs > li:not(:last-of-type){
    margin-right: 8px;
}

.navbar-brand {
    width: 250px;
    height: 50px;
    background-position: center left;
    background-repeat: no-repeat;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    float: none;
}

.title-img{
    padding-bottom: 20px;
}

.nav-pills > li.active > a > label{
    color: #2172C3;
}

.nav-pills > li.active > a{
    border :1px solid #2172C3;
}

.input-fields .input-group{
    width: 100%;
    display: block !important;
}

.tab-content .input-group .form-control{
    height: 40px;
    border-radius: 4px;
    float: none;
    padding: 0.25rem 1rem;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #f2f2f2;
}

.separator:not(:empty)::before {
    margin-right: .90em;
}

.separator:not(:empty)::after {
    margin-left: .90em;
}

.social-media{
    padding-right: 5%;
    padding-left: 5%;
}

.login-tabs{
    margin-top: 40px;
    text-align: center;
}

.login-tabs ul{
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
}

.login-tab li > a >i {
    display: block;
    font-size: 23px;
    padding: initial;
}

.footer{
    padding: 3rem 1rem 2.4rem;
}

.tab-pane__footer{
    padding: 0 1rem;
}

.login-error {
    display: flex;
    align-items: center;
    padding: 8px;
}
.login-error__icon {
    margin-right: 8px;
}

/*OVERRIDEs*/
.form-control:focus {
   box-shadow: none !important;
}

.alert {
    margin-bottom: 0 !important;
}
