@CHARSET "UTF-8";
body {
    font-family: "Muli", sans-serif;
    background: url(./../../images/login/login-background.png)no-repeat center 0px;
	/* -webkit-background-size:cover; */
	-moz-background-size:cover; 
	background-size:cover;
    background-attachment: fixed;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
}

.login-page {
    position: relative;
}

.login-page::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
/*     background: url(../img/bg.png);
    background-size: cover; */
    position: absolute;
    top: 0;
    right: 0;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.login-page .container {
    min-height: 50vh;
    z-index: 1;
    padding: 20px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

@media (min-width: 576px){
	.container {
	    max-width: 540px;
	}
}

@media (min-width: 768px){
	.container {
	    max-width: 720px;
	}
}

@media (min-width: 992px){
	.container {
	    max-width: 960px;
	}
}

@media (min-width:1200px){
	.container {
	    max-width: 1140px;
	}
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.login-page .form-holder {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 50px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.login-page .form-holder div[class*='col-'] {
    padding: 0;
}

@media (min-width: 992px){
	.col-lg-6 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}
.col-lg-6{
	position: relative;
    width: 100%;
}

@media (max-width: 991px){
	.login-page .form-holder .info, .login-page .form-holder .form {
	    min-height: auto;
	    padding: 40px;
	    height: 100%;
	}
}

.login-page .form-holder .info {
    background-color:rgba(255,255,255,0.7);
    color: #000;
}

.login-page .form-holder .info, .login-page .form-holder .form {
    min-height: 70vh;
    padding: 40px;
    height: auto;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.login-page .form-holder .form {
    background-color:rgba(255,255,255,0.7);
}


.login-page .form-holder .form form {
    width: 100%;
    max-width: 400px;
}

.mb-4, .my-4 {
    margin-bottom: 3.0rem!important;
}

.login-page .form-holder .form .form-group {
    position: relative;
    margin-bottom: 30px;
}

input.input-material {
    width: 100%;
    border: none;
    border-bottom: 1px solid #444951;
    padding: 14px 0;
    background: none;
    color: #8a8d93;
}
input {
    outline: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input.input-material ~ label {
    color: #aaa;
    position: absolute;
    top: 14px;
    left: 0;
    cursor: text;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 300;
}
form label {
    font-size: .9rem;
    color: #8a8d93;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
    color: color-yiq(#DB6574);
    background-color: #DB6574;
    border-color: #DB6574;
}

.btn {
    font-weight: 400;
    border: 1px solid transparent;
    padding: 0.45rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}



[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button, input[type='submit'] {
    cursor: pointer;
    font-family: inherit;
    font-weight: 300 !important;
}

button {
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.ow-hidden{
	display: none;
}

.logosearch{
	margin-top: 0px;
}

.logos h1{
	font-size: 24px !important;
    padding-bottom: 20px;
}
