body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}

p {
    color: #b3b3b3;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", sans-serif;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    text-decoration: none !important;
}

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

.half,
.half .container>.row {
    height: 100vh;
    min-height: 700px;
}

@media (max-width: 991.98px) {
    .half .bg {
        height: 200px;
    }
}

.half .contents {
    background: #ffffff;
    padding: 30px 0 40px 0;
    width: 60%;
}

.half .contents .card-panel {
    border-left: 5px solid #7bc4d3 !important;
    min-height: 400px;
    margin-left: 30px;
}

.half .header {
    padding: 15px 10px 15px 30px;
    background: #7bc4d3;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
}

.half .container .header h3 {
    color: #197298;
}

.half .container {
    padding-left: 0;
}

.half .bg {
    width: 40%;
}

.half .copyright {
    line-height: 25px;
    margin-top: 35px;
    border-top: 1px solid #cccccc;
    padding-top: 25px;
}

@media (max-width: 1199.98px) {

    .half .contents,
    .half .bg {
        width: 100%;
    }
}

.half .contents .form-control,
.half .bg .form-control {
    /* border: none; */
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 54px;
    /* background: #fff; */
}

.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.half .bg {
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-home.png')
}

.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

.control .caption {
    position: relative;
    top: .2rem;
    color: #888;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    background: #ccc;
}

.control input:checked~.control__indicator {
    background: #fb771a;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background: #fb8633;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator:after {
    font-family: 'icomoon';
    content: '\e5ca';
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.control input:checked~.control__indicator:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked~.control__indicator {
    background-color: #7e0cf5;
    opacity: .2;
}

.btn-primary {
    color: #ffffff;
    background-color: #2681cc;
    border-color: #2681cc;
}

.btn-primary:hover {
    background-color: #166182;
    border-color: #166182;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #ffffff;
    background-color: #166182;
    border-color: #166182;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 97, 130, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(22, 97, 130, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #166182;
    border-color: #166182;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 97, 130, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(22, 97, 130, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #ffffff;
    background-color: #2681cc;
    border-color: #2681cc;
}

.btn-primary:not(.btn-light) {
    color: #ffffff;
}

.btn-primary:not(.btn-light):hover,
.btn-primary:not(.btn-light):focus,
.btn-primary:not(.btn-light):active {
    color: #ffffff;
}

.btn-primary:not(.btn-light):focus,
.btn-primary:not(.btn-light):active {
    background: #2681cc;
    border-color: #2681cc;
}

.text-primary {
    color: #1e84b0 !important;
}

.form-control::-moz-placeholder,
.select2-search__field::-moz-placeholder {
    color: #acacac;
}

.form-control:-moz-placeholder,
.select2-search__field:-moz-placeholder {
    color: #acacac;
}

.form-control::-webkit-input-placeholder,
.select2-search__field::-webkit-input-placeholder {
    color: #acacac;
}

.form-control:-ms-input-placeholder,
.select2-search__field:-ms-input-placeholder {
    color: #acacac;
}

.form-control {
    border: 1px solid #dedcdc;
}

@media (max-width: 768px) {
    .half .bg {
        background-image: url('../images/bg-login-mobile.png');
    }
    .half .contents {
        padding: 0;
    }

    .half .contents .container {
        padding: 0 0 20px 0;
        margin: 0;
        max-width: 100%;
    }

    .half .contents .container .card {
        margin-left: 15px;
        margin-right: 15px;
    }

    .half .contents .align-items-center {
        align-items: baseline !important;
    }

    .half .contents .card-panel {
        border-left: 0 !important;
        margin-left: 0;
    }
    
    .half .container .header {
        border-radius: 0;
    }

    .half .copyright {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .half .container .header {
        text-align: center !important;
        line-height: 20px;
    }
}