html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
}

.login .main {
	margin: 0;
	padding: 0;
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}

.wrapper {
	margin: 0;
}

.login .main .row {
	width: 100%;
}

.login-wrapper {
	background-color: rgba(54, 90, 189, 0.85);
	color: #FFF;
	flex-direction: column;
}

.login-wrapper img {
	width: 240px;
	margin-bottom: 1.8rem;
}

.login .form-group .block-login__usuario, .login .form-group .block-login__password {
	font-size: 14px;
}

.login .form-group .block-login__usuario, .login .form-group .block-login__password, .login .form-group .block-login__usuario:focus, .login .form-group .block-login__password:focus {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #FFF;
	border-radius: initial;
	box-shadow: none;
	color: #FFF;
	padding-left: 40px;
	line-height: 2;
}

.login .form-group .block-login__usuario::placeholder, .login .form-group .block-login__password::placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.login .form-group {
	position: relative;
	margin-bottom: 1rem;
}

.login .form-check {
	position: relative;
	margin-bottom: 2.4rem;
}

.login .form-submit {
	position: relative;
	max-width: 85%;
	margin: 0 auto;
	text-align: center;
}

.login .form-group span {
	position: absolute;
	margin-left: 15px;
	height: 25px;
	display: flex;
	align-items: center;
	top: 7px;
	font-size: 15px;
}

.login .form-submit button {
	background-color: #FFF;
	color: #365ABD;
	font-weight: 800;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 5px 15px;
	letter-spacing: 1px;
	font-size: 17px;
	margin-bottom: 2rem;
}

.login .form-submit button:hover {
	background-color: #3F51B5;
	border: 1px solid white;
	color: white;
	font-weight: 500;
}

.login .form-submit a {
	color: #C5D3E8;
	text-decoration: underline;
	font-size: 13px;
}

.login .form-check .form-check-label {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}

/* checkbox switch */
.login .custom-switch .custom-switch-input {
	display: none;
}

.login .custom-switch .custom-switch-input, .login .custom-switch .custom-switch-input:after, .login .custom-switch .custom-switch-input:before, .login .custom-switch .custom-switch-input *, .login .custom-switch .custom-switch-input *:after, .login .custom-switch .custom-switch-input *:before, .login .custom-switch .custom-switch-input+.custom-switch-btn {
	box-sizing: border-box;
}

.login .custom-switch .custom-switch-input:selection, .login .custom-switch .custom-switch-input:after:selection, .login .custom-switch .custom-switch-input:before:selection, .login .custom-switch .custom-switch-input *:selection, .login .custom-switch .custom-switch-input *:after:selection, .login .custom-switch .custom-switch-input *:before:selection, .login .custom-switch .custom-switch-input+.custom-switch-btn:selection {
	background: none;
}

.login .custom-switch .custom-switch-input+.custom-switch-btn {
	outline: 0;
	display: inline-block;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	width: 54px;
	height: 20px;
	margin: 0;
	padding: 2px;
	background: rgb(255, 255, 255);
	border-radius: 76px;
	transition: all 300ms ease;
	margin-bottom: -4px;
}

.login .custom-switch .custom-switch-input+.custom-switch-btn:after, .login .custom-switch .custom-switch-input+.custom-switch-btn:before {
	position: relative;
	display: block;
	content: "";
	width: 16px;
	height: 16px;
}

.login .custom-switch .custom-switch-input+.custom-switch-btn:after {
	left: 2px;
	border-radius: 50%;
	background-color: rgba(54, 90, 189, 0.85);
	transition: all 300ms ease;
}

.login .custom-switch .custom-switch-input+.custom-switch-btn:before {
	display: none;
}

.login .custom-switch .custom-switch-input:checked+.custom-switch-btn {
	background: rgb(255, 255, 255);
}

.login .custom-switch .custom-switch-input:checked+.custom-switch-btn:after {
	left: 30px;
}

.login .custom-switch .custom-switch-input:checked+.custom-switch-btn~.custom-switch-content-checked {
	opacity: 1;
	height: auto;
}

.login .custom-switch .custom-switch-input:checked+.custom-switch-btn~.custom-switch-content-unchecked {
	display: none;
	opacity: 0;
	height: 0;
}

.login .custom-switch .custom-switch-input:not(:checked)+.custom-switch-btn~.custom-switch-content-checked {
	display: none;
	opacity: 0;
	height: 0;
}

.login .custom-switch .custom-switch-input:not(:checked)+.custom-switch-btn~.custom-switch-content-unchecked {
	opacity: 1;
	height: auto;
}

.login .custom-switch.custom-switch-label-sino .custom-switch-input+.custom-switch-btn {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!width=!string!height=!string!%3E%3Ctext x=!string!y=!string!font-size=!string!font-family=!string!fill=!string!%3ENo%3C/text%3E%3C/svg%3E");
}

.login .custom-switch.custom-switch-label-sino .custom-switch-input:checked+.custom-switch-btn {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!width=!string!height=!string!%3E%3Ctext x=!string!y=!string!font-size=!string!font-family=!string!fill=!string!%3ESi%3C/text%3E%3C/svg%3E");
}

@media (max-width:768px) {
    .login .wrapper .col-md-6:first-child {
        display: none;
    }
    .login .main {
        background-position: center;
    }
}

@media (max-width:767px) {
    .block-login {
        padding: 0;
    }
}