/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility; }

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

a {
    color: inherit;
    text-decoration: none; }

a:active, a:focus, a:hover {
    outline: none;
    color: currentColor;
    text-decoration: none; }

button:active, button:focus, button:hover {
    outline: none;
    color: currentColor;
    text-decoration: none; }

img {
    vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
    margin: 0; }

button, fieldset, iframe {
    border: 0; }

fieldset, ul, ol, button, menu {
    padding: 0; }

ol, ul {
    list-style: none; }

textarea {
    resize: vertical; }

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }

td {
    padding: 0; }

.exForm {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.exForm-left {
    height: 100%;
    background-color: #f4f4f7;
    width: 50%;
    position: relative; }
.exForm-left h6 {
    font-size: 26px;
    font-weight: bold;
    color: #2b313c; }
.exForm-left h1 {
    font-size: 47.2px;
    font-weight: bold;
    color: #2b313c; }
.exForm-logo {
    top: 55px; }
.exForm-logo:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 250px;
    height: 50px;
    background-size: 250px 50px;
    background-image: url(../images/logo.png); }
.exForm-right {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden; }
.exForm-right-in {
    padding: 30px;
    width: 100%;
    max-width: 650px; }
.exForm-right-header {
    font-size: 30px;
    font-weight: bold;
    color: #2b313c; }
.exForm-right-content {
    margin-top: 30px; }
.exForm-right-content-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
.exForm-right-content-in .exForm-right-item {
    width: calc(33.33% - 12px); }
.exForm-right-item {
    margin-bottom: 12px;
    position: relative;
    width: 100%; }
.exForm-right-item-cash input {
    border-right: 1px solid #d8d8d8 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important; }
.exForm-right-item-cash-select {
    width: 160px !important; }
.exForm-right-item-cash-select .dropdown-toggle {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important; }
.exForm-right-item input {
    height: 64px;
    border-radius: 6px;
    background-color: #f4f4f7;
    border: none;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #2b313c; }
.exForm-right-item input::-webkit-input-placeholder {
    opacity: 0.46;
    font-size: 14px;
    font-weight: 500;
    color: #2b313c; }
.exForm-right-item input::-ms-input-placeholder {
    opacity: 0.46;
    font-size: 14px;
    font-weight: 500;
    color: #2b313c; }
.exForm-right-item input::placeholder {
    opacity: 0.46;
    font-size: 14px;
    font-weight: 500;
    color: #2b313c; }
.exForm-right-item input:focus {
    background-color: #f4f4f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
.exForm-right-gonder {
    height: 64px;
    border-radius: 6px;
    background-color: #5bcf9a;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: 500ms;
    transition: 500ms; }
.exForm-right-gonder:hover {
    background-color: #359e6e;
    -webkit-transition: 500ms;
    transition: 500ms;
    color: white; }

.exOdeme-icon:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    height: 50vh;
    width: 50%;
    position: absolute;
    bottom: 0;
    background-size: 100% 100%;
    background-image: url(../images/o_credit.svg); }

.exLogin-icon:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    height: 60vh;
    width: 50%;
    position: absolute;
    bottom: 0;
    background-size: 100% 100%;
    background-image: url(../images/login.svg); }

.bootstrap-select .dropdown-toggle {
    border: none !important;
    border-radius: 6px;
    height: 64px;
    cursor: pointer;
    padding-left: 25px;
    background-color: #f4f4f7; }
.bootstrap-select .dropdown-toggle .filter-option {
    font-size: 14px;
    font-weight: 500;
    color: #2b313c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.bootstrap-select .dropdown-toggle .filter-option-inner {
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    outline-offset: 0px; }
.bootstrap-select .dropdown-toggle:after {
    position: absolute;
    right: 25px;
    width: 12px;
    height: 7px;
    background-size: 12px 7px;
    background-image: url(../images/o_caret.svg); }

.bootstrap-select .dropdown-menu {
    width: 100%;
    border-radius: 0px;
    min-height: auto !important;
    min-width: auto !important; }

.show .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    background-color: #f4f4f7 !important; }

.dropdown-toggle::after {
    border: none !important;
    margin-right: 3px;
    content: "" url(../images/icon-down.svg) !important;
    -webkit-transition: 500ms;
    transition: 500ms; }

.dropdown-toggle::before {
    display: none !important; }

.dropdown-item.active, .dropdown-item:active {
    background-color: #9bb4dc; }

.default-top {
    margin-left: 15px; }

@media (max-width: 991px) {
    .mobile {
        display: block !important; }
    .mobile-f {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .desktop {
        display: none !important; }
    .exForm {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .exForm-left {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .exForm-left-text {
        margin-top: 40px;
        text-align: center;
        top: auto;
        position: relative !important;
        left: auto !important;
        -webkit-transform: none !important;
        transform: none !important; }
    .exForm-left-text h6 {
        font-size: 18px; }
    .exForm-left-text h1 {
        font-size: 28px; }
    .exForm-logo {
        top: auto;
        position: relative !important;
        left: auto !important;
        -webkit-transform: none !important;
        transform: none !important; }
    .exForm-logo:before {
        width: 200px;
        height: 40px;
        background-size: 200px 40px; }
    .exForm-right {
        width: 100%; }
    .exForm-right-in {
        max-width: none;
        top: auto;
        position: relative !important;
        left: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        text-align: center; }
    .exForm-right-header {
        font-size: 24px; }
    .exForm-right-content-in .exForm-right-item {
        width: calc(33.33% - 6px); }
    .exOdeme-icon:before {
        left: 0;
        height: 100px;
        width: 100px; } }
