.navbar {
    display: none;
}
body {
    background-color: #f8f8f8;
}
.well {
    background-color: white;
    padding: 0;
    width: 400px;
}

.tabs {
    display: flex;
}
.tab {
    width: 50%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #E3E3E3 solid;
    cursor: pointer;
}
.tab.active {
    border-bottom: 3px #ED0005 solid;
}

.login-container {
    margin: 30px;
}

.field-eye-icon {
    float: right;
    margin-right: 10px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}