
.responsive-sections.reset-pass {
    background-color: #ececec;
}

.logo-login img {
    max-width: 280px;
    padding: 6% 0;
    display: inherit;
    margin: 0 auto;
}
.logo-login img {
        opacity: 0.4;
}

.panel-heading.reset-pass-title {
    font-size: 1.1em;
    font-weight: 600;
    color: #9c9b9b;
    margin-bottom: 1em;
}

/*Estilos cogidos del inspector*/
.store-notes-list .new-note-form input:focus,
.store-notes-list .new-note-form input:hover {
    background-color: #aa4358;
    border: none;
    color: white;
    border-radius: 20px;
}
.store-notes-list .new-note-form input {
    background-color: #d2d2d2;
    border: none;
/*    border-bottom: 2px solid #3c3c3c;*/
    width: 100%;
    border-radius: 500px;;
}
.store-notes-list .new-note-form {
    background-color: transparent;
    box-shadow: none;
}
.store-notes-list .new-note-form label {
    color: #3c3c3c;
    font-size: 0.9em;
    font-weight: 400;
}
.store-notes-list .new-note-form .checkbox label {
    font-size: 0.8em;
    line-height: 2.5;
}
input[type="checkbox"] {
float: left;
    display: inline-block;
    width: auto !important;
}

.reset-btn {
    height: 30px;
    min-width: 80px;
    border-radius: 500px;
    background-color: #f9f9f9;
    -webkit-appearance: none;
    color: #ff5977;
    border: 0;
    font-weight: 400;
    font-size: .9rem;
    outline: none;
    transition: all .3s;
    display: block;
    width: 100%;
    margin: 2em 0;
}
.pass-link {
    text-align: center;
    color: #aa4358;
    display: block;
    font-weight: 600;
    padding: 1em;
}
.pass-link:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .store-notes-list .new-note-form input {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: inline-block
    }
    .login-btn {
        min-width: 300px;
        width: auto;
        margin: 0 auto;
    }
    .panel.panel-default.reset-panel {
        max-width: 450px;
        margin: 0 auto;
    }
}
