/************* LOGIN START *************/
/************* Buttons, Links, Labels Start *************/
a {
  color: #a4aab2; }

/* Custom buttons start */
.button-small-disabled {
  opacity: 0.3 !important; }

.button-custom {
  display: inline-block;
  height: 40px;
  margin: 2px 2px 5px;
  padding: 0 20px;
  width: auto;
  background: none;
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .1s ease-out;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  line-height: 40px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px; }

.button-small {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 12px; }

.button-extrasmall {
  height: 21px;
  line-height: 20px;
  padding: 0 6px;
  font-size: 10px; }

.button-large {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  font-size: 16px; }

.button-round {
  border-radius: 24px !important; }

.button-solid-green {
  background-color: #1CA538;
  color: #fff !important;
  border-color: #45AB34; }

.button-solid-red {
  background-color: #ff0000;
  color: #fff !important;
  border-color: #ff0000; }

.button-solid-yellow {
  background-color: #FFA000;
  color: #fff !important;
  border-color: #FFA000; }

.button-solid-grey {
  background-color: #aaaaaa;
  color: #fff !important;
  border-color: #aaaaaa; }

.button-outlined-green {
  background-color: #fff;
  color: #45AB34 !important;
  border-color: #45AB34; }

.button-outlined-red {
  background-color: #fff;
  color: #ff0000 !important;
  border-color: #ff0000; }

.button-outlined-yellow {
  background-color: #fff;
  color: #FFA000 !important;
  border-color: #FFA000; }

.button-outlined-black {
  background-color: #fff;
  color: #000 !important;
  border-color: #000; }

.button-outlined-grey {
  background-color: #fff;
  color: #aaaaaa !important;
  border-color: #aaaaaa; }

.button-solid-grey:hover,
.button-solid-red:hover,
.button-solid-green:hover,
.button-solid-yellow:hover,
.button-outlined-green:hover,
.button-outlined-red:hover,
.button-outlined-yellow:hover,
.button-outlined-grey:hover {
  opacity: 0.85;
  cursor: pointer;
  transform: scale(1.025); }

/* Custom buttons end */
/************* Buttons, Links End *************/
/************* Login Box Start *************/
.user-login-5 .login-logo {
  width: 600px;
  height: 300px;
  position: relative; }

.user-login-5 .login-logo img {
  top: -61px;
  left: -150px;
  position: absolute;
  margin: 50% 0 0 50%; }

img.login-logo-index {
  margin: 20px; }

.icon-small {
  height: 18px;
  margin: 0;
  padding: 0; }

.icon-medium {
  height: 22px;
  margin: 0;
  padding: 0; }

.nav > li > a > img {
  border: none;
  background: none; }

.dropdown-menu > li > a {
  font-family: Open Sans, sans-serif; }

.dropdown-menu > li > a > [class*=" icon-"], .dropdown-menu > li > a > [class^=icon-] {
  border: none;
  font-family: Open Sans, sans-serif; }

.dropdown-menu > .disabled > a {
  opacity: 0.3 !important; }

.navbar-nav > li > a:hover {
  background: none;
  border-bottom: 1px solid #45AB34; }

.font-green {
  color: #45AB34 !important; }

.is_installer {
  margin-top: 20px; }

.is_installer a {
  color: #a4aab2;
  text-transform: uppercase;
  font-weight: bold; }

.is_installer a:hover {
  color: #585857;
  text-decoration: none; }

.backstretch {
  border-right: 1px solid #fff;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.5); }

.user-login-5 .login-container > .login-footer .login-social a:hover {
  color: #45AB34; }

.alert-success {
  background-color: #45AB34;
  border-color: #1CA538;
  color: #fff; }

/************* Login Box End *************/
/************* Media Queries Start *************/
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .user-login-5 .login-container > .login-content {
    margin-top: 440px !important; } }
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .user-login-5 .login-container > .login-content {
    margin-top: 240px !important; } }
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .user-login-5 .login-container > .login-content {
    margin-top: 560px !important; }

  .user-login-5 .login-container > .login-footer {
    margin-top: 95px !important; } }
@media (max-width: 1023px) {
  .user-login-5 .login-container > .login-content {
    margin-top: 390px; }

  .button-custom {
    float: right; }

  .user-login-5 .login-container > .login-footer {
    margin-top: 70px; } }
@media (max-width: 1365px) {
  .user-login-5 .login-container .login-social, .user-login-5 .login-container .login-copyright {
    padding-right: 0 !important;
    padding-left: 0 !important; } }
/************* Media Queries End *************/
/************* LOGIN END *************/

/*# sourceMappingURL=login.min.css.map */
