
#wrap {
    margin: 0 auto 30px;
}

#regbar {
    height: 67px;
    background: #34495e;
}

#navthing {
    margin-left: 50px;
}


.login {
    position: absolute;
    width:250px;
    display: none;
    z-index: 9999;
    margin-top: 46px;
    margin-left: 117px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.75);
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid #ECF0F1;
    left: 73%;
    position: absolute;
    top: -10px;
}

.formholder {
    background: #ecf0f1;
    width:250px;
    border-radius: 5px;
    padding-top: 5px;
}
.formholder input[type="email"], .formholder input[type="password"] {
    padding: 7px 5px;
    margin: -3px 0 15px;
    border: 1px rgba(126,126,126,0.4) solid;
    width: 96%;
    display: block;
    font-size: 14px;
    border-radius: 5px;
    /* border: none; */
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    color: #808080;
}
.formholder input[type="email"]:focus, .formholder input[type="password"]:focus {
    outline: none;
    box-shadow: 0 0 1px 1px #1abc9c;
}
.formholder input[type="submit"] {
    background:rgba(0,88,41,1) !important;
    transition: all 0.5s ease-out 0s; 
    padding: 5px;
    font-size: 20px;
    display: block;
    width: 96%;
    border: none;
    color: #fff;
    border-radius: 5px;
}
.formholder input[type="submit"]:hover {
    background:rgba(0,88,41,0.7) !important;
}

.randompad {
    padding: 10px 10px 0px;
}

.green {
    color: #1abc9c;
}

