@import url('https://fonts.googleapis.com/css?family=Poppins');

html,
body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.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;
}

.alert-abs {
  position: absolute!important;
  top: 10px!important;;
  left: 10px!important;;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}
.container.lang-selector {
    text-align: center;
}

.container.lang-selector button {
    border: 1px solid #ccc;
    border-radius: 4px	;
    width: 147px;
}
.container.lang-selector button:focus{
    outline: 0;
}

.select2 {
    width: 100%;
    margin-bottom: 10px;
}

.select2-container .select2-choice {
    height: 40px;
    padding: 7px;
    background-image: none;;
    background-color: #FFF;
    outline: none;;
    cursor: default;
}

.select2-results .select2-result-label {
    cursor: default;
}

.select2-container .select2-choice div {
    padding-top: 7px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    border: 1px solid #aaa;;
    outline: none;
}

:focus,
.btn:focus {
    outline: none;
}

.btn.btn-primary {
    background-color: #808080;
    border-color: #626262;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover {
    background-color: #626262;
}

.select2-results .select2-highlighted {
    background: #d4d4d4;
    color: #000;
}

.form-control:focus {
    border-color: #aaa;
    box-shadow: none;
}

.form-signin-heading {
    margin-top: -5px;
    font-size: 23px;
    text-align: center;
    background-color: #626262;
    color: #FFF;
    height: 50px;
    line-height: 45px;
    padding: 2px;
    border: 1px solid #FFF;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.body {
    background: #fff;
}

.form-signin {
    max-width: 380px;
    background: #eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

body {
    background-color: #ccc;
}

.form-signin .form-control {
    font-size: 14px;
}

.container {
    padding-top: 90px;
}

.alert-info {
    background: #DDF0BE;
    color: #000;
}

.alert-danger {
    background: #FFD7D7;
    color: #000;
}

.alert-danger,
.alert-info {
    height: 30px;
    padding-top: 6px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #808080;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.iubenda-container {
    border: 1px solid #333;
    display: inline-block;
    padding: 5px;
    height: 32px;
    width: 100%;
    text-align: center;
    background: white;
    margin-bottom: 0px;
    margin-top: 10px;
    border-radius: 4px;
    display: none;
}

.iubenda-left {
    float: left;
}

.iubenda-right {
    float: right;
    margin-right: -3px;
}

.form-signin-heading {
    background:url(images/logo_optiqo.png) 50% 70% no-repeat #626262;
}
