﻿.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.panel {
    margin-top: 6%;
}

.acesso {
    padding: 2% 4%;
    position: relative;
    float: left;
    display: -webkit-box;
}

.acesso p {
    padding-left: 2%;
    font-family: lato-bold, sans-serif;
}

    .acesso a, .acesso a:hover {
        color: #333;
        font-family: lato-bold, sans-serif;
    }

.logo {
    width: 122px;
    height: 25px;
    object-fit: contain;
    position: absolute;
    top: 5%;
    left: 40%;
    z-index: 2;
}

.form-group label {
    font-family: lato-regular, sans-serif;
}

.label-regular {
    color: #292f36;
}

.anchor-like {
    background: none !important;
    color: #ff6a38;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
}

.greetings {
    padding-top: 5%;
}

    .greetings h2 {
        font-family: lato-bold, sans-serif;
        color: #292f36;
        padding-bottom: 5%;
    }

    .greetings h5 {
        font-family: lato-regular, sans-serif;
        color: #7c878f;
        line-height: 24px;
        width: 80%;
    }

.conectcar-btn {
    background-color: #ff6a38;
    color: white;
    font-family: lato-regular, sans-serif;
    border-radius: 25px !important;
    width: 100%;
    height: 50px;
}

.conectcar-btn[disabled] {
    background-color: #e6e6e6;
    color: #7c878f;
}

.sticker-btn {
    width: 32%;
    margin-top: 35px;
    white-space: normal;
    margin-left: 5%;
}

.conectcar-btn:hover {
    background-color: #e6e6e6;
    color: #7c878f;
}

.custom-radio {
    padding-left: 2%;
}

    .custom-radio label {
        font-family: lato-regular, sans-serif;
        color: #7c878f;
        line-height: 28px;
    }

.form-group a {
    color: #ff6a38;
}

.custom-radio {
    margin-right: 10%;
}

.form-group input {
    outline: 0;
    border-width: 0 0 2px;
    border: 0px none;
    border-bottom: 1px solid grey;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
}

.form-group input:focus {
    border: 0px none;
    border-bottom: 1px solid orangered;
    border-radius: 0px;
    box-shadow: none;
}


h3 {
    font-family: lato-bold, sans-serif;
}

h5 {
    font-family: lato-regular, sans-serif;
    color: #7c878f;
}

.img-container {
    padding: 0px;
    width: 40%;
}
.login-img {
    height: 100vh;
    padding: 0px;
    position: relative;
}
.sticker {
    width: 60%;
    position: relative;
    display: flex;
    padding: 0.5% 0% 1.5% 1%;
    border-top: solid 1.2px rgba(244, 242, 236, 1);
    border-bottom: solid 1.2px rgba(244, 242, 236, 1);
}
.panel-footer {
    border: none;
    background-color: #ffffff;
}

.sticker .content {
    padding-right: 15%;
    padding-left: 5%;
    width: 60%;
}

.sticker .panel-heading {
    padding-bottom: 0px;
}

.hidden {
    visibility: hidden;
}

.locker-shape {
    width: 18.2px;
    height: 20px;
    object-fit: contain;
    border-radius: 0.8px;
    background-color: white;
}

.footer {
    position: fixed;
    bottom: 1%;
}

    .footer p {
        font-family: lato-regular, sans-serif;
        font-size: 12px;
        margin-right: 10px;
    }

.footer img {
    padding-bottom: 1%;
    padding-right: 1%;
    display: inline;
}
.toggle-password {
    cursor: pointer;
    float: right;
    margin-right: 10px;
    margin-top: -25px;
    z-index: 2;
}

.reset-method {
    border: rgba(124, 135, 143, 0.20) 1px solid;
    border-radius: 8px;
    padding: 5%;
    margin-bottom: 5%;
    font-family: lato-regular, sans-serif
}

.reset-method label {
    margin-left: 3%;
}

.reset-method p {
    padding-left: 8%;
    padding-top: 2%;
    color: #7c878f
}

.selected-method {
    border: #ff6a38 2px solid;
    color: #ff6a38;
}

.help-block {
    padding-left: 5%;
    padding-bottom: 8%;
}

.check-icon {
    background-color: #ff6a38;
}

.contact {
    padding-bottom: 30%;
}

.contact .col-md-2 {
    padding-top: 2%;
    padding-right: 0px;
}

    .contact .col-md-10 {
        font-family: lato-regular, sans-serif;
        font-size: 16px;
        color: #4d5862;
        padding-left: 0px;
    }

.phone {
    font-family: lato-bold, sans-serif;
}

.alert-error {
    margin-right: 2%;
    margin-top: 3px;
    width: 4%;
    height: 4%;
    float: left;
}

.header-icon {
    padding-top: 3%;
    width: 28px;
}

.errors {
    color: white;
    background: #e10921;
    border-radius: 3px;
    margin: 0% 0% 5% 0%;
    display: none;
    padding: 1% 0% 1% 3%;
    width: 100%;
    line-height: 1.5;
}

.checkmark {
    display: inline-block;
}

.checkmark:after {
    content: '';
    display: block;
    width: 10px;
    height: 25px;
    border: solid #ff6a38;
    border-radius: 3px;
    border-width: 0 3px 4px 0;
    transform: rotate(52deg);
    margin-left: 20%;
}

h1, h2 {
    font-family: lato-bold, sans-serif;
}

fieldset {
    margin-top: 25px;
    padding-bottom: 20px;
}

.info-span {
    margin-left: 12px;
}

/*sm devices*/
@media (min-width: 768px ) {
    .panel {
        width: 500px;
        margin: 15% auto;
    }
}
/* md devices */
@media (min-width: 992px ) {
    .panel {
        width: 600px;
        margin: 10% auto;
    }
}

/* lg devices */
@media (min-width: 1200px ) {
    .panel {
        width: 600px;
        margin: 6% auto;
    }
}

@media (max-width: 1030px) {
    .sticker, .acesso {
        display: none !important;
    }
}

@media (max-height: 715px) {
    .sticker, .acesso {
        display: none !important;
    }

    .login-img {
        height: 90vh;
    }
}

@media (max-width:768px) {
    .btn-container {
        padding-top: 0%;
    }

    .formulario {
        width: 100% !important;
    }
}
