.shadow-container {
    box-shadow: 1px 1px 7px #b2b2b2;
}

.flex-all-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    padding: 0 20px 20px 20px;
    margin-bottom: 80px;
    margin-top: 20px;
    font-size: 16px !important;
}

input {
    text-indent: 5px;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

.login-container .contact-us {
    margin-top: 10px;
}

.login-container a {
    margin-top: 15px;
}

.login-container form {
    padding: 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 7px #b2b2b2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-container form img,
.login-container form input {
    width: 100%;
}

.login-container form input {
    margin: 5px;
}

.edit-button-container {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    z-index: 99999;
    padding: 10px 20px;
    justify-content: space-between;
    width: 100%;
}

.template-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.template-buttons div {
    display: flex;
    box-shadow: 1px 1px 7px #b2b2b2;
    padding: 20px;
    flex-direction: column;
}

.template-buttons div a {
    margin: 5px;
}

.email-input {
    width: 100%;
}

.summernote-editor-margin {
    height: 80px;
}

.note-group-select-from-files {
    display: none !important;
}

.note-resizebar {
    display: none !important;
}

.logout {
    display: flex;
    justify-content: center;
}

.logout button {
    margin-top: 20px;
}

.email-row-container {
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-shadow: 1px 1px 7px #b2b2b2;
}

.email-row-container h1 {
    margin-right: 20px;
    color: #0069D9;
    font-size: 28px;
}

.email-row-container input {
    flex: 1;
}

.email-row-gap {
    height: 20px;
}

.how-to p {
    font-size: 24px;
}