 

a {
    color: #77cde3;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}
a:hover {
    color: #606060;
    text-decoration: none
}
a:focus {
    color: #606060;
    outline: none;
    text-decoration: none
}

p {
    margin: 0 0 24px
}
.btn {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    white-space: normal;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 500;
    height: 48px;
    padding: 0 22px;
    line-height: 45px;  
    border: 2px solid transparent;
    color: #606060;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color .3s ease-out, background-color .3s ease-out;
    -moz-transition: color .3s ease-out, background-color .3s ease-out;
    -o-transition: color .3s ease-out, background-color .3s ease-out;
    transition: color .3s ease-out, background-color .3s ease-out;
    margin: 22px 1px 0;
    -webkit-tap-highlight-color: transparent;
    border-radius: 7px
}

label {
    font-size: 15px;
    font-weight: 300
}

.navbar {
    background-color: #fff;
    border-radius: 0;
    border: 0;
    left: 0;
    margin-bottom: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100
}
.navbar.navbar-fixed {
    position: fixed
}
.nav-container {
    min-height: 80px
}


.input-wrapper {
        margin-top: 41px;
        font-size: 15px;
        text-align: center;
}

textarea {
    height: auto;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0
}
input.text,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
.f-control:focus {
    border-color: #61c2ab !important;
    color: #606060;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
        
}

