body {
    font-family: "Roboto", Helvetica, Arial;
    font-size: 16px;
    color: #000;
    background: #fff;
    font-smooth: antialiased;
    -webkit-font-smoothing: antialiased;
}

.overh {
    overflow: hidden;
}

*:focus {
    outline: none !important;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: 0.3s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", Helvetica, Arial;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 26px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 16px;
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 18px;
    }
}

.container-fluid {
    width: 100%;
    /*min-width: 1010px;*/
}

@media screen and (min-width: 1200px) {
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }

    .row .left {
        padding-right: 30px !important;
    }
    .row .right {
        padding-left: 30px !important;
    }
}

.row {
    margin-left: -7px !important;
    margin-right: -7px !important;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 7px !important; /* Bootstrap column Fix */
    padding-right: 7px !important; /* Bootstrap column Fix */
}

/* Framework > Buttons */

.btn {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 19px;
    border-radius: 50px;
}

.btn-lg {
    width: 100%;
    font-size: 19px;
    line-height: 55px;
    padding: 0 6px;
}
.btn-full {
    width: 100%;
    max-width: 100%;
}
.btn-outline-primary,
.btn-outline-secondary {
    color: #000;
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}
.btn-outline-white:hover {
    background: #fff;
    color: #000;
}

/**/

.section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding: 100px 0;
    text-align: center;
}
.section.profile {
    display: block;
    padding-bottom: 0;
}

.section.profile .content,
.section.profile .verification {
    padding: 60px 0;
}
.section.profile .btn {
    border-color: #ffcb4c;
}
.section.profile .btn:hover,
.section.profile .btn:focus,
.section.profile .btn:active {
    background: #ffcb4c;
    color: #000;
}

.section .max-width,
.section form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 375px;
    text-align: center;
}
.section .logo {
    display: block;
    max-width: 180px;
    margin: 0 auto 50px;
}

/**/

.section.first {
    background: #5687f7;
    color: #fff;
}

.section.third {
    background: #ffcb4c;
    color: #fff;
}
.section .welcome {
    padding: 60px 0;
}
.section .welcome h4 {
    font-size: 22px;
    margin-bottom: 32px;
}
.section .welcome h2 {
    font-size: 30px;
}

.section .verification {
    background: #f0f0f0;
}

.title {
    margin-bottom: 50px;
}
.title h3 {
    color: #000;
    font-size: 24px;
}
label {
    display: block;
    text-align: left;
    margin-bottom: 12px;
    font-size: 18px;
}

.form-control {
    padding: 15px 5px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-color: #000;
    height: 50px;
    background: transparent;
}

.file {
    text-align: center;
}
.file label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 24px 0 0;
}

.input-file-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    overflow: hidden;
}
.input-file-wrapper label {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    background: #ffcb4c;
    cursor: pointer;
}
.input-file-wrapper input {
    display: none;
    appearance: none;
    -webkit-appearance: none;
    opacity: 0;
}

.color-brand {
    color: #5687f7;
}

/* Select 2 */

.select2-container--default .select2-selection {
    background: transparent;
    height: 45px;
    padding: 6px 0;
    text-align: left;
}
.select2-container--open .select2-selection {
    border-color: #5687f7;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #7f7f7f;
    line-height: 32px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: calc(50% - 13px);
    width: 11px;
    left: auto;
    right: 10px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: 0;
    left: 0;
    top: 0;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:after {
    content: "\e904";
    font-family: "ecu";
    font-size: 6px;
}

.select2-dropdown {
    border: 0;
    box-shadow: 0 2px 8px 0 #e0e0e0;
    border-radius: 8px;
}
.select2-results {
    padding: 8px;
}
.select2-results__option {
    padding: 12px 16px;
    font-size: 13px;
}

.select2-search--dropdown {
    padding: 8px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0;
    background: #f8f8f8;
}

/**/

#register .password {
    position: relative;
}

.icon-info {
    position: relative;
    display: inline-block;
    vertical-align: 3px;
    width: 22px;
    height: 22px;
    margin: 0 6px 32px;
    line-height: 22px;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    color: #fff;
    background: #585858;
    border-radius: 50%;
    cursor: help;
    z-index: 999;
}
.icon-info span {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-family: sans-serif;
    padding: 20vh 24px 18px 24px;
    font-size: 13px;
    text-align: left;
    line-height: 1.3em;
    background: rgba(86, 135, 247, 0.95);
    color: #fff;
    display: none;
    opacity: 0;
    z-index: 999;
    transition: 0.3s all;
}

.icon-info.active span {
    display: block;
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .icon-info span {
        position: absolute;
        top: auto;
        bottom: 24px;
        left: 24px;
        padding: 24px;
        width: 310px;
        max-width: 350px;
        border-radius: 6px;
    }
}
@media screen and (max-width: 1199px) {
    .icon-info span:before {
        content: "\e910";
        font-family: "ecu";
        position: absolute;
        top: 28px;
        left: 24px;
        font-size: 18px;
    }
}
