
/*	                                                                       PPPP                                      
        ..PPP..        :P:      .;PP      .PPP.     d        .PPP.         PPPP   .PPP.             .PPP..          
     :PPPPPPPPPP;     PPPPP   PPPPPP  .PPPPPPPPPPPPPP     PPPPPPPPPPP;     PPPP.PPPPPPPPP;       ;PPPPPPPPPPP        
   :PPPPP    PPPPP;    ...  .PPPP:   PPPPP,   .PPPPPP   PPPPP:   .PPPPP    PPPPPP.   .PPPPP,   .PPPP:    PPPPP;      
  ,PPPP        ;PPP;  :PPP  PPPP    PPPP         PPPP  ;PPP:        PPPP   PPPP         PPPP,  PPPP        :PPP;     
  PPPP          PPPP  :PPP  PPPP    PPP:  d      ,PPP  PPPP          PPP;  PPPP          PPPP  PPP:         PPPP     
  PPPP          PPPP  :PPP  PPPP    PPPP         PPPP  PPPP          PPPP  PPPP          PPPP  PPP:         PPPP     
  PPPP        .PPPP   :PPP  PPPP    iPPPP       PPPPP  PPPP          PPPP  PPPP          PPPP  :PPP:        PPPP     
  PPPP PPPPPPPPPPP    :PPP  PPPP     .PPPPPPPPPPPPPPP  PPPP          PPPP  PPPP          PPPP   :PPPPPPPPPP PPPP     
  PPPP PPPPPPPP       :PPP  PPPP        PPPPPPPPP   P  PPPP          PPPP  PPPP          PPPP      PPPPPPPP PPPP     
  PPPP
	
	https://www.piranhadesigns.com/

====================================================================
INIT CHANGES AND BOOTSTRAP TWEAKS
================================================================= */

.row.no-gutters { margin-right: 0; margin-left: 0; }
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] { padding-right: 0; padding-left: 0; }

/* =================================================================
SITE GLOBAL CSS
================================================================= */

html { height: 100%; }
body { background: #2B303B; height: 100%; font-weight: normal; letter-spacing: 0.01em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; }
h1, h2 { font-family: 'Source Sans Pro', sans-serif; font-weight: normal; }
h2 strong { font-weight: bold; }

#wave_canvas { position: fixed; top: 0; left: 0; }
.entrance .container { position: relative; top: 48%; transform: translateY(-50%); }

#cms_logo_cont { text-align: center; color: #fff; position: absolute; bottom: 2vw; right: 2vw; opacity: 0.6; }
#cms_logo_cont h2 { font-size: 2rem; margin: 0.5rem 0 0; }
#cms_logo_icon { align-items: center; border: 3px solid #fff; display: flex; height: 110px; margin: 0 auto 0; width: 110px; }
#cms_logo_icon svg { margin: 0 auto; overflow: hidden; }

#cms_logo_icon #wave { stroke-dasharray: 0 16 101 16; animation: moveTheWave 4000ms linear infinite; }

@keyframes moveTheWave {
  0% { 
    stroke-dashoffset: 0; 
    transform: translate3d(0, 0, 0);
  }
  100% { 
    stroke-dashoffset: -133;
    transform: translate3d(-90px, 0, 0);
  }
}

#logo_signin { text-align: center; color: #fff; margin-bottom: 1.5rem; }

.card { border-color: transparent; border-radius: 0.45rem; margin-bottom: 1.2rem; }
#copyright { color: #fff; text-align: center; display: block; margin-top: 0.5rem; }
#copyright:hover { text-decoration: none; }
#copyright small { display: block; margin: 1rem 0 0.3rem; }
#copyright .img_crop { display: block; overflow: hidden; width: 29px; margin: 0 auto; transition: all 0.2s ease-out 0.2s; border-radius: 15px 0 0 0; }

#copyright img { left: -50px; position: relative; width: 170px; display: block; margin: 0 auto; opacity: 0.5; transition: all 0.2s ease-out 0.2s; }
#copyright:hover img { opacity: 1; left: 0; }
#copyright:hover .img_crop { width: 170px; }

#copyright:hover img, #copyright:hover .img_crop { transition: all 0.15s ease 0s; }

.btn-outline-light:hover { color: #00c9ea; }

/* =================================================================
FORM
================================================================= */

.form-check { color: #aaa; margin-bottom: 1.1rem; }

/* Nice Checkboxes - START */
.form-check input[type=checkbox] { opacity: 0; width: 0; height: 0; }
.form-check label { transition: border 0.2s linear 0s,color 0.2s linear 0s; }
.form-radio label, .form-check label { display: inline-block; cursor: pointer; position: relative; padding-left: 25px; margin-right: 15px; min-width: 17px; min-height: 17px; font-size: 14px; line-height: 20px; margin-bottom: 0; }
.form-check label:before { top: 1.4px; border-radius: 3px; transition: border 0.2s linear 0s,color 0.2s linear 0s; }
.form-radio label:before, .form-check label:before { -webkit-box-sizing: inherit; box-sizing: border-box; content: ""; display: inline-block; width: 17px; height: 17px; margin-right: 10px; position: absolute; left: 0px; background-color: #fff; border: 1px solid #d0d0d0; }
.form-check input[type="checkbox"]:hover+label:before { background-color: #f2f2f2; }
.form-check input[type=checkbox]:checked+label:before { border-width: 8.5px; }
.form-check label:after { border-radius: 3px; }
.form-check label:after { display: inline-block; width: 16px; height: 16px; position: absolute; left: 1px; top: 0px; font-size: 11px; transition: border 0.2s linear 0s,color 0.2s linear 0s; }
.form-check input[type=checkbox]:checked+label:after { font-family: 'FontAwesome'; content: "\F00C"; color: #fff; }
.form-check.check-success input[type=checkbox]:checked+label:before  { border-color:#28a745; }
.form-check.check-primary input[type=checkbox]:checked+label:before { border-color:#007bff; }
.form-check.check-warning input[type=checkbox]:checked+label:before { border-color:#ffc107; }
.form-check.check-danger input[type=checkbox]:checked+label:before { border-color:#dc3545; }
.form-check.check-info input[type=checkbox]:checked+label:before { border-color:#17a2b8; }
.form-check.check-success input[type=checkbox]:checked+label::after,
.form-check.check-primary input[type=checkbox]:checked+label::after,
.form-check.check-warning input[type=checkbox]:checked+label::after,
.form-check.check-danger input[type=checkbox]:checked+label::after,
.form-check.check-info input[type=checkbox]:checked+label::after { color:#fff; }
/* Nice Checkboxes - END */

input.form-control {  }

#password-strength-meter { position: relative; margin: 1em auto 0em; width: 100%; height: 0.5em; background-color: rgba(0, 0, 0, 0.1); }
#password-strength-meter span { position: absolute; left: 0; top: 0; bottom: 0; display: block; transition: all 0.2s ease-out 0.2s; }
#password-strength-text { color: #aaa; display: block; margin-top: 5px; }



/* =================================================================
CONTANT 
================================================================= */


/* =================================================================
FOOTER
================================================================= */



/* =================================================================
MIN RESPONSIVE CSS BELOW
================================================================= */

/* Small devices (landscape phones, 576px and up)  */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up)  */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) {

}

/* ================================================================
MAX RESPONSIVE CSS BELOW
================================================================ */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {

}

/*Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {

}