/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
/*Theme Colors*/
/**
 * Table Of Content
 *
 * 	1. Color system
 *	2. Options
 *	3. Body
 *	4. Typography
 *	5. Breadcrumbs
 *	6. Cards
 *	7. Dropdowns
 *	8. Buttons
 *	9. Typography
 *	10. Progress bars
 *	11. Tables
 *	12. Forms
 *	14. Component
 */
/*******************
Login register and recover password Page
******************/
.login-register {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 10% 0;
  position: fixed; }

.login-box {
  width: 400px;
  margin: 0 auto; }
  .login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px; }
  .login-box .social {
    display: block;
    margin-bottom: 30px; }

#recoverform {
  display: none; }

.login-sidebar {
  padding: 0px;
  margin-top: 0px; }
  .login-sidebar .login-box {
    right: 0px;
    position: absolute;
    height: 100%; }

/* new*/

html {
  background: #017fa8;
}
#wrapper > div::after {
  background: #fff url(/Content/img/logo-centro.jpg) bottom right no-repeat;
    background-size: auto;
  content: '';
  display: block;
  width: 173px;
  height: 100px;
  position: fixed;
  bottom: 15px;
  right: 0;
  background-size: contain;
  z-index: 0;
  border-right: 50px solid #fff;
  border-left: 10px solid #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
h2, h3 {
text-align: center;
}
.login-box.card {
  z-index: 10;
}
.login-box.card .text-info.m-l-5 {
  border: 2px solid;
  display: block;
  line-height: 1.3;
  padding: 15px;
  border-radius: 100px;
  margin: 15px 0;
}
.login-box.card .text-muted {
  padding-left: 15px; padding-right: 15px;
  text-align:center;
}
.form-group .form-control {
  text-align: center;
}
.k-form-error {
  justify-content: center;
}
#loginform .custom-control.custom-checkbox, #loginform .ml-auto {
  width: 50%;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
}
#to-recover .fas.fa-lock.m-r-5 {
  float: left;
  margin: 4px 0 0 0;
}
label[for="Accept"] {
  width: 90%;
  margin: 0 0 15px 5px;
  position: relative;
  top: 10px;
}
#registerform .custom-control.custom-checkbox {
  padding: 0;
  min-height: 70px;
}

@media screen and (max-width: 768px) {

#wrapper > div::after {
  position: relative;
  margin: 30px 0 0 0;
  border-left: 50px solid #fff;
  width: 214px;
  left: 50%;
  margin-left: -107px;
}

}