#toolTip {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 5px;
    bottom: -9px;
    color: #fff;
    display: none;
    padding: 3px 10px;
    position: absolute;
    right: 87px;
}
#toolTip:after, #toolTip:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#toolTip:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000000;
    border-width: 5px;
    margin-top: -5px;
}
#toolTip:before {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;
    border-width: 8px;
    margin-top: -8px;
}

#sUserForm .button{
    float:right;
    font-family: FontAwesome,arial !important;
}


#popup {
    width: 100%;
    background: #fff;
    float: left;
    position: relative;
    padding: 20px 0;
    margin-top: 15%;
}
#new-user, #existing-user {
    float: left;
    width: 40%;
    text-align: center
}
#new-user p.submit, #existing-user p.submit {
    text-align: center
}
#new-user {
    border-right: 1px solid #333;
    margin-right: 10%;
    width: 49%;
}


/*FORM SECTION*/

.clear{
    clear:both;
}

#form-section,#form-section * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
#form-section{
    background:url('../img/wp-bg.png') #333132;
    padding:25px ;
    min-height:625px;
}

#form-section #logo{
    width: 306px;
    margin: 0 auto;
    text-align:center;
}
#form-section #tab-section{
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1), 0px 1px 25px rgba(0, 0, 0, 0.1)!important;
    max-width: 570px;
    width: 100%;
    margin: 25px auto 0;
}

#tabs li{
    background: #3c3c3c;
    color: #c1c1c1;
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    cursor:pointer;
}
#tabs li.active{
    background:#5087c7;
    color:#fff;
}

#forms{
    border-top:5px solid #4475ae;
    background:#3c3c3c;
}
#forms .wrapper{
    max-width:450px;
    margin:0 auto;
    width: 100%;
}

#forms .btn{
    background: #5087c7;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 15px auto;
    text-align: center;
    padding: 10px 25px;
    width: 80px;
    cursor:pointer;
}
#forms input{
    width: 426px;
    padding: 7px 10px;
    border: 1px solid #545454;
    background: #333;
    color: #fff;
}
#forms p{
    color:#fff;
    text-align:center;
}

#forms p a{
    color:#fff;
    cursor:pointer;
    text-decoration:underline
}


#login-form{
    display:none;
    padding: 25px 0;
}
#login-form .inputSectionFull{
    width: 450px;
    margin: 4px 10px;
    float: left;
}

#create-form{
    padding:25px 0;
}

#create-form .inputSection{
    float: left;
    margin: 4px 2%;
    width: 45.65%;
}

#create-form input{
    width: 100%; 
    padding: 7px 10px;
}

#create-form input#websiteURL{
    width: 426px;
}

#wpcontent{
    padding:0px !important
}
#login-submit{
    width: 170px;
    font-size: 14px;
}
.update-nag{
    position:absolute;
}
.clr-left{
    clear:left;
}
.clr-right{
    clear:right;
}
.error{
    border:1px solid #FF714B !important;
}
.errorText{
    color:#FF714B;
    font-size: 10px !important;
}

.notific-cont {
    background-color: #5087c7;
    left: 0;
    margin: 0 auto;
    max-width: 350px;
    padding: 8px 0 6px;
    position: relative;
    right: 0;
    text-align: center;
    top: 50%;
    width: 85%;
}
.notific-main-cont {
    background-color: rgba(0, 0, 0, 0.5);
    font-family: Arial;
    height: 100%;
    position: fixed;
    width: 100%;
    display: none;
    z-index: 999999;
}
.notifi-txt {
    color: #ffffff;
    display: block;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
}
#close-btn {
    background-color: #ffffff;
    border-radius: 16px;
    cursor: pointer;
    font-size: 0.8em;
    height: 22px;
    padding: 5px 0 1px;
    position: absolute;
    right: -13px;
    top: -21px;
    width: 28px;
}
@media (max-width: 480px) {
    #tabs li {
        font-size: 14px;
    }
    #create-form {
        padding: 21px 0;
    }
    #create-form .inputSection {
        float: none;
        margin: 8px auto;
        width: 79.75%;
    }
    #create-form input#websiteURL {
        width: 93%;
    }
    #create-form input {
        padding: 7px 3.5%;
    }
}