@font-face {
    font-family: 'dosisregular';
    src: url('dosis-regular-webfont.eot');
    src: url('dosis-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('dosis-regular-webfont.woff2') format('woff2'),
         url('dosis-regular-webfont.woff') format('woff'),
         url('dosis-regular-webfont.ttf') format('truetype'),
         url('dosis-regular-webfont.svg#dosisregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    font-family: "dosisregular",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a {
    text-decoration: none;
         color: #00A5B2;
}

.loginmap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    /*min-height: 100vh*/
    height: 100%;
}

.logcol {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 30px
}

.logbg .bg-title {
    font-size: 36px;
    color: #ffffff
}

.logbg {
    background-color: #BDE040;
    background-image: url(../img/brand/bg-Training.png) ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 32px;
    width: 50%;
    
}

.logincenter{
    width: 50%;
    padding: 32px 32px 16px 0px;
}

.main {
    height: 100%
}

.bgcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%
}

.t {
    font-size: 18px;
    opacity: 0.8;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.3);
}

.bg-descri {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quote-icon {
    width: 36px;
    opacity: 50%
}

.icon-quote {
    opacity: 0.5;
    margin-top: -8px
}

.loginform {
    /*min-width: 400px;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
}

#content-body {
}

.panels {
    margin: 0 auto;
    /*min-width: 400px;*/
    width: 100%;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.wel {
    color: #26A5B0;
    font-size: 28px;
    margin-bottom: 15px
}

.text-muted {
    font-size: 16px;
    color: #252928;
    opacity: 50%;
    margin-bottom: 20px
}

.tip {
    color: #666;
    font-size: 14px;
    display: block;
    font-weight: 300;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    height: calc(1.4rem + 0.8rem + 8px);
    padding: 0.4rem 1.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.login-pf-page .form-control {
    height: 40px;
    line-height: 40px;
}

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

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

.form-control::placeholder {
    color: #ccc
}

.navlogo {
    float: right;
    margin-bottom: 20px
}

.btn {
        display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    border-radius: 0.25rem;
        cursor: pointer;
}


button.btn-login {
    display: block;
    width: 100%;
    height: 44px;
    font-size: 18px;
    color: #ffffff;
    background-color: #00A5B1;
    border-color: #26A5B0;
    border-radius: 4px
}


.space_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}



.checkbox {
    margin: 40px 0
}

.form-group {
    margin-bottom: 16px;
    position: relative;
}

.registerpanel {
    padding: 15px 20px;
    border-radius: 80px;
    border: 1px solid #19A5B1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    width: 200px;
}

.target {
    margin: 0 10px;
    color: #19A5B1;
    text-decoration: none
}

.expand {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 40px
}

.panels {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    min-height: 70vh
}

.registerpanel:hover{
        -webkit-transition:all 0.5s ease;
                transition:all 0.5s ease;
        -webkit-transform:translateX(2px);
                transform:translateX(2px);
}
        
        
        



.rm {
    color: #666666;
    font-weight: 300;
    font-size: 14px;
}

.alink {
    opacity: 0.8;
}

.alink:hover {
    opacity: 1;
    color: #1FA5AF
}

.warning {
    color: #DE5159;
    background-color: #fdf3d0;
    border: 1px solid #fceebd;
    border-radius: 3px;
    font-size: 12px;
    padding: 8px;
    margin-bottom: 10px;
    line-height: 14px;
}

.warning p{
	margin: 0px;
}

.normalcase {
    height: 50px
}

.input-warning {
    border-color: #DE5159!important;
}
label{
    margin-bottom: 0px;
}
.login-pf-page .card-pf{
    padding: 0 40px 16px;
    margin: 36px auto;
}
.login-pf-page .login-pf-header h1{
    margin-top: 0px;
}
.login-pf-page .login-pf-settings{
    margin-bottom: 0px;
}
.imgIcon{
    position: absolute;
    width: 22px;
    top: 10px;
    left: 3px;
}

@media screen and (max-width: 768px){
    .logbg{
        display: none;
    }
    .logincenter{
        width: 100%;
        padding:32px 16px;
    }
    .panels{
    	padding: 0 16px;
    }
}
