@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);
.header-login div.logo-box,
section.branding-box {
    -webkit-box-shadow: 4px 4px 20px -5px rgba(0, 0, 0, .55);
    -moz-box-shadow: 4px 4px 20px -5px rgba(0, 0, 0, .55)
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?9rgdyr);
    src: url(../fonts/icomoon.eot?9rgdyr#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?9rgdyr) format("truetype"), url(../fonts/icomoon.woff?9rgdyr) format("woff"), url(../fonts/icomoon.svg?9rgdyr#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

/*[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}*/

/*.icon-search:before {
    content: ""
}

.icon-chat:before {
    content: ""
}

.icon-register:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-chevron-right:before {
    content: ""
}

.icon-login:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-circle-right:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}*/

.gumga-login-error{
    position: fixed;
    width: 100%;
    padding: 10px;
    bottom: 0;
    left: 0;
    background: #e53d57;
    z-index: 9999;
    color: #fff;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    animation: fadeIn 1s;
    transition: all 1s ease-out;
}

.login-box {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box
}

body {
    background: #f5f5f5;
    margin: 0;
    padding: 0
}

.header-login {
    background: url(../images/gumga-login-bg.jpg) top center no-repeat #fff;
    background-size: cover;
    position: relative;
    min-height: 380px
}

.header-login div.logo-box {
    background: #fff;
    position: relative;
    min-width: 340px;
    text-align: center;
    display: table;
    border-radius: 2px;
    margin: 35px auto 0;
    box-shadow: 4px 4px 20px -5px rgba(0, 0, 0, .55)
}

@media (max-width:576px) {
    .header-login div.logo-box {
        box-sizing: border-box;
        min-width: auto;
        margin-left: 7%;
        margin-right: 7%;
        display: block;
        max-width: 100%;
        float: none
    }
}

.header-login div.logo-box img {
    display: inline-block;
    max-width: 100%;
    padding: 65px 30px
}

.header-login nav.login-nav {
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.header-login nav.login-nav ul {
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 0;
    list-style: none;
    padding: 0
}

.header-login nav.login-nav ul li {
    padding: 0;
    margin: 0;
    float: right;
    display: inline-block
}

.header-login nav.login-nav ul li a {
    text-decoration: none;
    color: #fff;
    border-top: 4px solid transparent;
    font-size: 15px !important;
    display: block;
    padding: 20px 15px 15px;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -webkit-transition: .3s all;
    transition: .3s all
}

.header-login nav.login-nav ul li a.selected,
.header-login nav.login-nav ul li a:hover {
    border-top: 4px solid #fff
}

.header-login nav.login-nav ul li a.login:before {
    content: "";
    font-family: icomoon;
    color: #fff;
    font-size: 1rem;
    top: 2px;
    position: relative;
    margin-right: 8px
}

.header-login nav.login-nav ul li a.register:before {
    content: "";
    font-family: icomoon;
    color: #fff;
    font-size: .9rem;
    top: 2px;
    position: relative;
    margin-right: 5px
}

section.branding-box,
section.login-box {
    background: #fff;
    text-align: center;
    border-radius: 2px;
    top: -25px;
    clear: both;
    position: relative
}

section.branding-box {
    min-width: 340px;
    display: table;
    margin: 0 auto 40px;
    box-shadow: 4px 4px 20px -5px rgba(0, 0, 0, .55)
}

@media (max-width:576px) {
    section.branding-box {
        box-sizing: border-box;
        min-width: auto;
        margin-left: 7%;
        margin-right: 7%;
        display: block;
        max-width: 100%;
        float: none
    }
}

section.login-box {
    min-width: 340px;
    display: table;
    margin: 0 auto 20px;
    -webkit-box-shadow: 4px 4px 20px -5px rgba(0, 0, 0, .55);
    -moz-box-shadow: 4px 4px 20px -5px rgba(0, 0, 0, .55);
    box-shadow: 4px 4px 20px -5px rgba(0, 0, 0, .55);
    z-index: 99;
    max-width: 340px
}

@media (max-width:576px) {
    section.login-box {
        box-sizing: border-box;
        min-width: auto;
        margin-left: 7%;
        margin-right: 7%;
        display: block;
        max-width: 100%;
        float: none;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

section.login-box form.login-form {
    margin: 25px 35px;
    box-sizing: border-box;
    position: relative
}

section.login-box form.login-form a.forgot-password {
    text-decoration: none;
    color: grey;
    font-size: .8em;
    display: block;
    width: 100%;
    text-align: right
}

section.login-box form.login-form a.forgot-password:hover {
    text-decoration: underline;
    color: #000
}

section.login-box form.login-form label {
    margin-bottom: 15px;
    position: relative;
    display: block
}

section.login-box form.login-form label input {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    color: #626262;
    padding: 10px 15px;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-left: 6px solid #e53d57;
    outline: 0;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -webkit-transition: .3s all;
    transition: .3s all
}

section.login-box form.login-form label input:focus {
    border-left: 6px solid #009f95;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5
}

section.login-box form.login-form label button.do-login {
    text-transform: uppercase;
    border-radius: 40px;
    background-color: #e53d57;
    border: 1px solid #e53d57;
    color: #fff;
    padding: 8px 20px;
    font-weight: 400;
    width: 100%;
    display: block;
    cursor: pointer;
    -webkit-box-shadow: 4px 4px 6px -5px rgba(0, 0, 0, .55);
    -moz-box-shadow: 4px 4px 6px -5px rgba(0, 0, 0, .55);
    box-shadow: 4px 4px 6px -5px rgba(0, 0, 0, .55);
    -moz-transition: .2s all;
    -o-transition: .2s all;
    -webkit-transition: .2s all;
    transition: .2s all
}

.button-google,
section.login-box form.login-form label button.do-register {
    -webkit-box-shadow: 4px 4px 6px -5px rgba(0, 0, 0, .55);
    -moz-box-shadow: 4px 4px 6px -5px rgba(0, 0, 0, .55);
    -moz-transition: .2s all;
    -o-transition: .2s all;
    -webkit-transition: .2s all;
    color: #fff;
    padding: 8px 20px;
    font-weight: 400;
    width: 100%;
    cursor: pointer;
    display: block;
    text-transform: uppercase
}

section.login-box form.login-form label button.do-login:hover {
    background-color: #d31c38;
    border: 1px solid #d31c38
}

section.login-box form.login-form label button.do-register {
    border-radius: 40px;
    background-color: #009f95;
    border: 1px solid #009f95;
    box-shadow: 4px 4px 6px -5px rgba(0, 0, 0, .55);
    transition: .2s all
}

section.login-box form.login-form label button.do-register:hover {
    background-color: #00767d;
    border: 1px solid #00767d
}

.button-google {
    border-radius: 40px;
    background-color: #D0422A;
    border: 1px solid #D0422A;
    box-shadow: 4px 4px 6px -5px rgba(0, 0, 0, .55);
    transition: .2s all;
    margin-top: 15px
}

.button-google:hover {
    background-color: #AC2215;
    border: 1px solid #AC2215
}

.button-facebook {
    text-transform: uppercase;
    border-radius: 40px;
    color: #fff;
    background-color: #3b5998;
    border: 1px solid #3b5998;
    padding: 8px 20px;
    font-weight: 400;
    width: 100%;
    display: block;
    cursor: pointer;
    -webkit-box-shadow: 4px 4px 6px -5px rgba(0, 0, 0, .55);
    -moz-box-shadow: 4px 4px 6px -5px rgba(0, 0, 0, .55);
    box-shadow: 4px 4px 6px -5px rgba(0, 0, 0, .55);
    -moz-transition: .2s all;
    -o-transition: .2s all;
    -webkit-transition: .2s all;
    transition: .2s all;
    margin-top: 15px
}

.button-facebook:hover {
    background-color: #224a9c;
    border: 1px solid #224a9c
}

.divider {
    border-top: 1px solid #d9dadc;
    display: block;
    line-height: 1px;
    margin: 25px 0;
    position: relative;
    text-align: center
}

.divider .divider-title {
    background: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 20px;
    text-transform: uppercase
}

section.login-box form.login-form label input[class~="ng-not-empty"][class~="ng-valid"]{
      border-left: 6px solid #009f95;
}

section.login-box form.login-form label input[class~="gumga-login-input-error"]{
      border-left: 6px solid #e53d57 !important;
}

section.login-box form.login-form label button.do-login[disabled~="disabled"]{
  background: #ddd;
  border: none;
}

.organizations-container{
  max-height: 250px;
  overflow: auto;
}

@font-face {
    font-family: myFirstFont;
    src: url(https://fonts.googleapis.com/css?family=Libre+Franklin);
}

gl-login .gumga-register{
    overflow: auto;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    font-size: 1.8em;
    letter-spacing: .05rem;
    font-weight: 300;
    font-family: 'Libre Franklin', sans-serif;
    color: #8091AA;
    /* background-color: #F6FBFF; */
    background-color: #FFF;
    animation-duration: 0.25s;
    transition-timing-function: ease-in-out;
    animation-fill-mode: both;
    padding-top: 54px;
}


gl-login .gumga-register img{
    width: fit-content;
}

gl-login .gumga-register .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
}

gl-login .gumga-register h2.title{
    font-size: 3.7rem;
    color: #0CBABC;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
    letter-spacing: -.1rem;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 24px;
}

gl-login .gumga-register p.subtitle{
    font-size: 18px;
    text-align: center;
    margin-bottom: 4rem;
}

gl-login .gumga-register input.form-control{
    padding: 1rem 2rem;
    background-color: transparent;
    color: #666;
    font-size: 1.8rem;
    letter-spacing: .05rem;
    border: none;
    border-bottom: 2px solid #CDD8E3;
    border-radius: 2px;
    padding-right: 6rem;
    height: 6rem;
    box-shadow: none;
    box-sizing: border-box;
}


gl-login .terms{
    font-size: 11px;
    margin-top: 24px;
}


gl-login .gl-footer{
    width: 100%;
    height: 7px;
    position: fixed;
    bottom: 0;
    left: 0;
}

gl-login .gl-footer .bar-1{
    float: left;
    width: 20%;
    height: 7px;
    background: #0CBABC;
}

gl-login .gl-footer .bar-2{
    float: left;
    width: 50%;
    height: 7px;
    background: #F7953A;
}

gl-login .gl-footer .bar-3{
    float: left;
    width: 30%;
    height: 7px;
    background: #E71054;
}

gl-login input.ng-touched.input-error {
    border-bottom: 2px solid #FE6239 !important;
}

gl-login .gumga-register input.form-control:focus{
    border-bottom: 2px solid #33C3F0;
    outline: 0;
}


gl-login .gumga-register form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

gl-login .gumga-register form div.form-group{
    width: 100%;
}

gl-login .gumga-register .btn-register[disabled]{
    color: #FFF;
    background: #CDD8E3 !important;
    cursor: not-allowed;
}



gl-login input.form-control{
    border: 1px solid transparent;
}

gl-login input.form-control + span{
    position: absolute;
    top: 12px;
    right: 34px;
}

gl-login input.form-control.desc-active{
    padding-right: 155px;
}

gl-login input.form-control + i{
    display: none;
}

gl-login input.form-control.ng-touched.input-error + i {
    position: absolute;
    top: 17px;
    right: 30px;
    border: 1px solid #FE6239;
    color: #FE6239;
    border-radius: 12px;
    display: block;
    cursor: pointer;
}

gl-login i.icon-left {
    position: absolute;
    top: 17px;
    left: 30px;
}

gl-login i.icon-left + input.form-control{
    padding-left: 55px;
}
gl-login .option-step{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    transition: all ease 300ms;
    cursor: pointer;
    /* border: 1px solid #0dbabd; */
    border-radius: 5px;
    padding: 15px;
}

gl-login .option-step.right{
    margin-right: 24px;
}

gl-login .option-step .multi i {
    font-size: 30px;
}

gl-login .option-step .multi-three, gl-login .option-step .multi-seven, gl-login .option-step .multi-more{
    text-align: center;
}

gl-login .option-step .multi-three i{
    font-size: 80px;
}

gl-login .option-step .multi-seven i{
    font-size: 80px;
}

gl-login .option-step .multi-more i{
    font-size: 80px;
}

gl-login .step-three{
    margin-top: 34px;
}

gl-login .option-step.left{
    margin-right: 40px;
}

gl-login .option-step i {
    font-size: 80px;
    color: #0dbabd;
    border: 1px solid #0dbabd;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 19px;
}

gl-login .option-step label {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #0dbabd;
}

gl-login .option-step:hover{
    transform: scale(1.1);
    transition: all ease 300ms;
}

gl-login .gl-select{
    margin-bottom: 4rem;
    border: 1px solid #CDD8E3;
    border-radius: 2px;
    padding: 8px 15px 8px 15px;
    outline: none;
    background: white;
}

gl-login .gumga-register .btn-register{
    display: inline-block;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: .05rem;
    text-decoration: none;
    margin-bottom: 1rem;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    padding: 1rem 4rem;
    position: relative;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    color: #FFF;
    background: #E71054;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    width: fit-content;
}

gl-login .row-flex, gl-login .col-flex{
    display: flex;
}

gl-login .gumga-register .btn-register.btn-register-arrow{
    width: inherit;
    padding: 5px 22px 8px 24px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
}

gl-login .gumga-register btn-register.btn-register-arrow i{
    font-size: 46px;
    margin: 0;
    padding: 0;
}

gl-login .orange{
    color: #f8952d;
}

gl-login .pink{
    color: #E71054;
}

gl-login .green{
    color: #17B9BC;
}

gl-login .uppercase{
    text-transform: uppercase;
    font-weight: 800;
}

gl-login .gumga-register h2.title i{
    font-size: 40px;
    vertical-align: middle;
}

gl-login .btn-back{
    position: fixed;
    bottom: 15px;
    left: 15px;
    border: none;
    background: transparent;
    font-size: 17px;
    padding: 5px 15px 3px 5px;
    transition: all ease 350ms;
}

gl-login .btn-back:hover{
    transform: scale(1.1);
}

.pac-container{
    z-index: 2147483647;
}

gl-login #cepInput{
    padding-right: 15px;
}

gl-login .btn-back i {
    vertical-align: middle;
    font-size: 33px;
}

#loadingbar {
    display: block;
    position: fixed;
    width: 100%;
    height: 5px;
    opacity: 0.8;
    background: #555;
    overflow: hidden;
    z-index: 999;
    top: 0;
}
#loadingbar > div {
    position: inherit;
    left: 50%;
    display: block;
    width: 1%;
    height: 5px;
    z-index: 5;
}
#bar1 {
    -webkit-animation: bar 3s ease-in-out infinite;
    -moz-animation: bar 3s ease-in-out infinite;
    animation: bar 3s ease-in-out infinite;
    background: #E71054;
}
#bar2 {
    -webkit-animation: bar 3s ease-in-out infinite;
    -moz-animation: bar 3s ease-in-out infinite;
    animation: bar 3s ease-in-out infinite;
    background: #17BBBB;
    -moz-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
#bar3 {
    -webkit-animation: bar 3s ease-in-out infinite;
    -moz-animation: bar 3s ease-in-out infinite;
    animation: bar 3s ease-in-out infinite;
    background: #F78F2E;
    -moz-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
#bar4 {
    -webkit-animation: bar 3s ease-in-out infinite;
    -moz-animation: bar 3s ease-in-out infinite;
    animation: bar 3s ease-in-out infinite;
    background: #2095F2;
    -moz-animation-delay: 2.25s;
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
}
@-webkit-keyframes bar {
0% {
    width: 1%;
    z-index: 10;
}
27% {
    width: 100%;
    left: 0;
}
100% {
    width: 100%;
    left: 0;
    z-index: 1;
}
}
@keyframes bar {
0% {
    width: 1%;
    z-index: 10;
}
27% {
    width: 100%;
    left: 0;
}
100% {
    width: 100%;
    left: 0;
    z-index: 1;
}
}

gl-login.container{
    margin-top: 34px;
}

@media only screen and (max-width: 1446px) {
    gl-login .gumga-register .content{
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 500px) {
    gl-login .gumga-register h2.title {
        font-size: 24px;
    }
    gl-login .gumga-register{
        padding-top: 14px;
        padding-left: 0;
        padding-right: 0;
    }
    gl-login.container{
        margin-top: 0px;
    }
    gl-login .gumga-register img{
        transform: scale(0.6);
    }    
    gl-login .gumga-register .content{
        transform: scale(.87);
    }
    gl-login input.form-control + span{
        font-size: 12px;
        top: 24px;
    }
    gl-login input.form-control.desc-active{
        padding-right: 12px;
    }
    gl-login div.content div.container{
        width: inherit;
    }
    gl-login .option-step{
        padding-right: 0;
        margin: 0 !important;
    }
    gl-login .gumga-register p.subtitle{
        margin-bottom: 0;
    }
    gl-login .gumga-register div[ng-show="$ctrl.step == 4"] form, gl-login .gumga-register div[ng-show="$ctrl.step == 5"] form{
        height: 340px;
        margin-top: 50px;
    }
    gl-login .row-step{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 120px;
        grid-template-areas: "a b" "c d";
        text-align: -webkit-center;
        align-items: center;
        grid-gap: 60px;
    }
    gl-login .row-step .area-1{
        grid-area: a;
    }
    gl-login .row-step .area-2{
        grid-area: b;
    }
    gl-login .row-step .area-3{
        grid-area: c;
    }
    gl-login .row-step .area-4{
        grid-area: d;
    }
    gl-login .row-step .option-step{
        padding: 0;
    }
    gl-login div[ng-show="$ctrl.step == 2"] div.container{
        margin-top: 24px;
    }
}