html, body {
    height: 100%;
    overflow-x: hidden;
    /*margin-bottom: 0!important;*/
}

#app.login-app {
    /*margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;*/
}

body {
	background-color: #fff;
}

nav {
    background-color: #f8f8f8;
}

p, h1, h2, h3, h4, h5 {
color: #707070;
}

.login-card {
	background: #f8f8f8;
	color: #707070;
	padding-bottom: 30px;
}

.login-card .head {
	margin: 0px 70px;
    padding: 30px 0px;
    border-bottom: 1px solid #d7d7d7;
}

.field-group {
    margin-top: 20px;
}

.field-group label {
	/*font-weight: bold;*/
	font-size: 16px;
	padding-right: 0;
	height: 35px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.field-group input:not([type=radio]), select {
	width: 100%;
	border: 1px solid #a8a8a8!important;
    border-radius: 3px;
    height: 35px!important;
    display: inline-block!important;
}

.field-group select {
    -webkit-appearance: none;
    cursor: pointer;
}

.field-group input[type=checkbox] {
    width: auto!important;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    height: 35px;
}

.field-group input[type=checkbox]:focus {
    box-shadow: none;
}

.field-group .date-field span:not(.date-picker) {
    pointer-events: none;
	background: #458bbc;
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0px 6px;
}

.field-group p {
	margin-bottom: 5px;
}

.field-group .date-picker {
	border: 1px solid #d6d6d6;
    font-size: 12px;
    border-radius: 3px;
    padding: 5px 7px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.label_pc {
    display: block;
}

.label_sp {
    display: none!important;
}

.datepicker_pc {
    display: block;
}

.datepicker_sp {
    display: none!important;
}

@media only screen and (max-width: 576px) {

    .field-group .date-picker {
        display: block;
        width: fit-content;
    }

    .field-group label {
        font-size: 12px;
    }

    .label_pc {
        display: none!important;
    }

    .label_sp {
        display: block!important;
    }

    .datepicker_sp {
        display: block!important;
    }

    .datepicker_pc {
        display: none!important;
    }
}

.field-group .date-picker > input[type=date] {
    visibility: hidden;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
}

.field-group p > span > img {
	margin-right: 5px;
}

.login-btn {
	background: #458bbc;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 15px;
    display: inline-block;
    text-align: center;
}

.login-btn img {
    right: 15px;
    margin-left: 10px;
}

.bottom-links {
    margin-top: 50px;
}

.bottom-links > a:nth-child(1) {
    margin-left: 12.333333%;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar-brand img {
    margin-bottom: 10px;
    width: 150px;
}

.pdf-container canvas {
    margin: auto;
    width: 100%;
}

@media only screen and (min-width: 768px) {

    .contact-btn {
        background: #458bbc;
        color: #fff!important;
        border-radius: 3px;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}

@media only screen and (max-width: 767px) {

    footer {
        max-width: 350px;
        margin: auto;
    }

    .bottom-links > a:nth-child(1) {
        margin-left: 0;
    }

    .pdf-container img {
        width: 100%;
    }

    .navbar-brand span {
        display: none;
    }
}

.datepicker-row > .date-field {
    margin-bottom: 10px;
}