:root {
    --gas-color: #00bfff;
}
body {
    font-size: 16px;
}
.alink {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
input:focus {
    outline: none;
}
input.form-control {
    max-width: 100%;
    width: 100%;
    background: #fff;
    color: #666;
    border: 0.1vw solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
    height: 2rem;
    vertical-align: middle;
    padding: 0 .5rem;
}
.control-label {
    text-align: left;
}
.control-label label {
    display: block;
    color: #222;
    margin: 1vw 0 .5vw 0;
}
.control-label span.form-control-feedback {
    display: none;
    /*color: #f0506e;*/
}
.password-group .input-group {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}
.password-group button {
    margin-top: 0.5vw;
    border: none;
    background: none;
    text-align: right;
}
.com-users-login__remember {
    margin: 1vw 0;
}
.com-users-login__submit button {
    float: right;
}
.gas-icon {
    width: 1.5rem;
    height: 1.5rem;
    transition: all 0.3s ease-in-out;
    fill: inherit;
}
.gas-login-logo {
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-bottom: 4rem;
}
.gas-login-logo .gas-icon {
    width: 8rem;
    height: 8rem;
    fill: var(--gas-color);
}
.border-bott {
    border-bottom: 1px solid #DEDEDE;
    gap: 1rem;
    transition: all 0.2s ease-in-out;
}
.gas-gp {
    gap: .5rem .8rem;
}
.gas-gp2 {
    gap: .5rem 1.2rem;
}
.border-bott:hover {
    background-color: rgba(204, 204, 204, 0.2);
}
#umodalcontent.uk-modal-dialog {
    width: 90vw;
    height: 90vh;
}
#map {
    min-height: 90vh;
    max-height: 100%;
}
.prg-number {
    min-width: calc(1.25rem*3);
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    padding: .4rem;
    text-align: center;
}
.cmap {
    cursor: pointer;
}
.mus-slide-element {
  min-height: 100%;
  border-radius: 1.1rem;
}
.mus-icon.mus-navbar-icon {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 639px) {
  .uk-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #rbar {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 110;
    background-color: #333;
    color: #FFF;
  }
  .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: 4rem;
  }
  #rbar .vis-men .uk-navbar-nav > li {
    font-size: .9rem;
    text-transform: uppercase;
  }
  #rbar .vis-men .uk-navbar-nav > li > a {
    flex-wrap: wrap;
    justify-content: center;
    font-size: .75rem;
  }
  #rbar .vis-men .nav-item .mnav-icon, #rbar .vis-men .nav-item .navsvg {
    width: 100%;
    text-align: center;
    padding: .2rem 0;
  }
  .mus-icon.mus-navbar-icon {
  width: 1.8rem;
  height: 1.8rem;
}
.border-bott {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
  .uk-navbar-nav > li.uk-active > a {
    color: #fafafa;
  }
  .gas-gp {
    width: 50%;
  }
 .prg-number {
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    padding: 0;
 }
 .mus-tag-list {
    width: 100%;
 }
 .mus-tag {
    font-size: 1.3rem;
 }
 .gas-nav, .cmap, .cphpto, .cdesc {
    border: 1px solid #ccc;
  padding: .3rem .7rem;
  border-radius: .5rem;
 }
 
}