.login h1 a {
    width: 160px !important;
    height: 160px !important;
    background-image: url('../img/logoK.svg') !important;
    background-size: contain;
}

body {
    background-color: #065453 !important;
}

.wp-core-ui .button-primary {
    background: #E3865E !important;
    border: #E3865E !important;
    border-radius: 25px !important;
}

.wp-core-ui .button-primary:hover {
    background: #e17a4e !important;
    border: #e17a4e !important;
    border-radius: 25px !important;
}

.wp-core-ui .button-primary:active {
    background: #E3865E !important;
    border: #E3865E !important;
    border-radius: 25px !important;
}

form {
    border-radius: 15px !important;
    overflow: hidden;
}

.login #backtoblog a,
.login #nav a {
    color: white !important;
}

.google-apps-header {
    width: 100%;
}

.google-apps-header .inner {
    border-radius: 35px;
    padding: 8px 0;
    border: 1px solid #707070
}
#wp-submit {
    padding: 0 35px;
}
.nsl-container-buttons {
    width: 100%!important;
}
.nsl-button-google {
    padding: 5px !important;
    border-radius: 8px !important;
}