﻿@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap");

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}

#container {
    position: relative;
    width: 100%;
    height: 100vh;
}

.img {
    position: absolute;
    right: 30%;
    top: 10px;
    max-width: 90%;
    max-height: 90%;
    width: 90%;
    height: 90%;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

.login_page {
    display: flex;
}

.div_left {
    width: 1100px;
    background-color: ##fefefe;
    padding: 15px;
    position: relative;
}

.logo {
    display: flex;
    flex-direction: row;
}

    .logo img.default_logo, .logo img.company_logo {
        width: 136px;
    }

.icon_back {
    border-radius: 50%;
    border: 1px solid #a2a2a2;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 3px;
    margin-top: 12px;
    margin-right: 13px;
    opacity: 0.8;
}

    .icon_back img {
        width: 10px;
        margin-left: -3px;
    }

.title_login {
    padding: 12vh 40px 1vh;
}

    .title_login h3 {
        font-size: 20px;
        color: #474747;
        font-weight: 600;
    }

    .title_login p {
        font-size: 14px;
        color: #474747;
        font-weight: 400;
        margin-top: 15px;
        margin-bottom: 20px;
    }

.form_login {
    padding: 10px 40px;
}
.register{
    margin-bottom:40px;
}

.terms_and_condition {
    margin-top: 10px !important;
}

#reset_terms {
    margin-top: 4px;
    /*letter-spacing: 1px;*/
}

    .terms_and_condition a {
        text-decoration: none;
        color: #2883FF;
        font-size: 12px;
    }
    .terms_and_condition span {
        text-decoration: none;
        font-size: 12px;
    }


.form_login box p {
    color: #474747;
}

.group {
    margin-bottom: 20px;
}

    .group label {
        position: static;
        display: block;
        margin-bottom: 8px;
        color: #222932;
        font-size: 14px;
        font-weight: 400;
        pointer-events: auto;
    }

.group_reset {
    margin-bottom: 0px;
}

    .group_reset label {
        position: static;
        display: block;
        margin-bottom: 8px;
        color: #222932;
        font-size: 14px;
        font-weight: 400;
        pointer-events: auto;
    }

input {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 14px 6px 12px 12px;
    display: block;
    width: 240px;
    border: 1px solid #D9DDE3;
    border-radius: 4px;
    height: 32px;
}

    input::placeholder {
        color: #CDD1DC;
        font-family: 'Source Sans Pro', sans-serif;
    }


input:focus::-webkit-input-placeholder {
    color: transparent;
}
    input:focus {
        outline: none;
        border-color: #2883FF;
    }

        input:focus::-webkit-input-placeholder {
            color: #CDD1DC; 
        }

    input.error {
        border: 1px solid #ff0000;
        outline: none;
    }

.error_content {
    color: #ff0000;
    font-size: 12px;
    margin-top: 5px;
    display: none;
    font-family: 'Source Sans Pro', sans-serif;
}

input.error + .error_content {
    display: block;
}

input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 2px;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 200px;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #f4faff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #f4faff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #f4faff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.inputs_ {
/*    -webkit-box-shadow: 0px 33px 46px -21px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 33px 46px -21px rgba(0,0,0,0.07);
    box-shadow: 0px 33px 46px -21px rgba(0,0,0,0.07);*/
    
    margin-top: 30px;
    width: 70%;
}

.link_recover {
    text-decoration: none;
    color: #2883FF;
    font-size:12px;
    margin-bottom:25px;
}

    .link_recover:hover {
        color: #284cd2;
    }

.btns {
    margin-top:40px;        
    display: flex;
}


.btn_recover_password {
    height:32px;
    width:128px;
    border-radius: 4px;
    border: 1px solid #2883ff;
    color: #fff;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #2883ff;
    margin-right: 25px;
    cursor: pointer;
    margin-top:-20px;        
    display: flex;
}
    .btn_recover_password:hover{
        opacity: 90%;
    }

.btn_singIn {
    border-radius: 4px;
    border: 1px solid #2883ff;
    font-family: 'Source Sans Pro', sans-serif;
    ;
    color: #fff;
    font-size: 14px;
    background-color: #2883ff;
    cursor: pointer;
    height: 32px;
    width: 110px;
}

    .btn_singIn:hover {
        opacity: 90%;
    }

    .btn_singIn.init-screen {
        margin-left: 15px;
        background-color: #2883ff;
        border: 1px solid #2883ff;
        font-size: 14px;
        font-family: 'Source Sans Pro', sans-serif;
    }

.form_login p {
    font-size: 14px;
    color: #474747;
    font-weight: 400;
    padding: 0px 0px 5px 0px;
}

.singUp {
    text-decoration: none;
    color: #2883FF;
    margin-left: 3px;
    font-size: 12px;
}

.div_right {
    background-color: #ff9e8a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 580px);
    position: relative;
    z-index: 100;
}
.div_right_loading {
    width: 551px;
    position: relative;
    z-index: 100000;
    background-color: #F6A2C8;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: colorTransition 2s ease-in-out 15s forwards;
    overflow: hidden; 
}

.gif-container {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 1s ease-in-out; 
}

    .gif-container img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; 
    }

.div_left_loading {
    width: calc(100% - 551px);
    position: relative;
    z-index: 100000;
    background-color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
}

.title-container-loading {
    margin-top: 140px;
    margin-left:72px;

}
    .title-container-loading h1 {
        font-weight: 400;
        opacity: 1;
        transition: opacity 0.7s ease;
    }

    .title-container-loading h1 .projetosString {
        font-weight: 700; 
    }

.content-part-loading {
    margin-top: 70px;
    margin-left: 72px;
    max-width:522px;
    font-size:20px;
    max-height:216px;
}

.content-part-loading p {
    opacity: 1;
    transition: opacity 0.7s ease;
}
.fade {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.fade.hidden {
    opacity: 0;
}


@keyframes colorTransition {
    0% {
        background-color: #ff9e8a;  
    }

    100% {
        background-color: #2883FF;
    }
}

.loading-container {
    position: absolute;
    bottom: 20%; 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.loading-bar-group {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
}


.loading-bar {
    width: 48px;
    height: 16px;
    background-color: #C9E0FF;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    margin-right: 10px; 
}

    .loading-bar span {
        display: block;
        height: 16px;
        width: 16px;
        background-color: #007bff;
        border-radius: 48px;
        animation: loading 2s infinite;
    }

    .loading-bar.still span {
        animation: none;
    }

@keyframes loading {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(200%);
    }
}

.loading-text {
    font-size: 16px;
    color: #007bff;
    font-weight: bold;
    margin-left: 10px; 
}

.text_description {
    text-align: center;
    vertical-align: middle;
}

    .text_description p {
        margin-top: 30%;
        color: #fff;
        font-size: 35px;
        font-weight: 400;
    }

.featured {
    color: #ff0042;
}

.NameUser {
    font-weight: 300;
    color: #878787;
}

.btn_cash {
    padding: 12px 38px;
    border-radius: 1px;
    border: 1px solid #3253e1;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #3253e1;
    margin-right: 25px;
    cursor: pointer;
}

    .btn_cash:hover {
        color: #3253e1;
        background-color: #fff;
    }

.btn_time {
    padding: 12px 38px;
    border-radius: 1px;
    border: 1px solid #47c46d;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #47c46d;
    margin-right: 25px;
    cursor: pointer;
}

    .btn_time:hover {
        color: #47c46d;
        background-color: #fff;
    }

.btn_task {
    padding: 12px 38px;
    border-radius: 1px;
    border: 1px solid #ed4d4d;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #ed4d4d;
    margin-right: 25px;
    cursor: pointer;
}

    .btn_task:hover {
        color: #ed4d4d;
        background-color: #fff;
    }

@media screen and (min-width: 1920px) {
    .img {
        right: 40%;
        max-width: 60%;
    }
}

@media screen and (min-width: 2560px) {
    .img {
        right: 45%;
        max-width: 50%;
    }
}

/* Large Desktop */
@media screen and (max-width: 1440px) {
    .div_left {
        width: 50%;
    }

    .div_right {
        width: 50%;
        
    }

    .inputs_ {
        width: 80%;
    }

    .img {
        right: 15%;
    }
}

/* Medium Desktop */
@media screen and (max-width: 1024px) {
    .title_login {
        padding: 8vh 30px 1vh;
    }

    .form_login {
        padding: 10px 30px;
    }

    .img {
        right: 20%;
    }
}

@media only screen and (max-width:780px) {
    /*.div_right {
        background-color: #ff9e8a;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: auto;
        padding-bottom: 34px;
    }*/

    .div_right {
        display: none;
    }

    .title_login {
        margin-top: 50px;
        padding: 40px;
    }

    .form_login p {
        font-size: 15px;
        margin-top: 25px;
    }

    .text_description p {
        margin-top: 15px;
    }

    .login_page {
        flex-direction: column;
    }

    .div_left {
        width: 100%;
    }

    .img{
        right: 50px;
    }
}

@media only screen and (max-width: 500px) {
    .div_right {
        display: none;
    }

    .title_login {
        margin-top: 30px;
        padding: 20px;
    }

    .form_login {
        padding: 20px;
    }

    .btns {
        display: flex;
        margin-top: 25px;
        flex-direction: column-reverse;
    }

    .btn_singIn, .btn_task, .btn_time {
        margin-bottom: 25px;
    }

        .btn_singIn.init-screen {
            margin-left: initial;
            margin-right: initial;
        }
}


.box .overlay, .overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
}

.box > .overlay, .overlay-wrapper > .overlay, .box > .loading-img, .overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box .overlay > .fa, .overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.link-apps {
    margin-top: 1vh;
}

    .link-apps a {
        text-decoration: none;
    }

    .link-apps img {
        height: 42px;
        margin: 20px 10px 0px 0px;
    }
