@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext');
body{font-family:'Lato';}
	.alert_box {
    width: 175px;
    padding: 10px;
    margin: 15px auto 0;
    text-align: center;
    border: 1px solid #f00;
    background-color: #e1e1e1;
}
.alert {
    color: #ff0000!important;
    font-size: 20px;
    margin: 0;
}
h1.title_pages{
    font-weight: bold;
    color: #212121;
    text-transform: uppercase;
    font-size: 34px;
    text-align: center;
    margin: 20px 0px;
}
select{
    background-color: rgb(255, 255, 255)!important;
    border: 2px solid #212121;
    padding: 10px;
    font-size: 20px;
    width: 275px;
}
 textarea {
    background-color: rgb(255, 255, 255)!important;
    border: 2px solid #212121;
    padding: 10px;
    font-size: 20px;
    width: 275px;
    box-sizing: border-box;
    height: 115px;
}
.delete_cu select{
    margin-bottom: 20px;}
	body, label, p,a, h1,h2,h3,h4,h5,h6{font-family: 'Lato', sans-serif; }
	label {font-weight: bold;}
	.container{width: 300px;    margin: 0 auto;    background-color: rgba(0, 0, 0, 0.4);    padding: 25px 0px;    margin-top: 5%;}
	.login-space{width: 100%;margin: 0 auto;text-align:center;}
	body{background-color: #9c9c9c;background-image: url(/images/background.jpg);background-size: cover;background-repeat:no-repeat;background-attachment: fixed;}
	.logo{width:auto;margin:0 auto;    text-align: center;}
	input{    background-color: rgb(255, 255, 255)!important;    border: 2px solid #212121;    padding: 10px;font-size: 20px;}
	input[type="submit"] {    cursor: pointer;    transition: 0.3s;    padding: 10px 25px;        font-weight: bold;    color: #fff;    background-color: #212121!important;}
	input[type="submit"]:hover {     color: #212121;    background-color: #fff!important; }
	form {
    margin-bottom: 15px;
}
a.btn_sec, .checkwhite {
    color: #fff;
    text-decoration: none;
font-weight:bold;
}

	.alert.succes{color:#3c763d!important;}
	.alert_box.succes{border-color:#3c763d!important;}
	
	.forgot.alert_box {
    width: 280px;
	}
	
	
	/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height:20px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  position: absolute;
  left: 85px;
  top: -2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 85px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}