.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow:0 2px 4px -1px rgba(0,0,0,.2),4px 4px 5px 0 rgba(0,0,0,.17),0 1px 10px 0 rgba(0,0,0,.10);
}
.form-signin .form-signin-heading{
    margin-bottom: 10px;
	text-align:center;
}
.form-signin .checkbox {
    font-weight: normal;
	margin-bottom: 10px;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.forgot-password{
    margin-left: 10px;
}

.dont-have-account{
    text-align:center;
    color: #000;
}

.create-account{
    text-align:center;
    color: #673AB7;
}

.background-loader {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/iamd/resources/img/loading.gif');
    width:100%;
    position: absolute;
    height: 100%;
	top: 0;
    left: 0;
}
.background-loader.background-load{
    background-image:none;
    display:none;
}

.mostrar{
    display:flex!important;
}