
.dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
    padding-bottom: 42px; }
.dropdown:hover {
    background: #F5F5F5; }
.dropdown:hover .dropdown__sub_menu {
    display: flex;
    flex-direction: column; }
.dropdown li:hover {
    background: #F5F5F5;
    cursor: pointer; }
.dropdown__menu {
    display: flex;
    align-items: center;
    border-radius: 22px;
    padding: 10px 10px 10px 0;
    font-size: 14px; }
.dropdown__menu .avatar {
    margin-left: 13px;
    margin-right: 12px; }
.dropdown__menu a {
    color: #000000;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    font-weight: 600; }
.dropdown__menu a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 32%;
    border-left: 5px solid transparent;
    border-top: 5px solid #333;
    border-right: 5px solid transparent; }
.dropdown .dropdown__sub_menu {
    display: none;
    list-style: none;
    padding: 20px 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: -1px 0px 7px 0px #F5F5F5;
    position: absolute;
    width: 240px;
    right: 0;
    top: 42px; }
.dropdown .dropdown__sub_menu li {
    padding: 8px 8px 8px 20px; }
.dropdown .dropdown__sub_menu li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center; }
.dropdown .dropdown__sub_menu li a span {
    padding-left: 22px;
    margin-right: 20px; }

.dashboard h3 {
    margin: 10px; }

.cards {
    display: flex;
    flex-wrap: wrap; }

.card {
    position: relative;
    display: flex;
    flex-basis: 220px;
    flex-direction: column;
    margin: 0 20px 32px 0;
    border-radius: 4px;
    color: #fff;
    padding: 28px 0 28px 28px;
    height: 312px;
    overflow: hidden;
}
.card__header {
    padding-bottom: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff; }
.card__chart_wrap {
    position: relative;
    top: calc(50% - 100px); }
.card__chart_wrap h1 {
    position: absolute;
    margin-top: 0;
    color: #ffffff;
    font-size: 44px; }
.card__chart {
    position: absolute;
    right: 0;
}
.card__counts_list {
    position: absolute;
    bottom: 0;
    padding-bottom: 18px;
    color: #ffffff;
    line-height: 24px; }
.card__counts {
    display: flex;
    align-items: baseline;
    margin: 0;
    padding: 0; }
.card__counts span {
    color: #ffffff;
    font-size: 16px; }
.card__counts h4 {
    margin: 0;
    margin-right: 6px;
    color: #ffffff;
    font-size: 20px; }

.filled {
    background: #e79210;
    background: linear-gradient(153deg, #e79210 0%, #e85217 100%); }

.scanned_in_dirty {
    background: #f06e46;
    background: linear-gradient(153deg, #f06e46 0%, #992e1b 100%); }

.scanned_out {
    background: #adae27;
    background: linear-gradient(153deg, #adae27 0%, #446a2d 100%); }

.marked_clean {
    background: #57b4ff;
    background: linear-gradient(153deg, #57b4ff 0%, #2064ef 100%); }

.marked_dirty {
    background: #f06e46;
    background: linear-gradient(153deg, #57b4ff 0%, #2064ef 100%); }

.required_service {
    background: #969da3;
    background: linear-gradient(153deg, #969da3 0%, #5c646a 100%); }

.return_untupped {
    background: #e79210;
    background: linear-gradient(153deg, #969da3 0%, #5c646a 100%); }

.scanned_in_clean {
    background: #57b4ff;
    background: linear-gradient(153deg, #57b4ff 0%, #2064ef 100%); }

button {
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    padding: 10px 16px; }

hr {
    border: 0.04em solid #e2e2e2; }

button:hover, a:hover {
    cursor: pointer; }

.client_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px 0;
    font-size: 14px; }
.client_block__info {
    display: flex;
    align-items: center; }
.client_block__info img {
    width: 68px;
    margin-right: 20px;
    border: 1px solid #8080803d; }
.client_block__info p {
    font-weight: 500;
    font-size: 18px; }

.tariff {
    display: flex;
    align-items: center; }
.tariff_info {
    display: flex;
    flex-direction: column; }
.tariff_info__name {
    color: #00446A;
    font-weight: 500;
    margin-bottom: 2px; }
.tariff__manage {
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    color: #fff;
    background: #00446A;
    padding: 10px 16px;
    width: 160px; }

.expire {
    margin-right: 24px; }
.expire__info {
    color: #9E9E9E; }
.expire__date {
    color: #000000;
    font-weight: 500; }

.keg_tracking__dashboard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px; }

.title {
    margin: 0;
    margin-bottom: 16px;
    font-size: 28px; }

.total {
    color: #757575;
    font-size: 15px; }

.count {
    font-weight: 500;
    color: #000000;
    font-size: 15px; }

.fill {
    font-size: 14px; }

.subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
.subtitle span {
    color: #757575;
    font-size: 15px; }
.subtitle button {
    text-transform: uppercase;
    font-weight: 500;
    color: #00446A;
    background: #F5F5F5;
    border: none;
    border-radius: 4px;
    padding: 4px 11px;
    width: 128px;
    height: 32px; }

.cards_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.cards_wrap .cards {
    flex-basis: 65%; }
.cards_wrap .card:last-child {
    margin-right: 0; }
.cards_wrap__column {
    flex-basis: 33%; }
.cards_wrap__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    height: 60px;
    padding: 16px 12px 15px 12px; }
.cards_wrap__row:hover {
    background: #F5F5F5;
    cursor: pointer; }
.cards_wrap__row .left, .cards_wrap__row .right {
    display: flex;
    align-items: center;
    justify-content: space-between; }
.cards_wrap__row .left {
    width: 88px; }
.cards_wrap__row .left .percent {
    font-size: 18px; }
.cards_wrap__row .right {
    width: calc(100% - 134px); }
.cards_wrap__row .right .status {
    font-size: 14px; }
.cards_wrap__row .untupped {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }

.notice_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px; }

.more_sixty_days {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    background: #F8EBE8;
    border-radius: 4px;
    height: 48px;
    flex-basis: 63.5%; }
.more_sixty_days div {
    display: flex;
    align-items: center;
    width: 444px; }
.more_sixty_days div .count {
    margin-right: 4px;
    font-size: 15px; }
.more_sixty_days div .describe {
    font-size: 14px; }
.more_sixty_days svg {
    margin: 14px 17px 15px 21px; }
.more_sixty_days button {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    background: #f3ded9;
    color: #B72F18;
    border: none;
    padding: 17px;
    white-space: nowrap; }

.learn_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ECF2F5;
    color: #000000;
    border-radius: 4px;
    flex-basis: 33%;
    height: 48px; }
.learn_more span {
    margin-left: 20px;
    font-size: 14px; }
.learn_more button {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    background: #ECF2F5;
    color: #00446A;
    border: none;
    padding: 16px 0;
    width: 120px;
    white-space: nowrap; }

.map_navigation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

.map {
    margin: 24px 0 60px 0; }

.range_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px; }
.range_row button {
    color: #00446A;
    background: #ECF2F5; }

.range_date button {
    text-transform: none;
    border: none;
    padding: 10px 16px;
    font-weight: 500;
    border-radius: 4px 0 0 4px; }

.range_date__all_kegs {
    color: #ffffff;
    background: #00446A; }

.range_date__thirty {
    color: #74A543;
    background: #F1F6ED; }

.range_date__till_sixty {
    color: #F57F17;
    background: #FFF6E1; }

.range_date__more_sixty {
    color: #B72F18;
    background: #F8EBE8; }

.range_date .active {
    background: #00446A;
    color: #ffffff; }

.switch_wrap {
    position: relative;
    display: flex;
    align-items: center; }
.switch_wrap span {
    color: #757575;
    margin-right: 12px;
    font-weight: 500; }

.view_customers {
    border: none;
    padding: 10px 16px;
    margin-right: 2px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: uppercase;
    background: #F5F5F5;
    color: #00446A; }

.customer_column {
    display: flex;
    flex-direction: column;
    justify-content: center; }
.customer_column .left {
    width: 124px;
    position: relative; }
.customer_column .left .position {
    padding-right: 22px;
    font-size: 20px; }
.customer_column .left .name {
    font-size: 14px;
    position: absolute;
    left: 30px; }
.customer_column .address {
    color: #757575;
    max-width: 170px;
    font-size: 13px; }

.switch {
    visibility: hidden;
    position: absolute; }

.switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none; }

.switch--shadow + label {
    padding: 2px;
    width: 46px;
    height: 28px;
    background-color: #757575;
    border-radius: 60px; }

.switch--shadow + label:before,
.switch--shadow + label:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: ""; }

.switch--shadow + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s; }

.switch--shadow + label:after {
    width: 30px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s; }

.switch--shadow:checked + label:before {
    background-color: #00446A; }

.switch--shadow:checked + label:after {
    transform: translateX(22px); }

.cards_wrap .first {
    background: #FBF3E5; }
.cards_wrap .first .customer__position {
    color: #FF9030; }

.cards_wrap .second {
    background: #EEEEEE; }
.cards_wrap .second .customer__position {
    color: #9E9E9E; }

.cards_wrap .third {
    background: #F9EFEB; }
.cards_wrap .third .customer__position {
    color: #CB673F; }

.customer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px; }
.customer div {
    display: flex;
    flex-direction: column; }
.customer__position {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 16px; }
.customer__name {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px; }
.customer__address {
    color: #757575;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px; }
.customer__count_kegs {
    font-size: 18px;
    font-weight: 500;
    color: #000000; }

.welcome_block {
    padding: 28px;
    background: #ECF2F5;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px; }
.welcome_block span {
    color: #757575; }
.welcome_block__title {
    font-weight: 500;
    margin-bottom: 9px;
    color: #000000; }
.welcome_block__subtitle {
    font-size: 15px;
    margin-bottom: 28px; }
.welcome_block__bottom {
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
.welcome_block__btn {
    background: #00446A;
    color: #ffffff;
    margin-right: 40px;
    font-size: 14px;
    display: flex;
    align-items: center; }
.welcome_block__btn svg {
    margin-right: 20px; }
.welcome_block a {
    margin-left: 8px;
    text-decoration: underline; }

.progress {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.progress__card {
    display: flex;
    flex-direction: column; }
.progress__card:last-child {
    margin-right: 0; }
.progress__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ECF2F5;
    padding: 14px;
    width: 171px;
    height: 171px;
    margin-bottom: 16px;
    position: relative; }
.progress__status {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 21px; }
.progress .complete {
    background: #F1F6ED; }
.progress .complete .progress__status {
    position: absolute;
    left: 14px;
    width: 24px; }
.progress__name {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    width: 172px;
    text-align: center; }

.select, .input {
    width: 100%;
    max-width: 354px;

}
.flex_all {
    display: flex;
}

.flex_all div {
    padding: 3px;
}

.input {
    padding: 5px 10px 5px 16px; }
.input:focus {
    outline: none; }

.customer_loc {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
.customer_loc span {
    margin: 0 16px; }
.customer_loc .input {
    margin-right: 12px; }
.customer_loc__new {
    display: flex;
    align-items: center; }
.customer_loc button {
    padding: 20px;
    width: 120px;
    color: #ffffff;
    background: #00446A;
    margin-bottom: 12px; }

.manage_customers {
    color: #00446A;
    margin: 12px 0 40px 0; }

.location {
    margin-top: 21px;
    margin-bottom: 20px; }
.location__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.location__column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    flex-basis: 354px; }
.location__map {
    flex-basis: calc(100% - 366px); }
.location__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.location__row input:last-child {
    margin-right: 0; }
.location .select, .location .input {
    margin-bottom: 12px; }
.location .location__notes {
    margin-bottom: 29px; }
.location__notes {
    width: 100%;
    box-sizing: border-box; }
.location img {
    margin-bottom: 12px; }
.location__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px; }
.location__header svg {
    margin-right: 6px; }

* {
    font-family: 'Manrope', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0; }
body {
   font-family: 'Manrope', sans-serif !important;
}

.page_container {
    max-width: 1440px;
    margin: 0 auto;
    font-size: 12px;
    padding: 41px 48px; }

.btn {
    cursor: pointer; }

.select, .input {
    position: relative;
    color: #000000;
    background: #F5F5F5;
    border: none;
    border-radius: 4px;

}

.select:focus {
    outline: none; }

.select__text {
    width: 100%;
    position: relative;
    font-family: inherit;
    background-color: transparent;
    padding: 28px 16px 0 16px;
    font-size: 14px;
    border: none;
    -webkit-appearance: none;
    appearance: none; }
.select__text:focus {
    outline: none; }

.select:after {
    position: absolute;
    top: 26px;
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    pointer-events: none; }

.select__label {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 16px;
    top: 20px;
    transition: 0.2s ease all; }

.select__text:focus ~ .select__label, .select__text:valid ~ .select__label {
    color: #757575;
    top: 8px;
    left: 16px;
    transition: 0.2s ease all;
    font-size: 12px; }

.select__text:focus ~ .select__bar:before, .select__text:focus ~ .select__bar:after {
    width: 50%; }

li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000000; }

.btn {
    border-radius: 4px;
    padding: 16px;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    cursor: pointer; }

ul {
    list-style: none; }

.page-wrapper {
    width: 1440px;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
   /* border: 1px solid rgba(0, 0, 0, 0.1);  */
    border-bottom: none;
    border-top: none; }

.signin-wrap {
    width: 50%;
    padding: 20px 140px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}

.forgot-wrap {
    margin: 0 auto; }

.logo {
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 55px;
}

.logo a {
    display: flex;
    flex-direction: column;
    width: fit-content;
    justify-content: space-between;
    height: 100px;
    width: -moz-fit-content;
}

.signin-form {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    /*margin-top: 40px;*/
    max-width: 100%;
    }

.signin-form--next-step {
    display: flex; }
.signin-form--next-step .signin-form__descr {
    margin-bottom: 0; }

.signin-form__header {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 12px; }

.reset-note {
    padding: 12px;
    background: #00446A;
    border-radius: 4px;
    margin-bottom: 20px; }
.reset-note li {
    color: white;
    line-height: 21px;
    font-size: 14px; }

.reset-success {
    display: none; }

.signin-form__descr {
    font-size: 14px;
    line-height: 160%;
    color: #757575;
    margin-bottom: 22px;
    font-weight: 500;}

.signin-form__back {
    margin-left: 40px;
    margin-top: 40px;
}

.signin-form__link {
    font-size: 13px;
    line-height: 22px;
    color: #00446A;
    font-weight: 900;
    text-decoration: none;
}

.form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*tmp*/
    justify-content: space-between;
}
.forgot-email {
    width: min-content;
    width: -moz-min-content;
}

.form .signin-form__link {
    width: 45%;
    text-align: right;
    align-self: center; }

.form__fail {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    background: #B72F18;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 20px;
    display: none; }
.form__fail a {
    color: #ffffff; }

.form--fail .form__fail {
    display: block; }

/*.form--fail .form__email {*/
/*    border-left: 4px #B72F18 solid; }*/

.form__email, .form__password {
    border-radius: 4px;
    background: #F5F5F5;
    border:1px solid #FFF;
    font-size: 14px;
    padding: 18px 16px;
    margin-bottom: 12px;
    width: 405px;
    padding-left: 15px;


    }

.forgot-password-form .form__email {
    width: 100%;
}

.form__email:active, .form__email:focus, .form__password:active, .form__password:focus {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    outline: none; }

.form__password {
    margin-bottom: 40px; }

.login-wrap__btns {
    width: 405px;
    display: flex;
    justify-content: space-between;
}

.form__send {
    width: 40%;
    background: #FF6F00;
    -webkit-appearance: none;

}

.form__reset {
    background: #FF6F00;
    width: 100%;
    font-weight: bold;
    margin-top: 16px;
    font-size: 14px;
    line-height: 19px;
    -webkit-appearance: none;

}

.footer {
    margin-left: 0;
    margin-top: auto;
    text-align: center;
}
.footer br {
    display: none; }

.footer__descr, .footer__descr a {
    color: #9E9E9E;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}

.img-wrap {
    width: 50%;
}
.flex_all select {
    height: 50px;
    padding: 0 0 0 15px;
}

#form-register .circle {
         color: #CC0000 !important;
         font-size: 10px !important;
    }
#form-register .circle_b {
           color: #CC0000 !important;
    font-size: 10px !important;
    position: absolute;
    margin-top: 22px;
    margin-left: 15px;
    z-index: 100;
}

.flex_all_web {
    display: flex;
    width: 100%;
}

.flex_all_web div {
    width: 100%;
}

.flex_all select {
    position: relative;
    color: #757575;
    background: #F5F5F5;
    border: none;
    border-radius: 4px;
    display: block;
    margin-top: 1px;
    height: 52px;
}

.select_one {
    position: relative;
}

.select_one:after {
    position: absolute;
    top: 26px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    pointer-events: none;
}
.signin-form__header {
    font-weight: bold;
}


@media (max-width: 1439px) {
    .page-wrapper {
        border: none;
        width: 100%;
    }
    .signin-wrap {
        /*width: 100%;*/
        padding: 20px 5px 0px 10px;
        justify-content: space-between;
    }
    .signin-form {
        padding: 0px;
        border: none;
        /*margin-top: 0px;*/
        /*tmp signin*/
        margin: 40px auto 0;
    }
    .logo {
        margin-top: 15%;
        margin-left:50px;
    }
    .logo img{
        /*width: 40%;*/
    }
    .signin-form__back {
        margin-left: 45%;
    }
    .names {
        width: 100%;
    }
    .forgot-wrap .logo {
        margin: 0 auto;
    }

    .forgot-password {
        margin: 55px auto;
        /*width: fit-content;*/
        }
        .width {
            /*margin-left: 45% ;*/
        /*width: 40%;*/
        display: grid;
    }
    .signin-form__back {
        margin: 40px 0;
    }
}


@media (max-width: 801px) {
    .img-wrap {
         display: none; }
    .signin-wrap {
        /*width: 100%;*/
        padding: 20px 5px 0px 10px;
        justify-content: space-between;
        margin: 0 auto;
    }
    .signin-form {
        border: none;
        margin-top: 40px;
        width: auto;
    }

    .logo {
        margin-top: 7%;
        margin-left:30px;
    }
    .logo img{
        /*width: 40%;*/
    }
    .signin-form__back {
        margin-left: 45%;
    }
    .names {
        width: 100%;
    }
    .form__email, .form__password {
        padding-left: 30px;
        width: 300px;
    }

    .width_input {
        width: 100%;
    }
    .width {
        margin: 0 auto;
        /*margin-left: 30% ;*/
        /*width: 40%;*/
        display: grid;
    }

    .signin-form__back {
        margin: 40px 0;
    }

}

@media (max-width: 551px) {
    .signin-form {
        padding: 0px;
        border: none;
        margin-top: 25%;
    }
    .signin-wrap {
        width: 100%;
        /*padding: 20px 5px 0px 10px;*/
        /*justify-content: space-between;*/
        /*tmp*/
        padding: 24px 12px;
        justify-content: flex-start;
    }
    .flex_all {
       display: block;
        width: 100%;
    }

    .form__email, .form__password {
        border-radius: 4px;
        background: #F5F5F5;
        border: 1px solid #FFF;
        font-size: 14px;
        padding: 18px 16px;
        margin-bottom: 12px;
        width: 100%;
        padding-left: 30px;
        font-weight: 500;
    }



    .names {
        width: 100%;
    }
    .logo {
        /*margin-top: 5%;*/
        /*margin-left:10px;*/
        margin: 0;
    }
    .footer {
        margin-top: auto;
        text-align: left; }
    .footer br {
        display: block; }
    .signin-form__back {
        margin-top: 28px;
        margin-left: 0;
    }
    .signin-form__back a, .signin-form__back a:visited {
        text-decoration: none;
        font-weight: 900;
        color: #00446A;
    }
    .logo img{
        /*width: 40%;*/
    }
    .width {
        margin-left: 0% ;
        width: 100%;
    }
}

.names {
display: inline-block;
margin-bottom: 25px;
}

#passworda #password_confirmation {
display: none;
}



