@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700);

*, body {
    color: #3b4043;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale
}

body, html {
    height: 100%
}

.input-view{
    position: relative;
}
.icon-close {
    position: absolute;
    right: 0.5rem;
    top: 10px;
    z-index: 1;
    color: red;
}
.fa-check{
    color: green;
    position: absolute;
    right: 0.5rem;
    top: 10px;
    z-index: 1;
}

.bgc{
    color: green;
    background: white!important;
    /*padding-top: 10px;*/
    /*padding-right: 10px;*/
    z-index: 2;
}

.bgt{
    color: red;
    background: white!important;
    padding-top: 10px;
    padding-right: 10px;
    z-index: 2;
}

#loading {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url('../../../../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.error-text{
    color: red;
    padding-top: 8px;
    font-size: 15px;
}

.fail-login {
    white-space: pre;
    margin-bottom: 20px;
}

.fp-error-text{
    color: red;
    padding-top: 8px;
    font-size: 15px;
}

#register-error{
    color: red;
    padding-top: 8px;
    font-size: 15px;
}

.form-body {
    background-color: #0093ff;
    height: 100%
}

.form-body .popup-fp, .popup-fg {
    /* background: rgba(255,255,255, 0.9); */
    background: white;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    bottom: 0;
    /* justify-content: center; */
    /* align-items: center; */
    /* border: 3px solid #f1f1f1; */
    z-index: 9990;
    /* z-index: 9999; */
}

.form-body .popup-fp .forgot-password, .popup-fg .forgot-groupId {
    /* box-shadow: 0 0 5px black; */
    /* background: #F2F2F2; */
    /* padding:0 10px 10px 10px; */
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    width: 25%;
}

.form-body .popup-fp .forgot-password  .send-email-button, .popup-fg .forgot-groupId  .send-email-button{
    float: right;
    margin-top: 15px;
}

.form-body .popup-fp .forgot-password .form-content .form-button, .popup-fg .forgot-groupId .form-content .form-button {
    margin-top: 50px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.form-body .popup-fp .forgot-password .fp-email-validate, .popup-fg .forgot-groupId .fg-email-validate {
    color: transparent;
    font-size: 10px;
    white-space: pre-line;
}

.form-body .popup-fp .forgot-password .error-color, .popup-fg .forgot-groupId .error-color {
    color: red;
    font-size: 10px;
    cursor: text;
}

.form-body .popup-fp .forgot-password .image, .popup-fg .forgot-groupId .image{
    font-size: 22px;
}


.form-body .popup-fp .forgot-password .header, .popup-fg .forgot-groupId .header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5px;
}
.form-body .popup-fp .forgot-password .header .title, .popup-fg .forgot-groupId .header .title{
    font-size: 16px;
    color: #46b298;
}

.forgot-groupId .fg-email-validate.error-color:hover {
    color: red;
    text-decoration: none;
}

.form-body .popup-fp .forgot-password .header .close, .popup-fg .forgot-groupId .header .close{
    background: transparent;
}

.form-body .popup-fp-later, .popup-fg, .popup-fp-changed, .popup-fp-failure {
    background: white;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    bottom: 0;
    z-index: 9999;
}

.form-body > .row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
}

.website-logo {
    display: inline-block;
    position: absolute;
    z-index: 1000;
    top: 50px;
    left: 50px;
    right: initial;
    bottom: initial
}

.website-logo img {
    width: 100px
}

.website-logo a {
    display: inline-block
}

.website-logo
.logo {
    display: inline-block;
    background-image: url(../../images/logo-light.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.website-logo .logo img {
    width: 100px
}

.website-logo .logo img.logo-size {
    opacity: 0 !important
}

.website-logo-inside {
    margin-bottom: 70px
}

.website-logo-inside img {
    width: 100px
}

.website-logo-inside a {
    display: inline-block
}

.website-logo-inside .logo {
    display: inline-block;
    background-image: url(../../images/logo-light.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.website-logo-inside .logo img {
    width: 100px
}

.website-logo-inside .logo img.logo-size {
    opacity: 0 !important
}

.preview-body {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center
}

.preview-body .web-logo {
    margin-bottom: 50px
}

.preview-body .web-logo img {
    width: 130px
}

.preview-body .web-title {
    font-size: 30px;
    font-weight: 300;
    color: #000;
    line-height: 35px;
    margin-bottom: 50px
}

.preview-body .img-link {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    padding: 0 5px
}

.preview-body .img-link img {
    width: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 5px rgba(0, 123, 255, .38);
    box-shadow: 0 0 5px rgba(0, 123, 255, .38);
    -webkit-transition: all .5s cubic-bezier(.34, 1.61, .7, 1);
    transition: all .5s cubic-bezier(.34, 1.61, .7, 1)
}

.preview-body .img-link:focus img, .preview-body .img-link:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 11px 19px rgba(0, 123, 255, .18);
    box-shadow: 0 11px 19px rgba(0, 123, 255, .18)
}

.register-holder {
    display: flex;
    width: 100%;
}

.login-holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.fp-holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.saved-pass-holder {
    background:rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.saved-pass-popup {
    background-color: white;
    display: flex;
    flex-direction: column;
    width: 800px;
    height: 200px;
}

.saved-pass-popup-close {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: white;
    padding: 10px;
}

.saved-pass-popup-sentence {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Han Sans JP Bold, sans-serif;
}

.send-or-back-button {
    display: flex;
    justify-content: center;
}

.header-holder {
    width: 100%;
    height: 6%;
    display: flex;
    align-items: center;
    background-color: #E7F3F2;
}

.contents-holder {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
}

.left-holder {
    width: 50%;
}

.right-holder {
    width: 50%;
    display: flexbox;
    flex-direction: column;
}

.left-background {
    position: relative;
}

.left-background img {
    width: 100%;
    height: 100%;
}

.left-material {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 50%;
}

.to-yysystemhp-btn {
    height: 50px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 200px;
}

.to-yysystemhp-btn img {
    max-width: 200px;
    min-width: 150px;
}

.to-kbhome-btn {
    background-color: #E7F3F2;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.to-kbhome-btn img {
    max-width: 250px;
    min-width: 200px;
    /*background-color: #E7F3F2;*/
    padding: 5px 10px;
}

.application-title-register {
    height: 20%;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.application-title-login {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90px;
    font-family: "Berlin Sans FB";
}

.application-figure {
    height: 50%;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.application-sentence {
    height: 12%;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.application-detail {
    height: 8%;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.application-detail-button {
    font-family: Source Han Sans JP Bold, sans-serif;
    color: #0C8467;
    border: 2px solid #CDD6DD;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    height: 40px;
    width: 350px;
}

.application-detail-button:hover {
    background-color: #F0F3F5;
}

.register-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-margin {
    margin-top: 50px;
}

.sentence-margin {
    margin-top: 20px;
}

.form-margin {
    margin-top: 30px;
}

.register-login-title {
    font-family: Han Sans JP Bold, sans-serif;
    font-size: 32px;
    font-weight: bold;
}

.register-free-icon {
    font-family: Han Sans JP Bold, sans-serif;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #E95856;
    border-radius: 30px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 5px;
    text-indent: 5px;
}

.form-items-add {
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-form-layout {
    width: 40%;
}

.login-form-layout {
    width: 30%;
}

.register-input-item {
    font-family: Han Sans JP Bold, sans-serif;
    color: #707F89;
    font-weight: bold;
}

.terms-authentication {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30p;
}

.terms-check-box {
    height: 30px;
    margin-bottom: 10px;
}

.terms-sentence {
    height: 30px;
    margin-left: 10px;
    color: #3B4043;
}

.terms-sentence a {
    text-decoration: underline;
    color: #3B4043;
}

.register-button {
    display: flex;
    justify-content: center;
}

.login-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.green-enter-button {
    font-family: Source Han Sans JP Bold, sans-serif;
    color: white;
    border: 2px solid #41A38C;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    background-color: #41A38C;
    height: 40px;
    width: 300px;
}

.green-enter-button:hover {
    border: 2px solid #9EDFD0;
    background-color: #9EDFD0;
}

.green-fp-enter-button {
    font-family: Source Han Sans JP Bold, sans-serif;
    color: white;
    border: 2px solid #41A38C;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    background-color: #41A38C;
    height: 40px;
    width: 150px;
}

.green-fp-enter-button:hover {
    border: 2px solid #9EDFD0;
    background-color: #9EDFD0;
}

.green-fp-save-button {
    font-family: Source Han Sans JP Bold, sans-serif;
    color: white;
    border: 2px solid #41A38C;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    background-color: #41A38C;
    height: 40px;
    width: 200px;
}

.green-fp-save-button:hover {
    border: 2px solid #9EDFD0;
    background-color: #9EDFD0;
}

.white-enter-button {
    font-family: Source Han Sans JP Bold, sans-serif;
    color: #0C8467;
    border: 2px solid #CDD6DD;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    height: 40px;
    width: 300px;
}

.white-enter-button:hover {
    background-color: #F0F3F5;
}

a.white-enter-button:hover {
    color: #0C8467;
}

.white-fp-enter-button {
    font-family: Source Han Sans JP Bold, sans-serif;
    color: #0C8467;
    border: 2px solid #CDD6DD;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    height: 40px;
    width: 100px;
    margin-right: 20px;
}

.white-fp-enter-button:hover {
    background-color: #F0F3F5;
}

.register-login-sentence {
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.to-login-window {
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-register-button {
    display: flex;
    justify-content: center;
}

.forgot-password-sentence {
    margin-top:30px;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fp-partition-line {
    color: #CDD6DD;
    size: 2px;
    width: 25%;
    align-self: center;
    margin-top: 50px;
}

.fp-sentence {
    width: 100%;
    display: flex;
}

.fp-sentence-contents {
    font-family: Han Sans JP Bold, sans-serif;
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

/* �u���E�U�`�F�b�N�Ή� --> */
.fp-sentence-browser-warning-contents {
    font-family: Han Sans JP Bold, sans-serif;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
/* <-- �u���E�U�`�F�b�N�Ή� */

.fp-sentence-contents-bold {
    font-family: Source Han Sans JP Bold, sans-serif;
    font-weight: bold;
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.img-holder {
    display: inline-block;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 999
}

.img-holder .info-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    /* min-height: 100%; */
    /* width: 625px; */
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
}

.img-holder .info-holder .app-title {
    font-size: 65px;
    font-weight: bold;
    padding-bottom: 40px;
    color: #3b4043;
}

.img-holder .info-holder .sub-title {
    font-size: 20px;
    padding-bottom: 20px;
    color: #3b4043;
}

.img-holder .info-holder .logo {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    align-items: flex-end;
}

.img-holder .info-holder .logo .icon {
    width: 300px
}

.img-holder .info-holder .logo .privacy {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

.img-holder .info-holder .logo .privacy .href {
    font-size: 20px;
    color: #46b298;
    text-decoration: underline;
    min-width: 150px;
    padding: 10px;
}


.img-holder .info-holder h3 {
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 30px;
    width: 100%;
    max-width: 378px;
    padding-right: 30px
}

.img-holder .info-holder p {
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: 19px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 378px;
    padding-right: 30px
}

/*
.img-holder .info-holder img {
*/
    /* width: 100%; */
    /* max-width: 378px */
/*
}
*/


/*
.img-holder .info-holder .application-title {
}
*/

.img-holder .bg {
    position: absolute;
    opacity: .23;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0px;
    min-height: 100%
}

.form-holder .form-content ::-webkit-input-placeholder {
    color: #526489
}

.form-holder .form-content :-moz-placeholder {
    color: #526489
}

.form-holder .form-content ::-moz-placeholder {
    color: #526489
}

.form-holder .form-content :-ms-input-placeholder {
    color: #526489
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control ::-webkit-input-placeholder {
    color: #526489
}

.form-control :-moz-placeholder {
    color: #526489
}

.form-control ::-moz-placeholder {
    color: #526489
}

.form-control :-ms-input-placeholder {
    color: #526489
}

.form-content {
    position: relative;
    background-color: #0093ff
}

.form-content .form-group {
    color: #fff;
    font-size: 15px;
    font-weight: 300
}

.form-content .form-items {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    max-height: auto;
    padding: 0px 30px 30px 30px;
    text-align: left;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.form-content h3 {
    color: #fff;
    text-align: left;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px
}

.form-content h3.form-title {
    margin-bottom: 30px
}

.form-content p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px
}

.form-content p.form-subtitle {
    font-size: 16px;
    margin-bottom: 15px
}

.form-content label {
    color: #fff;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px
}

.form-content .page-links {
    margin-bottom: 34px
}

.form-content .page-links a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin-right: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.form-content .page-links a:last-child {
    margin-right: 0
}

.form-content .page-links a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -10px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.form-content .page-links a.active {
    font-weight: 700
}

.form-content .page-links a.active:after {
    background-color: #fff
}

.form-content .page-links a:focus:after, .form-content .page-links a:hover:after {
    background-color: #fff
}

.form-content .dropdown-toggle.btn-default, .form-content input {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #8d8d8d;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin-bottom: 14px;
    height: 40px;
}

.form-content select {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #f7f7f7;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: all .3s ease 0s;
    color: #000;
    transition: all .3s ease 0s;
    margin-bottom: 14px;
    height: 40px;
}

select:hover {
    background: #eaeaea;
}

.form-content .dropdown-toggle.btn-default:focus, .form-content .dropdown-toggle.btn-default:hover, .form-content input:focus, .form-content input:hover {
    border: 0;
    background-color: #ebeff8;
    color: #8d8d8d
}

.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    color: #8d8d8d;
    outline: 0;
    resize: none;
    height: 120px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 14px
}

.form-content textarea:focus, .form-content textarea:hover {
    border: 0;
    background-color: #ebeff8;
    color: #8d8d8d
}

.form-content input[type=checkbox], .form-content input[type=radio] {
    width: auto
}

.form-content input[type=checkbox]:checked, .form-content input[type=checkbox]:not(:checked), .form-content input[type=radio]:checked, .form-content input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.form-content input[type=checkbox]:checked + label, .form-content input[type=checkbox]:not(:checked) + label, .form-content input[type=radio]:checked + label, .form-content input[type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    display: inline;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-content input[type=checkbox]:checked + label, .form-content input[type=radio]:checked + label {
    color: #fff
}

.form-content input[type=checkbox]:checked + label:before, .form-content input[type=radio]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50px;
    border: 0 solid #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.form-content input[type=checkbox]:not(:checked) + label:before, .form-content input[type=radio]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: 0 0;
    border-radius: 50px;
    border: 2px solid #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.form-content input[type=checkbox]:not(:checked) + label:after, .form-content input[type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.form-content input[type=checkbox]:checked + label:after, .form-content input[type=checkbox]:not(:checked) + label:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 9px;
    color: #0093ff;
    line-height: 14px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.form-content input[type=checkbox]:checked + label:before {
    border-radius: 4px
}

.form-content input[type=checkbox]:not(:checked) + label:before {
    border-radius: 4px
}

.form-content input[type=radio]:checked + label:after, .form-content input[type=radio]:not(:checked) + label:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background-color: #0093ff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.form-content input[type=checkbox]:disabled + label, .form-content input[type=radio]:disabled + label {
    opacity: .6
}

.form-content .custom-options {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.form-content .custom-options input[type=checkbox], .form-content .custom-options input[type=radio] {
    width: auto
}

.form-content .custom-options input[type=checkbox]:checked, .form-content .custom-options input[type=checkbox]:not(:checked), .form-content .custom-options input[type=radio]:checked, .form-content .custom-options input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.form-content .custom-options input[type=checkbox]:checked + label, .form-content .custom-options input[type=checkbox]:not(:checked) + label, .form-content .custom-options input[type=radio]:checked + label, .form-content .custom-options input[type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    display: inline;
    color: #606060;
    background-color: #f7f7f7;
    font-size: 13px;
    font-weight: 400;
    margin-left: 0;
    border-radius: 5px;
    padding: 4px 10px;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-grow: 1;
    text-align: center
}

.form-content .custom-options input[type=checkbox]:checked + label:last-child, .form-content .custom-options input[type=checkbox]:not(:checked) + label:last-child, .form-content .custom-options input[type=radio]:checked + label:last-child, .form-content .custom-options input[type=radio]:not(:checked) + label:last-child {
    margin-right: 0
}

.form-content .custom-options input[type=checkbox]:checked + label, .form-content .custom-options input[type=radio]:checked + label {
    color: #fff;
    background-color: #57d38c;
    font-weight: 400;
    -webkit-box-shadow: 0 3px 8px rgba(74, 230, 142, .35);
    box-shadow: 0 3px 8px rgba(74, 230, 142, .35)
}

.form-content .custom-options input[type=checkbox]:checked + label:before, .form-content .custom-options input[type=radio]:checked + label:before {
    display: none
}

.form-content .custom-options input[type=checkbox]:not(:checked) + label:before, .form-content .custom-options input[type=radio]:not(:checked) + label:before {
    display: none
}

.form-content .custom-options input[type=checkbox]:not(:checked) + label:after, .form-content .custom-options input[type=radio]:not(:checked) + label:after {
    display: none
}

.form-content .custom-options input[type=checkbox]:checked + label:after, .form-content .custom-options input[type=checkbox]:not(:checked) + label:after {
    display: none
}

.form-content .custom-options input[type=radio]:checked + label:after, .form-content .custom-options input[type=radio]:not(:checked) + label:after {
    display: none
}

.form-content .form-button {
    margin-top: 50px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.form-content .reg-button {
    margin-top: 15px;
}

.ibtn {

    border-radius: 6px;
    border: 0;
    padding: 6px 28px;
    background-color: #fff;
    color: #29a4ff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    flex: 1;
    outline: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 rgba(0, 0, 0, .16)

}

.ibtn:last-child {
    margin-right: 0
}

.ibtn:focus, .ibtn:hover {
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 5px 6px rgba(0, 0, 0, .16)
}

.form-content .form-button a {
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

.form-content .form-button.full-width {
    margin-top: 15px
}

.ibtn {
    width: 100%
}

.form-content .btn {
    border-radius: 6px;
    padding: 6px 28px;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    border: 0
}

.form-content .btn.btn-light {
    color: #b0c2d0
}

.form-content .btn.btn-light:focus, .form-content .btn.btn-light:hover {
    color: #a0b6c6
}

.form-content .btn:last-child {
    margin-right: 0
}

.form-content form {
}

.form-content .other-links span {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-right: 0
}

.form-content .other-links a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px
}

.form-content .other-links a:last-child {
    margin-right: 0
}

.form-content .other-links a i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    padding-top: 5px;
    font-size: 15px;
    margin: 0 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.form-content .other-links a i[class*=fa-twitter] {
    background-color: #00aced
}

.form-content .other-links a i[class*=fa-facebook] {
    background-color: #3b5998
}

.form-content .other-links a i[class*=fa-youtube] {
    background-color: #b00
}

.form-content .other-links a i[class*=fa-google] {
    background-color: #dd4b39
}

.form-content .other-links a i[class*=fa-linkedin] {
    background-color: #007bb6
}

.form-content .other-links a i[class*=fa-instagram] {
    background-color: #517fa4
}

.form-content .other-links a i:focus, .form-content .other-links a i:hover {
    opacity: .8
}

.form-content.form-sm .dropdown-toggle.btn-default, .form-content.form-sm input {
    padding: 6px 16px;
    margin-bottom: 10px;
    font-size: 14px
}

.form-content.form-sm textarea {
    padding: 6px 16px;
    margin-bottom: 10px;
    font-size: 14px
}

.ibtn {
    padding: 4px 28px
}

.form-content.form-sm .btn {
    padding: 4px 28px
}

.form-content .form-sent {
    position: absolute;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(.7) translateX(200px);
    -moz-transform: scale(.7) translateX(200px);
    -ms-transform: scale(.7) translateX(200px);
    transform: scale(.7) translateX(200px);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.form-content .form-sent.show-it {
    opacity: 1;
    pointer-events: all;
    z-index: 2;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0)
}

.form-content .form-sent.show-it .tick-holder .tick-icon {
    -webkit-animation: tick-anime3 .7s cubic-bezier(.34, 1.61, .7, 1) 0s forwards;
    -moz-animation: tick-anime3 .7s cubic-bezier(.34, 1.61, .7, 1) 0s forwards;
    -ms-animation: tick-anime3 .7s cubic-bezier(.34, 1.61, .7, 1) 0s forwards;
    animation: tick-anime3 .7s cubic-bezier(.34, 1.61, .7, 1) 0s forwards
}

.form-content .form-sent.show-it .tick-holder .tick-icon:before {
    -webkit-animation: tick-anime1 .2s linear .2s forwards;
    -moz-animation: tick-anime1 .2s linear .2s forwards;
    -ms-animation: tick-anime1 .2s linear .2s forwards;
    animation: tick-anime1 .2s linear .2s forwards
}

.form-content .form-sent.show-it .tick-holder .tick-icon:after {
    -webkit-animation: tick-anime2 .4s ease .4s forwards;
    -moz-animation: tick-anime2 .4s ease .4s forwards;
    -ms-animation: tick-anime2 .4s ease .4s forwards;
    animation: tick-anime2 .4s ease .4s forwards
}

.form-content .form-sent .tick-holder {
    text-align: center;
    margin-bottom: 12px
}

.form-content .form-sent .tick-holder .tick-icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: rotate(35deg) scale(2);
    -moz-transform: rotate(35deg) scale(2);
    -ms-transform: rotate(35deg) scale(2);
    transform: rotate(35deg) scale(2);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.form-content .form-sent .tick-holder .tick-icon:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 2px;
    top: 28px;
    left: 14px;
    border-radius: 2px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.form-content .form-sent .tick-holder .tick-icon:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 20px;
    top: 9px;
    left: 22px;
    border-radius: 2px;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.form-content .form-sent h3 {
    text-align: center;
    color: #fff
}

.form-content .form-sent p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    opacity: .8;
    margin-bottom: 20px
}

.form-content .form-sent .info-holder {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding: 10px;
    margin-top: 60px
}

.form-content .form-sent .info-holder span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    opacity: .6
}

.form-content .form-sent .info-holder a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    opacity: .9
}


.hide-it {
    display: none !important;
}

@keyframes tick-anime1 {
    0% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tick-anime2 {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0)
    }
    100% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes tick-anime3 {
    0% {
        background-color: rgba(255, 255, 255, 0);
        -webkit-transform: rotate(35deg) scale(2);
        -moz-transform: rotate(35deg) scale(2);
        -ms-transform: rotate(35deg) scale(2);
        transform: rotate(35deg) scale(2)
    }
    100% {
        background-color: rgba(255, 255, 255, .2);
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1)
    }
}

@keyframes c-tick-anime3 {
    0% {
        background-color: rgba(233, 253, 214, 0);
        -webkit-transform: rotate(35deg) scale(2);
        -moz-transform: rotate(35deg) scale(2);
        -ms-transform: rotate(35deg) scale(2);
        transform: rotate(35deg) scale(2)
    }
    100% {
        background-color: #e9fdd6;
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1)
    }
}

.alert {
    position: relative;
    padding: 6px 12px;
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
    font-weight: 700
}

.alert a, .alert a.alert-link {
    font-weight: 700;
    color: #000
}

.alert p {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px
}

.alert.alert-primary {
    background-color: #e2f0ff;
    border-color: #3a86d6
}

.alert.alert-primary hr {
    border-top-color: #3a86d6
}

.alert.alert-secondary {
    background-color: #f0f0f0;
    border-color: #8e9396
}

.alert.alert-secondary hr {
    border-top-color: #8e9396
}

.alert.alert-success {
    background-color: #f7fff0;
    border-color: #8ccb57
}

.alert.alert-success hr {
    border-top-color: #8ccb57
}

.alert.alert-danger {
    background-color: snow;
    border-color: #f55050
}

.alert.alert-danger hr {
    border-top-color: #f55050
}

.alert.alert-warning {
    background-color: #fff8e1;
    border-color: #f1cb4b
}

.alert.alert-warning hr {
    border-top-color: #f1cb4b
}

.alert.alert-info {
    background-color: #dcedf1;
    border-color: #42bfdb
}

.alert.alert-info hr {
    border-top-color: #42bfdb
}

.alert.alert-light {
    background-color: #fefefe;
    border-color: #a7a4a4
}

.alert.alert-light hr {
    border-top-color: #a7a4a4
}

.alert.alert-dark {
    background-color: #d6d8d9;
    border-color: #525557
}

.alert.alert-dark hr {
    border-top-color: #525557
}

.alert.with-icon {
    padding-left: 32px
}

.alert.with-icon[class*=alert-]:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    top: 7px;
    left: 7px;
    width: 20px;
    font-size: 12px;
    text-align: center
}

.alert.with-icon.alert-primary:before {
    content: "\f12a";
    color: #3a86d6
}

.alert.with-icon.alert-secondary:before {
    content: "\f12a";
    color: #8e9396
}

.alert.with-icon.alert-success:before {
    content: "\f00c";
    color: #8ccb57
}

.alert.with-icon.alert-danger:before {
    content: "\f071";
    color: #f55050
}

.alert.with-icon.alert-warning:before {
    content: "\f06a";
    color: #f1cb4b
}

.alert.with-icon.alert-info:before {
    content: "\f129";
    color: #42bfdb
}

.alert.with-icon.alert-light:before {
    content: "\f12a";
    color: #a7a4a4
}

.alert.with-icon.alert-dark:before {
    content: "\f12a";
    color: #525557
}

.alert .close {
    color: #727272;
    font-size: .9rem;
    padding: 3px;
    outline: 0
}

.alert .close span {
    color: #727272
}

.form-body.without-side .website-logo {
    top: 70px;
    left: 50%;
    margin-left: -50px;
    right: initial;
    bottom: initial;
    display: inline-block
}

.form-body.without-side .website-logo-inside .logo {
    background-image: url(../../images/logo.svg)
}

.form-body.without-side .form-holder .form-content ::-webkit-input-placeholder {
    color: #000
}

.form-body.without-side .form-holder .form-content :-moz-placeholder {
    color: #000
}

.form-body.without-side .form-holder .form-content ::-moz-placeholder {
    color: #000
}

.form-body.without-side .form-holder .form-content :-ms-input-placeholder {
    color: #000
}

.form-body.without-side h3 {
    color: #000
}

.form-body.without-side p {
    color: #000
}

.form-body.without-side label {
    color: #000
}

.form-body.without-side .img-holder {
    z-index: 0;
    width: 100%;
    overflow: hidden
}

.form-body.without-side .img-holder .info-holder img {
    display: none;
    max-width: 534px;
    -webkit-animation: zoom-in-img 50s linear 0s infinite;
    -moz-animation: zoom-in-img 50s linear 0s infinite;
    -ms-animation: zoom-in-img 50s linear 0s infinite;
    animation: zoom-in-img 50s linear 0s infinite;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.form-body.without-side .form-holder {
    margin-left: 0
}

.form-body.without-side .form-holder .form-content {
    background-color: transparent
}

.form-body.without-side .form-content {
    padding: 125px 60px 60px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px
}

.form-items .logo-log {
    width: 200px;
    margin-bottom: 30px;
}

.form-body.without-side .form-content .form-items {
    padding: 35px 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .16)
}

.form-body.without-side .form-content .form-items form {
    margin-bottom: 0
}

.form-body.without-side .form-content .form-items .other-links {
    margin-top: 38px;
    margin-bottom: 30px
}

.form-body.without-side .form-content .form-items .other-links .text {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px
}

.form-body.without-side .form-content .form-items .other-links a {
    display: inline-block;
    padding: 5px;
    border-radius: 2px;
    color: #000;
    background-color: #f7f7f7
}

.form-body.without-side .form-content .form-items .other-links a i {
    width: 18px;
    height: 18px;
    font-size: 9px;
    margin-left: 0
}

.form-body.without-side .form-content .form-items .page-links {
    margin-bottom: 0
}

.form-body.without-side .form-content .form-items .page-links a {
    font-weight: 700
}

.form-body.without-side .form-content .form-items .page-links a:after {
    bottom: -3px
}

.form-body.without-side .form-content .page-links a {
    color: #000
}

.form-body.without-side .form-content .page-links a:after {
    background-color: rgba(222, 222, 222, .7)
}

.form-body.without-side .form-content .page-links a.active:after {
    background-color: #0092fe
}

.form-body.without-side .form-content .page-links a:focus:after, .form-body.without-side .form-content .page-links a:hover:after {
    background-color: #0092fe
}

.form-body.without-side .form-content .dropdown-toggle.btn-default, .form-body.without-side .form-content input {
    border: 0;
    background-color: #f7f7f7;
    color: #000
}

.form-body.without-side .form-content .dropdown-toggle.btn-default:focus, .form-body.without-side .form-content .dropdown-toggle.btn-default:hover, .form-body.without-side .form-content input:focus, .form-body.without-side .form-content input:hover {
    border: 0;
    background-color: white;
    color: #000
}

.form-body.without-side .form-content textarea {
    background-color: #f7f7f7;
    border: 0;
    color: #000
}

.form-body.without-side .form-content textarea:focus, .form-body.without-side .form-content textarea:hover {
    border: 0;
    background-color: white;
    color: #000
}

.form-body.without-side .form-content input[type=checkbox]:checked + label, .form-body.without-side .form-content input[type=checkbox]:not(:checked) + label, .form-body.without-side .form-content input[type=radio]:checked + label, .form-body.without-side .form-content input[type=radio]:not(:checked) + label {
    color: #000
}

.form-body.without-side .form-content input[type=checkbox]:checked + label, .form-body.without-side .form-content input[type=radio]:checked + label {
    color: #000
}

.form-body.without-side .form-content input[type=checkbox]:checked + label:before, .form-body.without-side .form-content input[type=radio]:checked + label:before {
    background: #000;
    border: 0 solid #000
}

.form-body.without-side .form-content input[type=checkbox]:not(:checked) + label:before, .form-body.without-side .form-content input[type=radio]:not(:checked) + label:before {
    background: 0 0;
    border: 2px solid #000
}

.form-body.without-side .form-content input[type=checkbox]:checked + label:after, .form-body.without-side .form-content input[type=checkbox]:not(:checked) + label:after {
    color: #fff
}

.form-body.without-side .form-content input[type=radio]:checked + label:after, .form-body.without-side .form-content input[type=radio]:not(:checked) + label:after {
    background-color: #fff
}

.form-body.without-side .form-content .custom-options input[type=checkbox]:checked + label, .form-body.without-side .form-content .custom-options input[type=checkbox]:not(:checked) + label, .form-body.without-side .form-content .custom-options input[type=radio]:checked + label, .form-body.without-side .form-content .custom-options input[type=radio]:not(:checked) + label {
    color: #606060;
    background-color: #f7f7f7
}

.form-body.without-side .form-content .custom-options input[type=checkbox]:checked + label, .form-body.without-side .form-content .custom-options input[type=radio]:checked + label {
    color: #fff;
    background-color: #57d38c;
    -webkit-box-shadow: 0 3px 8px rgba(74, 230, 142, .35);
    box-shadow: 0 3px 8px rgba(74, 230, 142, .35)
}

.form-body.without-side .form-content .form-button {
    margin-bottom: 0
}
.ibtn {
    background-color: #29a4ff;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 rgba(0, 0, 0, .16)
}
.ibtn:focus, .ibtn:hover {
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 5px 6px rgba(0, 0, 0, .16)
}

.form-body.without-side .form-content .form-button a {
    font-weight: 300;
    color: #000
}

.form-body.without-side .form-content .form-sent {
    padding: 35px 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.form-body.without-side .form-content .form-sent.show-it {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0)
}

.form-body.without-side .form-content .form-sent .tick-holder .tick-icon {
    -webkit-animation: c-tick-anime3 .7s cubic-bezier(.34, 1.61, .7, 1) 0s forwards;
    -moz-animation: c-tick-anime3 .7s cubic-bezier(.34, 1.61, .7, 1) 0s forwards;
    -ms-animation: c-tick-anime3 .7s cubic-bezier(.34, 1.61, .7, 1) 0s forwards;
    animation: c-tick-anime3 .7s cubic-bezier(.34, 1.61, .7, 1) 0s forwards;
    background-color: rgba(233, 253, 214, 0)
}

.form-body.without-side .form-content .form-sent .tick-holder .tick-icon:before {
    background-color: #8ccb57
}

.form-body.without-side .form-content .form-sent .tick-holder .tick-icon:after {
    background-color: #8ccb57
}

.form-body.without-side .form-content .form-sent h3 {
    color: #000
}

.form-body.without-side .form-content .form-sent p {
    color: #000
}

.form-body.without-side .form-content .form-sent .info-holder {
    border-top: 1px solid rgba(0, 0, 0, .5)
}

.form-body.without-side .form-content .form-sent .info-holder span {
    color: #000
}

.form-body.without-side .form-content .form-sent .info-holder a {
    color: #000
}

.form-body.without-side .form-content .hide-it {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.form-body .alert {
    color: #000
}

.form-body .alert.alert-primary {
    background-color: #e2f0ff;
    border-color: #3a86d6
}

.form-body .alert.alert-primary hr {
    border-top-color: #3a86d6
}

.form-body .alert.alert-secondary {
    background-color: #f0f0f0;
    border-color: #8e9396
}

.form-body .alert.alert-secondary hr {
    border-top-color: #8e9396
}

.form-body .alert.alert-success {
    background-color: #f7fff0;
    border-color: #8ccb57
}

.form-body .alert.alert-success hr {
    border-top-color: #8ccb57
}

.form-body .alert.alert-danger {
    background-color: snow;
    border-color: #f55050
}

.form-body .alert.alert-danger hr {
    border-top-color: #f55050
}

.form-body .alert.alert-warning {
    background-color: #fff8e1;
    border-color: #f1cb4b
}

.form-body .alert.alert-warning hr {
    border-top-color: #f1cb4b
}

.form-body .alert.alert-info {
    background-color: #dcedf1;
    border-color: #42bfdb
}

.form-body .alert.alert-info hr {
    border-top-color: #42bfdb
}

.form-body .alert.alert-light {
    background-color: #fefefe;
    border-color: #a7a4a4
}

.form-body .alert.alert-light hr {
    border-top-color: #a7a4a4
}

.form-body .alert.alert-dark {
    background-color: #d6d8d9;
    border-color: #525557
}

.form-body .alert.alert-dark hr {
    border-top-color: #525557
}

.form-body .alert.with-icon.alert-primary:before {
    color: #3a86d6
}

.form-body .alert.with-icon.alert-secondary:before {
    color: #8e9396
}

.form-body .alert.with-icon.alert-success:before {
    color: #8ccb57
}

.form-body .alert.with-icon.alert-danger:before {
    color: #f55050
}

.form-body .alert.with-icon.alert-warning:before {
    color: #f1cb4b
}

.form-body .alert.with-icon.alert-info:before {
    color: #42bfdb
}

.form-body .alert.with-icon.alert-light:before {
    color: #a7a4a4
}

.form-body .alert.with-icon.alert-dark:before {
    color: #525557
}

.form-body .alert a, .form-body .alert a.alert-link {
    color: #000
}

.form-body .alert .close {
    color: #727272
}

.form-body .alert .close span {
    color: #727272
}

@keyframes zoom-in-img {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width: 992px) {



    .website-logo .logo {
        background-image: url(../../images/logo-light.svg)
    }

    .form-body.without-side .img-holder {
        display: inline-block
    }

    .form-body.without-side .website-logo .logo {
        background-image: url(../../images/logo-light.svg)
    }

    .form-body.without-side .form-holder .form-content {
        padding: 125px 30px 60px
    }
}

/* -----------------------------------
    1 - General Styles
------------------------------------*/
.form-body {
    background-color: #fff;
}

.website-logo {
    display: inline-block;
    top: 50px;
    left: 50px;
    right: initial;
    bottom: initial;
}

.website-logo img {
    width: 100px;
}

.website-logo .logo {
    background-image: url("../../images/logo.png");
}

.website-logo .logo img {
    width: 200px;
}

.website-logo-inside img {
    width: 200px;
}

.website-logo-inside .logo {
    background-image: url("../../images/logo-light.svg");
}

.website-logo-inside .logo img {
    width: 200px;
}

.img-holder .info-holder h3 {
    color: #fff;
}

.img-holder .info-holder p {
    color: #fff;
}

.img-holder .bg {
    opacity: 0.23;
    background-image: none;
}


.form-holder .form-content ::-webkit-input-placeholder {
    color: #000;
}

.form-holder .form-content :-moz-placeholder {
    color: #000;
}

.form-holder .form-content ::-moz-placeholder {
    color: #000;
}

.form-holder .form-content :-ms-input-placeholder {
    color: #000;
}

.form-control ::-webkit-input-placeholder {
    color: #000;
}

.form-control :-moz-placeholder {
    color: #000;
}

.form-control ::-moz-placeholder {
    color: #000;
}

.form-control :-ms-input-placeholder {
    color: #000;
}

.form-content {
    background-color: #fff;
}

.form-content .form-group {
    color: #000;
}

.form-content .form-segment {
    text-align: left;
    background: #fff;
    border-width: 1px;
    border-color: #9C9C9C;
    border-style: solid;
    min-width: 500px;
    min-height: 400px;
}


.form-content .form-segment .segment {
    width: 100%;
    padding: 1px;
    display: flex;
    justify-content: space-between;
}

.form-content .form-segment .segment .login {
    width: 50%;
    border-right: solid;
    border-right-width: 1px;
    border-right-color: #9C9C9C;
}

.form-content .form-segment .segment .register {
    width: 50%;
    color: #3b4043;
}

.form-content .form-segment .segment-active {
    background-color: #fff;
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: #46b298;
    color: #46b298;
    font-size: 12px;
    padding: 5px 0 5px 0;
}

.form-content .form-segment .segment-inactive {
        background-color: #cdd6dd;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #9C9C9C;
    font-size: 12px;
    padding: 5px 0 5px 0;

}

.form-content .form-segment .form-items {
    text-align: left;

}

.form-content .form-segment .form-items .email-validate {
    color: transparent;
    font-size: 10px;
    white-space: pre-line;
}

.form-content .form-segment .form-items .error-color {
    color: red;
    font-size: 10px;
}

.form-content .form-segment .form-items .href-button {
    color: #46b298;
    text-decoration: underline;
    font-size: 10px;
    float: right;
}

 .input-view {
    height: 40px;
    border-color: #707F89;
    /* border-color: #B9B9B9; */
    border-width: 1px;
    /* border-radius: 2px; */
    border-style: solid;
    /* margin: 15px 0 0 0; */
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* padding: 1px; */
    padding: 2px;
}

.input-view .image {
    width: 20%;
    padding: 0 10px 0 10px;
    background: #cdd6dd;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #434343;
    font-size: 1.3em;

}

.input-view .input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bfbfbf;
    font-size: 14px;
}

.input-view .input {
    /* width: 80%; */
    width: 100%;
    height: 100%;
    padding: 0 10px 0 10px;
    float: left;
    margin-bottom: 0px;
}

.input-view .input2 {
    padding: 0 10px 0 10px;
    color: #3b4043;
    width: 100%;
}

.form-content h3 {
    color: #000;
    text-align: left;
}

.form-content p {
    color: #000;
    text-align: left;
}

.form-content label {
    color: #000;
    text-align: left;
}

.form-content .page-links a {
    color: #000;
}

.form-content .page-links a:after {
    background-color: rgba(222, 222, 222, 0.7);
}

.form-content .page-links a.active:after {
    background-color: #444DA1;
}

.form-content .page-links a:hover:after, .form-content .page-links a:focus:after {
    background-color: #444DA1;
}

.form-content input, .form-content .dropdown-toggle.btn-default {
    border: 0;
    background-color: #F7F7F7;
    color: #000;
}

.form-content input:hover, .form-content input:focus, .form-content .dropdown-toggle.btn-default:hover, .form-content .dropdown-toggle.btn-default:focus {
    border: 0;
    background-color: white;
    color: #000;
}

.form-content textarea {
    background-color: #F7F7F7;
    border: 0;
    color: #000;
}

.form-content textarea:hover, .form-content textarea:focus {
    border: 0;
    background-color: white;
    color: #000;
}

.form-content input[type="checkbox"]:not(:checked) + label, .form-content input[type="checkbox"]:checked + label, .form-content input[type="radio"]:not(:checked) + label, .form-content input[type="radio"]:checked + label {
    color: #000;
}

.form-content input[type="checkbox"]:checked + label, .form-content input[type="radio"]:checked + label {
    color: #000;
}

.form-content input[type="checkbox"]:checked + label:before, .form-content input[type="radio"]:checked + label:before {
    background: #000;
    border: 0px solid #000;
}

.form-content input[type="checkbox"]:not(:checked) + label:before, .form-content input[type="radio"]:not(:checked) + label:before {
    background: transparent;
    border: 2px solid #000;
}

.form-content input[type="checkbox"]:checked + label:after, .form-content input[type="checkbox"]:not(:checked) + label:after {
    color: #57D38C;
}

.form-content input[type="radio"]:checked + label:after, .form-content input[type="radio"]:not(:checked) + label:after {
    background-color: #57D38C;
}

.form-content .custom-options input[type="checkbox"]:not(:checked) + label, .form-content .custom-options input[type="checkbox"]:checked + label, .form-content .custom-options input[type="radio"]:not(:checked) + label, .form-content .custom-options input[type="radio"]:checked + label {
    color: #606060;
    background-color: #F7F7F7;
}

.form-content .custom-options input[type="checkbox"]:checked + label, .form-content .custom-options input[type="radio"]:checked + label {
    color: #fff;
    background-color: #57D38C;
    -webkit-box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
    box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
}
.ibtn {
    background-color: #46b298;
    color: #fff;
    -webkit-box-shadow: 0 0 0 #C5FCDC;
    box-shadow: 0 0 0 #C5FCDC;
}

.ibtn:focus {
    -webkit-box-shadow: 0 5px 6px #C5FCDC;
    box-shadow: 0 5px 6px #C5FCDC;
}

.form-content .form-button a {
    color: #000;
}

.form-content .other-links span {
    color: #000;
}

.form-content .other-links a {
    color: #000;
}

.form-content .form-sent .tick-holder .tick-icon {
    background-color: rgba(233, 253, 214, 0);
}

.form-content .form-sent .tick-holder .tick-icon:before {
    background-color: #8CCB57;
}

.form-content .form-sent .tick-holder .tick-icon:after {
    background-color: #8CCB57;
}

.form-content .form-sent h3 {
    color: #000;
}

.form-content .form-sent p {
    color: #000;
}

.form-content .form-sent .info-holder {
    color: #000;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.form-content .form-sent .info-holder span {
    color: #000;
}

.form-content .form-sent .info-holder a {
    color: #000;
}

@keyframes tick-anime3 {
    0% {
        background-color: rgba(233, 253, 214, 0);
        -webkit-transform: rotate(35deg) scale(2);
        -moz-transform: rotate(35deg) scale(2);
        -ms-transform: rotate(35deg) scale(2);
        transform: rotate(35deg) scale(2);
    }

    100% {
        background-color: #E9FDD6;
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
    }
}

.alert {
    color: #000000;
}

.alert.alert-primary {
    background-color: #e2f0ff;
    border-color: #3a86d6;
}

.alert.alert-primary hr {
    border-top-color: #3a86d6;
}

.alert.alert-secondary {
    background-color: #f0f0f0;
    border-color: #8e9396;
}

.alert.alert-secondary hr {
    border-top-color: #8e9396;
}

.alert.alert-success {
    background-color: #F7FFF0;
    border-color: #8CCB57;
}

.alert.alert-success hr {
    border-top-color: #8CCB57;
}

.alert.alert-danger {
    background-color: #FFFAFA;
    border-color: #F55050;
}

.alert.alert-danger hr {
    border-top-color: #F55050;
}

.alert.alert-warning {
    background-color: #fff8e1;
    border-color: #f1cb4b;
}

.alert.alert-warning hr {
    border-top-color: #f1cb4b;
}

.alert.alert-info {
    background-color: #dcedf1;
    border-color: #42bfdb;
}

.alert.alert-info hr {
    border-top-color: #42bfdb;
}

.alert.alert-light {
    background-color: #fefefe;
    border-color: #a7a4a4;
}

.alert.alert-light hr {
    border-top-color: #a7a4a4;
}

.alert.alert-dark {
    background-color: #d6d8d9;
    border-color: #525557;
}

.alert.alert-dark hr {
    border-top-color: #525557;
}

.alert.with-icon.alert-primary:before {
    color: #3a86d6;
}

.alert.with-icon.alert-secondary:before {
    color: #8e9396;
}

.alert.with-icon.alert-success:before {
    color: #8CCB57;
}

.alert.with-icon.alert-danger:before {
    color: #F55050;
}

.alert.with-icon.alert-warning:before {
    color: #f1cb4b;
}

.alert.with-icon.alert-info:before {
    color: #42bfdb;
}

.alert.with-icon.alert-light:before {
    color: #a7a4a4;
}

.alert.with-icon.alert-dark:before {
    color: #525557;
}

.alert a.alert-link, .alert a {
    color: #000000;
}

.alert .close {
    color: #727272;
}

.alert .close span {
    color: #727272;
}

.form-body.without-side .img-holder .info-holder img {
    display: inline-block;
}

.form-body.without-side .form-content .page-links a:after {
    background-color: rgba(222, 222, 222, 0.7);
}

.form-body.without-side .form-content .page-links a.active:after {
    background-color: #57D38C;
}

.form-body.without-side .form-content .page-links a:hover:after, .form-body.without-side .form-content .page-links a:focus:after {
    background-color: #57D38C;
}

.form-body.without-side .form-content .form-button .ibtn {
    background-color: #57D38C;
    color: #fff;
    -webkit-box-shadow: 0 0 0 #C5FCDC;
    box-shadow: 0 0 0 #C5FCDC;
}

.form-body.without-side .form-content .form-button .ibtn:hover, .form-body.without-side .form-content .form-button .ibtn:focus {
    -webkit-box-shadow: 0 5px 6px #C5FCDC;
    box-shadow: 0 5px 6px #C5FCDC;
}

.input-view .fa2{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.modal-confirm-header {
    background-color:#DC3545;
    border-bottom: 0px;
}
.modal-confirm-header i{
    font-size: 20px;
    color: white;
}
.modal-confirm-footer .btn-danger{
    font-size: 14px;
    font-weight: 200;
}

.modal-dialog {
    min-width: 1000px;
}

.title-header {
    margin-top: 24px;
    margin-left: 19px;
    font-size: 20px;
    color: #707f89;
}
.text-description-modal {
    margin-top: 24px;
    margin-left: 19px;
}

.text-description {
    margin-bottom: 20px;
}

.button-primary, .button-primary-small {
    border: none;
    background-color: #41A38C;
    color: #FFFFFF;
    border-radius: 30px;
    outline: none;
    padding: 0 10px;
    font-weight: bold;
}

.button-primary, .button-secondary-green,
.button-secondary-white, .button-secondary-black {
    min-width: 140px;
    height: 48px;
    font-size: 16px;
}

.button-primary:hover {
    background-color: #9EDFD0;
}

.button-primary:disabled, .button-primary-small:disabled {
    background-color: #41A38C;
    color: #0C8467;
    cursor: not-allowed;
}

.button-secondary-green {
    background-color: #9EDFD0;
    color: #0C8467;
    border-radius: 30px;
    border: 2px solid #CDD6DD;
    outline: none;
    padding: 0 10px;
    font-weight: bold;
}

.button-secondary-green:hover {
    background-color: #F0F3F5;
}

.button-secondary-green:disabled {
    background-color: #9EDFD0;
    color: #707F89;
    cursor: not-allowed;
}

.button-secondary-white, .button-secondary-white-small {
    background-color: #FFFFFF;
    color: #0C8467;
    border-radius: 30px;
    border: 2px solid #CDD6DD;
    outline: none;
    padding: 0 10px;
    font-weight: bold;
}

.button-secondary-white:hover {
    background-color: #f0f3f5;
}

.button-secondary-white:disabled, .button-secondary-white-small:disabled {
    background-color: #CDD6DD;
}

.button-secondary-black, .button-secondary-black-small {
    background-color: #3B4043;
    color: #FFFFFF;
    outline: none;
    border-radius: 30px;
    padding: 0 10px;
}

.button-secondary-black:hover {
    background-color: #CDD6DD;
}

.button-secondary-black-small:disabled {
    background-color: #707F89;
}

.button-secondary-black:disabled {
    background-color: #3B4043;
    color: #707f89;
    cursor: not-allowed;
}

.button-secondary-gray-small {
    background-color: #98A6B5;
    color: #FFFFFF;
    border-radius: 20px;
    outline: none;
    padding: 0 10px;
}

.button-secondary-gray-small:disabled {
    color: #3B4043;
}
/*DEHA_EQR_115----->*/
.icon-form {
    width: 30px;
    height: 30px;
}
/*<-----DEHA_EQR_115*/
/* -----------------------------------
    2 - Responsive Styles
------------------------------------*/
@media (max-width: 992px) {
    .form-holder {
        margin-left: 0;
    }

    .website-logo {
        top: 50px;
        left: 50px;
        right: initial;
        bottom: initial;
    }

    .website-logo .logo {
        background-image: url("../../images/logo.png");
    }

    .form-body.without-side .website-logo .logo {
        background-image: url("../../images/logo-light.svg");
    }
}

.custom-form-password {
    width: 450px;
}

.admin-login-log{
    margin:20px auto;
    width:450px;
}

#login-form-admin .error-text {
    padding-top: 0;
}

#login-form-admin {
    width: 30%;
    min-width: 440px;
    margin-bottom: 20px;
    max-width: 600px;
}

#login-form-admin .error-text {
    word-break: break-all;
    white-space: pre-wrap;
}

@media (max-width: 1440px) {
    #login-form-admin {
        min-width: 440px;
    }
}

@media (max-width: 600px) {
    #login-form-admin {
        min-width: 0;
        width: 90%;
        max-width: 440px;
    }

    .admin-login-log {
        width: 320px;
    }
}

@media (max-width: 350px) {
    .admin-login-log {
        width: 90vw;
    }
}