/* ===============================
   MAIN SECTION
=================================*/
.section-main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.section-main .section-left {
    background: url(../img/bg-main.png);
    width: 50%;
    min-height: 100vh;
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
}

@media (max-width:767px) {
    .section-main .section-left {
        display: none !important;
    }
}

.section-main .section-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFF;
    padding: 20px 16px;
}

@media (max-width:767px) {
    .section-main .section-right {
        width: 100% !important;
    }
}

.section-main .section-right .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.section-main .section-right .logo img {
    margin: 0px auto;
    width: 200px;
}

.section-main .section-right h1 {
    font-weight: 700;
    color: #222;
    font-size: 36px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width:500px) {
    .section-main .section-right h1 {
        font-size: 28px !important;
    }
}

.section-main .section-right p {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px;
}

.section-main .section-right p .counter-approvation {
    color: #ec0000;
    font-size: 16px;
    font-weight: bold;
}

.section-main .section-right .prt-icon {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.section-main .section-right .prt-icon i {
    color: #ec0000;
    font-size: 40px;
    margin: 0px auto;
}

.section-main .section-right .prt-icon img {
    width: 100px;
}

.section-main .section-right .prt-loading {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}

.section-main .section-right .prt-loading img {
    width: 100px;
}

/* ===============================
   FORM ELEMENTS
=================================*/
.form-element {
    width: 430px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.form-element .prt-i-l-me-other {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
    width: 100%;
    position: relative;
}

.form-element .prt-i-l-me-other .label-input-file {
    background-color: #ff87872e;
    color: #ec0000;
    padding: 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 2px solid #ec0000;
}

.form-element .prt-i-l-me-other .label-input-file i {
    margin-bottom: 8px;
    font-size: 25px;
    color: #ec0000;
}

.form-element .prt-i-l-me-other .i-a-d-p-element-file {
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
}

.form-element .prt-l-i-me {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
    position: relative;
}

.form-element .prt-l-i-me label {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 6px;
}

.form-element .prt-l-i-me .arrow-select {
    color: #127277;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 40px;
}

.form-element .prt-l-i-me .counter {
    margin-top: 6px;
    color: #ec0000;
    font-size: 14px;
    font-weight: bold;
}

.form-element .coul-2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.form-element .input-element-select {
    width: calc(100% - 138px);
    height: 48px;
    margin-left: 8px;
    background-color: #FFF;
    color: #222;
    padding: 12px;
    font-weight: 500;
    font-style: normal;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0 0 0 rgba(163,163,163,0);
    border: 1px solid #8f8f8f;
    outline: 0px;
}

.form-element .input-element-select:hover {
  border: 1px solid #222222;
}

.form-element .input-element-select:focus {
  border: 2px solid #127277 !important;
}

.form-element .input-select {
    width: 100%;
    height: 48px;
    background-color: #FFF;
    color: #222;
    padding: 12px;
    font-weight: 500;
    font-style: normal;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0 0 0 rgba(163,163,163,0);
    border: 1px solid #8f8f8f;
    outline: 0px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element .input-select:hover {
  border: 1px solid #222222;
}

.form-element .input-select:focus {
  border: 2px solid #127277 !important;
}

.form-element .input-element {
    width: 100%;
    height: 48px;
    background-color: #FFF;
    color: #222;
    padding: 12px;
    font-weight: 500;
    font-style: normal;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0 0 0 rgba(163,163,163,0);
    border: 1px solid #8f8f8f;
    outline: 0px;
}

.form-element .input-element:hover {
  border: 1px solid #222222;
}

.form-element .input-element:focus {
  border: 2px solid #127277 !important;
}

.form-element small.me-i {
    display: none;
    justify-content: flex-start;
    align-items: center;
    color: #990000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.form-element small.me-i img {
    width: 20px;
    margin-right: 4px;
}

.form-element .remember-me {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}

.form-element .remember-me input[type="checkbox"] {
    width: 24px;
    height: 24px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #8f8f8f;
    outline: 0px;
    border-radius: 3px;
    vertical-align: middle;
    position: relative;
    background-color: #FFF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-element .remember-me input[type="checkbox"]:checked {
    background-color: #127277 !important;
    border: 1px solid #127277 !important;
}

.form-element .remember-me input[type="checkbox"]:checked:before {
    content: "✔";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 6px;
    top: 1px;
    font-size: 14px;
    padding: 0;
    vertical-align: middle;
    color: #fff;
}

.form-element .remember-me label {
    width: calc(100% - 32px);
    margin-left: 8px;
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

.form-element .link-form {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #127277;
    cursor: pointer;
    transition: 0.2s;
}

.form-element .link-form:hover {
    color: #222;
}

.form-element .prt-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-element .btn-element {
    padding: 0px 20px;
    border: 0px;
    outline: 0px;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    background-color: #ec0000;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 1px 6px rgba(163,163,163,.4);
    position: relative;
    z-index: 1;
    border-radius: 50px;
    transition: 0.2s;
}

.form-element .btn-element:hover {
    background-color: #cc0000;
}

.form-element .question-form {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

.form-element .link-form-other {
    font-size: 16px;
    font-weight: 700;
    color: #127277;
    cursor: pointer;
    transition: 0.2s;
}

.form-element .link-form-other:hover {
    color: #222;
}

.form-element .prt-l-i-me .parent-pin {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.form-element .prt-l-i-me .parent-pin .lock-container {
    border: 2px solid #ec0000;
    background-color: #FFF;
    border-radius: 2px;
    padding: 10px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-element .prt-l-i-me .parent-pin .lock-container i {
    font-size: 20px;
    color: #ec0000;
}

.form-element .prt-l-i-me .parent-pin .input-pin {
    outline: 0px;
    border-radius: 8px;
    padding: 12px;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    box-shadow: 0 0 0 rgba(163,163,163,0);
    border: 1px solid #8f8f8f;
    width: 48px;
    height: 48px;
    color: #33393E;
    text-align: center;
}

.form-element .prt-l-i-me .parent-pin .input-pin:hover {
  border: 1px solid #222222;
}

.form-element .prt-l-i-me .parent-pin .input-pin:focus {
  border: 2px solid #127277;
}

.margin-right {
    margin-right: 10px;
}


/* ===============================
   FOOTER
=================================*/
.footer {
    border-top: 1px solid #cedee7;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer .section-top {
    background-color: #FFF;
    padding: 27px 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width:500px) {
    .footer .section-top {
        justify-content: center !important;
    }
}

.footer .section-top .link-footer {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #127277;
    cursor: pointer;
    transition: 0.2s;
    margin-right: 32px;
    padding: 5px 0px;
}

.footer .section-top .link-footer:hover {
    color: #222;
}

.footer .section-bottom {
    width: 100%;
    padding: 10px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ec0000;
}

@media (max-width:500px) {
    .footer .section-bottom {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

.footer .section-bottom .logo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:500px) {
    .footer .section-bottom .logo-footer {
        margin-bottom: 10px;
    }
}

.footer .section-bottom .logo-footer img {
    width: 120px;
}

.footer .section-bottom .text-footer {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
