* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ----------------------------- */
/* Basic setup
/* ----------------------------- */

body {
    display: block;
}

.wrapper {
    display: block;
    width: 100%;
}

.content {
    display: block;
    width: 80%;
    max-width: 64rem;
    margin: 0 auto;
}

/* ----------------------------- */
/* Header styles
/* ----------------------------- */

.header {
    display: block;
    text-align: center;
    border-bottom: 1px solid rgba(27, 32, 88, 0.5);
    border-bottom: 1px solid #cbd5e0;
}

.header-title {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1.5rem;

    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgba(27, 32, 88, 0.75);
    line-height: 145%;
}

.header-contacts {
    display: block;
    padding-bottom: 0.5rem;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    color: rgba(27, 32, 88, 0.85);
    color: rgba(116,119,123,1);
}

.contacts-link {
    text-decoration: none;
    color: rgba(116,119,123,1);
}

/* ----------------------------- */
/* Main section styles
/* ----------------------------- */

.main {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}

.main-title {
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 3rem;
    padding: 1rem;
    padding-left: 0;
    background-color: rgba(255,255,255,0.4);
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    color: rgba(27, 32, 88, 0.85);
    color: rgba(116,119,123,1);
    text-align: left;
    text-transform: uppercase;
}

.main-icon-menu {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2px;
    text-align: left;
}

.main-tab {
    display: block;
    width: 100%;
    height: 320px;
    margin: 0 auto;
}

.menu-button {
    display: inline-block;
    background-color: rgba(246,247,247,1);
}

.menu-button:first-child {
    margin-right: 1px;
}

.button {
    display: block;
    width: 100%;
    background-color: #fff;
    background-color: rgba(246,247,247,1);
    padding: 16px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: rgba(116,119,123,1);
    text-transform: uppercase;
}

.button:hover {
    transition: all 0.45s ease;
}

.main-tab {
    display: block;
    width: 100%;
    height: 400px;
    background-color: rgba(246,247,247,1);
}

.login {
    display: block;
    width: 100%;
}

.tabs-menu {
    display: block;
    width: 100%;
    text-align: center;
}

.tabs-menu li {
    display: inline-block;
}

.tabs-menu li:first-child {
    margin-right: 4px;
}

.tabs-menu li a {
    display: block;
    padding: 16px;
    padding-bottom: 17px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    color: rgba(116,119,123,1);
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}

.tabs {
    display: block;
    width: 100%;
    background-color: #F7FAFC;
}

.tabs-menu li.ui-state-active a {
    position: relative;
    font-weight: bold;
    background-color: #F7FAFC;
    border-top: 1px solid #cbd5e0;
    border-left: 1px solid #cbd5e0;
    border-right: 1px solid #cbd5e0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    z-index: 2;
}

/* ----------------------------- */
/*  Form styles
/* ----------------------------- */

.tabs-form {
    display: block;
    width: 100%;
    position: relative;
    margin-top: -1px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    z-index: 1;
}

.user-form {
    display: block;
    width: 265px;
    margin: 0 auto;
}

.input-field {
    display: block;
    position: relative;
    width: 175px;
    margin: 0 auto;
}

.submit-btn {
    display: block;
    width: 175px;
    margin: 0 auto;
    padding-top: 1rem;
    text-align: center;
}

.login-icon {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
}

.login-icon .fa-users,
.login-icon .fa-user-md,
.login-icon .fa-hospital-o {
    font-size: 3.5rem;
    color: rgba(116,119,123,0.8);
}

.login-title {
    display: block;
    width: 175px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: rgba(116,119,123,1);
    text-align: center;
}

.input-label {
    display: block;
    width: 175px;
    margin: 0 auto;
    margin-bottom: 4px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    color: rgba(116,119,123,1);
    text-align: left;
}

input[type="text"],
input[type="password"],
.select-list {
    display: block;
    width: 100%;
    height: 32px;
    margin-bottom: 1.5rem;
    border: 1px solid #c7c7c7;
    padding: 3px 8px;
    border-radius: 4px;

    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    color: rgba(116,119,123,1);
    outline: none;
}

.select-list {
    height: 35px;
}

input[type="text"]:focus,
input[type="password"]:focus,
.select-list:focus {
    border: 1px solid rgba(116,119,123,1);
    outline: none;
    transition: border 0.45s ease;
}

input[type="submit"] {
    display: block;
    width: 120px;

    margin: 0 auto;

    border-radius: 4px;
    background-color: rgba(27, 32, 88, 0.75);
    border: 1px solid rgba(27, 32, 88, 0.75);
    padding: 6px 32px;

    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    color: #fff;
    outline: none;
}

input[type="submit"]:hover {
    background-color: rgba(27, 32, 88, 0.75);
    border: 1px solid rgba(27, 32, 88, 0.75);
    color: #fff;
    cursor: pointer;
    transition: all 0.45s ease;
}

/* ----------------------------- */
/*  Footer styles
/* ----------------------------- */

.footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;

    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    color: rgba(116,119,123,1);
    text-align: center;
}

.footer a {
    display: inline-block;
    text-decoration: none;
    color: rgba(116,119,123,1);
}

.footer a:hover {
    text-decoration: underline;
}
