.es-settings input[type=text] {
    width: 100%;
}
.es-settings h1 img{
    margin-right: 10px;
}

.es-connect-repo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.es-connect-repo h3, .es-connect-repo p{
    margin: 0;
}

.es-connect-repo a{
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    margin-left: 25px;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    transition: ease-in-out 0.3s;
}

.es-connect-repo a:hover {
    background: #008ec2;
    border-color: #006799;
    color: #fff;
}

.es-forms{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
}

.es-forms h3{
    margin-top: 0;
}

.es-forms form{
    background: #fff;
    padding: 10px;
    border: 1px #bbbbbb solid;
    border-radius: 4px;
    margin-right: 15px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
}

.es-forms .submit{
    text-align: center;
}
