@import url(../../js/plugins/ladda/ladda.min.css);
@import url(../../js/plugins/bootstrap-4.1.1-dist/css/bootstrap.min.css);
@import url(../../js/plugins/sweetalert/sweetalert.css);
/*@import url(../../js/plugins/nucleo/css/style.css);*/
@import url(../../js/plugins/nucleo/css/icons.css);
@import url(errorMessage.css);
@import url(../loginRegister.css);


:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cacaca !important;
    font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #cacaca !important;
    font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #cacaca !important;
    font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #cacaca !important;
    font-size: 14px;
}

@font-face {
    font-family: "Nunito Sans";
    src: url("../../css/fonts/Nunito/NunitoSans-SemiBold.ttf") format('truetype');
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #FFFFFF;
    /*background: #F1F5FA;*/
    font-size: 15px;
    color: #97A3B0;
    /*background-image: url("../../images/login-hero.svg");*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 110%;
}

.people-hero-bg {
    background-image: url("../../images/financial-page-crop.svg");
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: bottom;
}

.send-email-hero {
    background-image: url("../../images/sending-mail.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 20%;
}

a {
    color: #2C7FF2;
    line-height: 25px;
}

.previous {
    color: #97A3B0;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

label {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

i {
    font-family: Nucleo;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}

.relative {
    position: relative;
}

.toogle-password {
    position: absolute;
    top: 36px;
    right: 15px;
    font-weight: normal;
    color: #c6cfd9;
}

.form-group > label, h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #8092a4;
    letter-spacing: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.logo-section {
    padding-top: 3%;
    padding-left: 5%;
}

.card-signin {
    border: 0;
    overflow: hidden;
    margin: 20px 0 40px;
    border-radius: 10px;
}

.card-signin .card-title {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2.5rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-signin .card-body {
    padding-top: 3.5rem;
    padding-right: 3.8rem;
    padding-bottom: 2.5rem;
    padding-left: 3.8rem;
}

.card-signin .card-body-blog {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    width: 100%;
}

.card-signin .card-body-blog h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #596981;
    margin-bottom: 20px;
}

.card-body-blog .post-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #21374F;
    line-height: 1.2em;
}

.card-body-blog .post-title:hover {
    color: #21374F;
    text-decoration: none;
}

.card-body-blog p {
    font-size: 16px;
    font-weight: 300;
}


.hide-in-movile > .card {
    background: transparent;
}
.form-signin {
    width: 100%;
}

/*.form-signin input[type=text], .form-signin input[type=password] {*/
/*    font-size: 18px;*/
/*    line-height: 30px;*/
/*    margin-bottom: 10px;*/
/*}*/

.form-signin .btn {
    font-size: 90%;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}

.card-title {
    color: #21374F;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.bold {
    font-weight: bold !important;
}

.recover-password-section {
    margin-top: 1.8rem !important;
}

.register-section {

}

.uppercase {
    text-transform: uppercase;
}

.label-color {
    color: #97A3B0;
    font-size: 17px;
}

.has-error span.error {
    display: block;
    color: #ef5350;
    padding: 8px 5px 5px;
    font-size: .8rem;
}

.has-error .form-control:focus {
    background: none;
    border: 1px solid #e9edf2;
    border-bottom: 2px solid #ef5350;
}

.btn span {
    padding: 10px 60px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: -0.02em;
    font-weight: bold;
    line-height: 24px;
}

.btn-primary {
    background-color: #1F76FE;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label {
    cursor:pointer;
}

.agree-box label:before {
    content:'';
    background:transparent;
    border: 2px solid #E8EEF3;
    border-radius: 5px;
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-right: 10px;
    text-align:center;
    vertical-align:middle;
}

input[type=checkbox]:checked + label:before {
    content: '\2714 \fe0e';
    font-size: 17px;
    font-family:'Times New Roman';
    color:#1F76FE;
}

.alpha {
    padding-left: 0;
}

.omega {
    padding-right: 0;
}

.img-fluid {
    max-width: 20%;
    height: auto;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-30 {
    margin-top: 30px;
}

.btn-block {
    margin: 15px 0 35px;
}

.title-message {
    text-transform: uppercase;
    padding-bottom: 12px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 1.5rem;
}

.footer, .login-footer {
    font-size: 14px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.login-footer{
    margin-top: 40px;
}

/* LADDA SPINER ------------------------------*/

.ladda-button .ladda-spinner {
    top: 33%;
}

.ladda-button[disabled],
.ladda-button[disabled]:hover,
.ladda-button[data-loading],
.ladda-button[data-loading]:hover {
    border-color: #007bff;
    background-color: #007bff;
}

@media (max-width:576px) {
    .hide-in-movile {
        display: none;
    }

    .recover-password-section .pull-right {
        float: none;
    }

    .recover-password-section .pull-left {
        float: none;
    }

    .recover-password-section {
        text-align: center;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .logo-section {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

.mb-290 {
    margin-bottom: 290px !important;
}

.locked-name {
    padding-top: 25px;
    color: #000000;
}

.init-config .toogle-password {
    top: 5px !important;
}

.imgRedonda {
    height: 180px !important;
    border-radius: 150px !important;
    max-width: 46% !important;
}

.init-config #unlock {
    /*background-color: white;*/
    /*color: #2C7FF2;*/
    /*border: 0px solid #745af2 !important;*/
    /*margin-top:20px;*/

    box-shadow: none;
    width: 100%;
    border-radius: 4px;
    background-color: #2C7FF2;
    /* color: #2C7FF2; */
    border: none;
}

.cancel-section {
text-align: center;
margin-top: 24%;
}

.cancel-section i {
font-size: 50px;
color: #d0d3d7;
}

.cancel-section span {
font-size: 25px;
color: #97A3B0;
}

/* Sessions Locked -------------------------------------------------------------------------------------------------- */

.sessions-locked .imgRedonda {
    height: 140px !important;
    border-radius: 50% !important;
    max-width: 50% !important;
}

.sessions-locked {
    vertical-align: middle;
    background-color: #1A75D4;
}

.sessions-locked .init-config {
    width: 288px;
    vertical-align: middle;
    position: inherit;
    top: inherit;
    left: inherit;
    text-align: center;
    transform: none;
    margin: 0 auto;
    vertical-align: middle;
    height: 100%;
    position: relative;
    padding-top: 8%;
}

.sessions-locked .has-error .form-control, .has-error .form-control:focus, .has-error .chosen-container {
    background: #fff;
}

.sessions-locked .has-error .form-control:focus {
    background: #fff;
}

.sessions-locked .has-error .form-control, .has-error .form-control:focus, .has-error .chosen-container {
    background: #fff;
}

.sessions-locked .btn span {
    padding: inherit;
    font-size: 17px;
}

.sessions-locked .btn {
    border-radius: 10px;
    padding: 10px 20px;
}

.sessions-locked .cancel-section {
    font-size: 15px;
    color: #cccccc !important;
}

.sessions-locked .cancel-section span {
    font-size: 18px;
    position: relative;
    bottom: 7px;
}

.sessions-locked .cancel-section i {
    font-size: 25px;
}

.sessions-locked .has-error span.error {
    color: #f5c6cb;
}

.sessions-locked .alert-icon {
    margin-right: 10px;
}

.sessions-locked  .alert {
    padding-left: 20px;
}

.login-container{
    margin-top: 5rem;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

div.login-container > div > div.card-body > div {
    margin-bottom: 20px;
}

div.login-container div.user-data.position-relative {
    border: 1px solid #efeded;
    padding: 15px;
    border-radius: 8px;
}

.login-footer hr {
    margin-right: 40px;
    margin-left: 40px;
}

div.logo-container {
    margin-bottom: 45px;
}

div.choose-company {
    padding: 12px 30px;
    border: 1px solid #e5ecf3;
    position: relative;
    margin-bottom: 10px;
    border-radius: 8px;
}

div:not(.inactive).choose-company {
    cursor: pointer;
}

div.choose-company > div {
    display: inline-block;
}

div.choose-company > div > h3 {
    color: black;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

div.choose-company > div > span {
    font-size: 13px;
}

div.choose-company > i {
    font-weight: normal;
    font-size: 40px;
    margin-right: 30px;
    color: black;
}

div.choose-company > i.icon-arrow-right,
div.choose-company > i.icon-lock-3-1 {
    float: right;
    color: #c9cfd5;
    margin-right: 10px;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    bottom: 18px;
}

div.choose-company > i.icon-lock-3-1 {
    bottom: 23px;
    font-size: 22px;
    right: 15px;
    font-weight: normal;
}

div.choose-company >  {
    float: right;
    color: #c9cfd5;
    margin-right: 10px;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    bottom: 18px;
}

div.choose-company > .icon-t-warning {
    font-size: 22px;
    color: #f3b74d;
    bottom: -10px;
    left: 35px;
    position: relative;
    float: right;
}

div:not(.inactive).choose-company:hover {
    background-color: #F3F8FF;
    border: 1px solid #B8D5FF;
}

div:not(.inactive).choose-company:hover > i.icon-arrow-right,
div:not(.inactive).choose-company:hover > i.icon-lock-3-1 {
    color: #247af2;
}

div.choose-account-title-container > span {
    position: relative;
    z-index: 10;
    background: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1977d4;
}
div.choose-account-title-container > hr {
    position: relative;
    z-index: 1;
    margin: 0px;
    top: -13px;
}

div.new-account-container {
    margin-top: 45px;
    text-align: center;
}

div.logout-section {
    text-align: center;
    position: relative;
    margin-top: 60px;

}

.logout-section > a > i {
    font-size: 25px;
    color: #c6cfd9;
}

.logout-section > a{
    color: #97A3B0;
    font-size: 18px;
}

.logout-section > a:hover,
.new-account-container > a:hover {
   text-decoration: none;
}

.logout-section > a > span {
    position: relative;
    bottom: 7px;
}

.accounts-to-link {
    margin-top: 60px;
}

/*div.linked-accounts {*/
/*    max-height: 500px;*/
/*    overflow-y: auto;*/
/*    !*padding-right: 20px;*!*/
/*    overflow-x: hidden;*/
/*    padding-top: 0px;*/
/*}*/

div.linked-account.inactive > i,
div.linked-account.inactive > div > h3,
div.linked-account.inactive > div > span{
    color: #c9cfd5;
}

.m-b-35 {
    margin-bottom: 35px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}

div.user-data .company-initials {
    display: inline-block;
    background: #97A3B0;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    height: 40px;
    width: 40px;
}

div.user-data .company-initials > span {
    position: relative;
    left: 10px;
    top: 8px;
}

div.user-data .company-initials.reset-company > span {
    left: 0px;
    top: 5px;
}

div.user-data .company-username {
    display: inline-block;
    top: 22px;
}

div.user-data .company-username > span {
    font-size: 14px;
    display: block;
}

div.user-data .company-username > span.company{
    font-weight: bold;
    color: black;
    line-height: 10px;
    font-size: 16px;
}

body > div.login-container > div:nth-child(2) > footer {
    margin-top: 0px;
}

#submit-password {
    margin-bottom: 10px;
}

body > div.login-container > div:nth-child(2) > footer > hr {
    margin-bottom: 25px;
}

/* Reset password styles */

body > div.login-container > div:nth-child(1) > div > div.validation-message.alert.alert-info.alert-dismissable > div.alert-message > ul,
#form > div.validation-message.alert.alert-info.alert-dismissable > div.alert-message > ul {
    list-style: none;
    padding-left: 52px;
    margin-top: -17px;
    font-size: 14px;
}

body > div.login-container > div:nth-child(1) > div > div.validation-message.alert.alert-info,
#form > div.validation-message.alert.alert-info {
    background: #F3F8FF;
    color: #4481D7;
    border-color: #B8D5FF;
}

body > div.login-container > div:nth-child(1) > div > div.validation-message.alert.alert-info.alert-dismissable > div.alert-message > i,
#form > div.validation-message.alert.alert-info.alert-dismissable > div.alert-message > i {
    font-size: 33px;
}

body > div.login-container > div:nth-child(1) > div > div.validation-message.alert.alert-info.alert-dismissable > div.alert-message > h3,
#form > div.validation-message.alert.alert-info.alert-dismissable > div.alert-message > h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 14px;
    position: relative;
    bottom: 3px;
    margin-bottom: 0px;
    position: relative;
    bottom: 17px;
}

#password {
    padding-right: 42px;
}

#form > div.response > div > div.alert-message > h3 {
    font-size: 22px;
}

footer.recover-footer {
    margin-top: -45px;
}

.search-company-container {
    position: relative;
}
.search-company-container > i{
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 18px;
    font-weight: bolder;
}

.search-company-container > input {
    padding-left: 35px;
}

/*Error div style of Blocked Account View*/

/*.company-initials {*/
/*    display: inline-block;*/
/*    padding: 5px 8px;*/
/*    color: white;*/
/*    border-radius: 8px;*/
/*    margin-right: 5px;*/
/*}*/

.company-initials {
    display: inline-block;
    padding: 5px 8px;
    color: white;
    border-radius: 8px;
    margin-right: 5px;
    width: 43px;
    height: 43px;
    vertical-align: bottom;
    text-align: center;
}

.company-initials > span {
    position: relative;
    top: 5px;
}

div.linked-account.choose-company.inactive > div.company-initials {
    opacity: 0.5;
}

#form_password .form-group > label {
    font-size: 12px;
}

#form_password .company-section {
    text-align: center;
    margin: 20px 0px;
}

#form_password .company-section > span {
    padding-right: 10px;
    padding-left: 10px;
    z-index: 10;
    font-weight: 600;
    position: relative;
    color: #1977d4;
    background: #FFFFFF;
    font-size: 12px;
}

#form_password .company-section > hr {
    z-index: 1;
    position: relative;
    bottom: 11px;
    margin: 0px;
}

#form_password #submit-password {
   margin-top: 40px;
}

#form_password #submit-password i {
    position: relative;
    top: 5px;
    left: 10px;
}

.login-container .error-message{
    max-width: 100%;
    min-width: 100%;
}

.login-container .error-message .error-msg-head .error-close {
    top: 4px;
}

.login-container .error-message .error-msg-head {
    padding: 7px 15px 5px;
}

/* SWEET ALERT -------------------------------------------------------- */

.sweet-alert {
    font-family: 'Roboto', sans-serif;
    padding: 30px;
    text-align: right;
    width: 500px;
    border-radius: 10px; !important;
}

.sweet-alert h2 {
    margin-top: 10px;
    font-size: 22px;
    text-align: left;
    line-height: 30px;
}

.sweet-alert p {
    font-weight: 400;
    text-align: left;
    padding-right: 20px;
    margin-left: 123px;
}

.sweet-alert button {
    border-radius: 5px;
    padding: 8px 25px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.sa-button-container {
    margin-top: 20px;
}

.sweet-alert .sa-icon {
    display: inline-block;
    border-color: #ef5350 !important;
    float: left;
    margin-right: 35px !important;
    margin-bottom: 50px !important;
    margin-top: 5px !important;
}

.sa-confirm-button-container .confirm{
    background-color: #ef5350 !important;
}

.sweet-alert .sa-icon.sa-warning .sa-body, .sweet-alert .sa-icon.sa-warning .sa-dot {
    background-color: #ef5350 !important;
}

/*new desing of login and choose company*/

.container.login-box {
    width: 100%;
    max-width: 100%;
    margin: 10px auto 0;
}

.login-form-container {
    border: 1px solid #E7ECF1;
    border-radius: 12px;
    font-family: Roboto, sans-serif;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #E7ECF1;
}

.header img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -2px;
    font-weight: 400;
}

.header h2 {
    display: inline-block;
    font-family: roboto,sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #8092A4;
    margin: 0;
    padding: 0;
}


.error-message .error-msg-head {
    display: none;
    background-color: transparent;
    border: none;
    padding: 0;
}

.error-message .error-msg-head h3 {
    color: #ba3038;
}

.error-message .error-msg-head .error-close {
    color: #ba3038;
}

.error-message .error-msg-content {
    border: none;
}

.error-message .error-msg-content ul {
    padding: 0;
    margin: 0;
}

.error-message .error-msg-content ul li {
    color: #ba3038;
    list-style: none;
}


.error-message {
    margin-bottom: 0;
    margin: 40px 25px -15px;
    max-width: auto;
    min-width: auto;
}

.error-message .error-msg-content {
    padding: 0;
}

.account-exist-message {
    background: #f3f8ff;
    color: #4481d7;
    position: relative;
    padding: 25px;
    border: 1px solid #b8d5ff;
    border-radius: 0.25rem;
    margin-bottom: 20px;
}

.account-exist-message .alert-message h3 {
    color:#4481d7;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px;
    margin-bottom: 5px;
}

.account-exist-message .alert-message {
    padding-right: 15px;
    display: flex;
}

.account-exist-message .alert-message .message-conent {

}

.account-exist-message .alert-message i {
    font-size: 33px;
    margin-top:  -8px;
}

.account-exist-message .alert-message ul{
    list-style: none;
    padding-left: 22px;
    font-size: 14px;
    margin-bottom: 0px;
}


.login-form {
    padding: 25px;
    border-bottom: 1px solid #E7ECF1;
}

.login-form-container .form-label {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #8092A4;
    text-transform: uppercase;
}

.login-form-container .form-control {
    border: 1px solid #C6CFD9;
    border-radius: 5px;
    padding: 11px 15px;
    margin-bottom: 30px;
}

.login-form-container .form-control::placeholder {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #C6CFD9;
    letter-spacing: 0;
}

.icon-reveal {
    position: absolute;
    top: 53px;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.forgot-password {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #247BF2;
    letter-spacing: 0;
    text-decoration: none;
    margin-bottom: 30px;
}

.login-button.ladda-button {
    background-color: #1975d4;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: -0.4px;
    text-align: center;
    border: none;
    padding: 15px 12px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 15px;
}

.login-button:focus {
    opacity: 0.5;
    outline: none;
}

.signup-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.signup-section span {
    margin-right: 4px;
}

.signup-link {
    color: #247BF2;
    text-decoration: none;
}

footer {
    margin-top: 45px;
    text-align: center;
    align-self: center;
}

footer a {
    color: #247BF2;
    text-decoration: none;
}


@media (min-width: 768px) {
    .container.login-box {
        width: auto;
        max-width: 480px;
        margin: 5% auto 0;
    }
    .login-form {
        padding: 45px;
    }

    .error-message {
        margin: 40px 45px -15px;
    }
}


/* Workspace CSS */

.workspaces {
    padding: 25px 40px 30px;
    border-bottom: 1px solid #E7ECF1;
}

.logout {
    display: flex;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #C6CFD9;
    font-weight: normal;
}

.icon-leave {
    margin-right: 5px;
    font-size: 18px;
    color: #C6CFD9;
    margin-bottom: -2px;
}

.logout:hover {
    text-decoration: none;
    color: inherit;
}

.search-field {
    padding-left: 40px !important;
    border-color: #E7ECF1 !important;
    margin-bottom: 25px !important;
}

.icon-search {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    cursor: pointer;
}

.workspace-list {
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
    padding-top: 10px;
}

.workspace-item {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #E7ECF1;
    padding: 20px 0;
    cursor: pointer;
}

.workspace-item:hover {
    background-color: #f3f8ff;
    border-color: #b8d5ff;
}

.icon-slide-right-2 {
    font-family: nucleo;
    content: "\ea64";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #223550;
    font-weight: bold;
    opacity: 1;
    font-size: 14px;

}

.logo-placeholder {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background-color: #8ABBFF;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 20px;
}

.workspace-info {
    display: flex;
    flex-direction: column;
    padding-top: 3px;
}

.company-name {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #21384F;
    margin-bottom: 0;
}

.description {
    font-size: 15px;
    color: #C6CFD9;
    margin-bottom: 0;
}

/* Authorizations */

.authorization {
    font-family: 'Roboto', sans-serif;
    padding: 50px;
    border-bottom: 1px solid #E7ECF1;
}

.auth-header {
    padding-bottom: 30px;
}

.app-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.app-icon {
    border-radius: 11px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.vendor {
    font-weight: 500;
    color: #247BF2;
}

.icon-swap-horizontal {
    color: #C6CFD9;
    font-size: 36px;
    font-weight: 300;
    margin: 0 20px;
}

h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #8092A4;
}

h3 {
    font-size: 16px;
    color: #8092A4;
}

.user-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: #8092A4;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding: 9px;
    margin-top: -2px;
}

.user-info {
    text-align: left;
}

.username {
    font-size: 15px;
    color: #8092A4;
    line-height: 12px;
}

.company-name {
    font-size: 15px;
    color: #8092A4;
}

.auth-permissions {
    padding: 25px 8px 40px 8px;
}

.permission-list {
    padding-top: 10px;
}

.permission-item {
    display: flex;
    align-items: center;
    padding: 22px 10px;
    border-bottom: 1px solid #E7ECF1;
}

.permission-item i {
    margin-right: 20px;
    font-size: 26px;
    font-weight: 400;
    color: #B3BDC9;
    vertical-align: top;
    margin-top: -8px;
}

.permission-description {
    font-size: 14px;
    color: #8092A4;
}


.auth-terms {
    padding: 0 5px;
}

.allow-section {
    padding: 25px 40px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.button-container {
    display: flex;
}

.botton-auth {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
    cursor: pointer;
    box-sizing: border-box;
    width: calc(50% - 10px);
}

.cancel-button {
    background-color: #FFF;
    border: 1px solid #C6CFD9;
    color: #8092A4;
    margin-right: 20px;
}

.grant-button {
    background-color: #1975d4;
    color: #FFFFFF;
    border: none;
    font-weight: 500;
}

.linked-account .icon-t-warning {
    font-size: 22px;
    color: #f3b74d;
    font-family: nucleo;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

div.linked-accounts {
    max-height: 500px;
    /*padding-right: 20px;*/
    overflow-x: hidden;
    padding-top: 0px;
}


/* Para Webkit */
.linked-accounts {
    overflow-y: inherit;
}

.linked-accounts:hover {
    overflow-y: auto;
}

.linked-accounts::-webkit-scrollbar {
    width: 6px;

}

.linked-accounts::-webkit-scrollbar-track {
    background: transparent;
}

.linked-accounts::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

/* Para Firefox */
.linked-accounts {
    scrollbar-color: transparent rgba(0, 0, 0, 0.2);
    overflow-y: hidden;
}

.login-button.ladda-button .ladda-spinner {
    top: 50%;
}
/*new desing*/
.login-form-container .form-label {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #8092A4;
    text-transform: uppercase;
}

.login-form-container .form-control {
    border: 1px solid #C6CFD9;
    border-radius: 5px;
    padding: 7px 15px;
    margin-bottom: 30px;
}

.login-form .form-description {
    margin-top: -10px;
    margin-bottom: 25px;
}

.login-button {
    background-color: #1975d4;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    border: none;
    padding: 15px 12px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 15px;
}

.login-form h1 {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #21374f;
    margin-bottom: 10px;
}

.grant-button {
    background-color: #1975d4;
    color: #FFFFFF;
    border: none;
    font-weight: 500;
}

.user-card {
    display: flex;
    align-items: end;
    border: 1px solid #E7ECF1;
    padding: 15px 18px;
    border-radius: 7px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.user-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-avatar .avatar {
    display: inline-block;
    background: #97a3b0;
    color: #fff;
    border-radius: 50%;
    margin-right: 12px;
    height: 40px;
    width: 40px;
}

.user-data {
    display: flex;
    flex-direction: column;
}

.user-data .user-name {
    font-weight: 500;
    color: #000;
    line-height: .8rem;
    font-size: 16px;
}

.user-data .user-email {
    font-size: 15px;
}

.login-form-container .form-label {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #8092A4;
    text-transform: uppercase;
}

.login-form-container .form-control {
    border: 1px solid #C6CFD9;
    border-radius: 5px;
    padding: 7px 15px;
    margin-bottom: 30px;
}

.login-form-container .form-label {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #8092A4;
    text-transform: uppercase;
}
