body { background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(0,95,171,1) 35%, rgba(0,95,171,1) 100%); background-attachment: fixed; }

.hide { height: 0 !important; width: 0 !important; line-height: 0; padding: 0; display: block !important; overflow: hidden; }
.show { height: 100%; width: 50%; line-height: inherit; padding: inherit; display: table-cell; overflow: auto; }

.access-wrapper { width: 100vw; min-height: 100vh; display: flex; align-items: center; justify-content: center; }
.access-wrapper .access-container { width: 70vw; display: flex; justify-content: flex-start; flex-direction: column; background-color: var(--color-white); }
.access-wrapper .access-container .logo { position: absolute; left: 20px; top: 20px; width: 100px; z-index: 1; }
.access-wrapper .access-container .logo svg path { fill: var(--header-logo-fill) !important; }
.access-wrapper .access-container .access-content { display: table; }
.access-wrapper .access-container .access-content .intro-img { display: table-cell; width: 50%; height: 100%; width: 100%; background: url(../images/login.jpg) top center no-repeat; background-size: cover; }
.access-wrapper .access-container .access-content .intro-img .access-claim { position: absolute; bottom: 0; padding: 20px; color: var(--color-white); }
.access-wrapper .access-container .access-content .intro-img .access-claim h2 { padding: 0 0 20px 0; font-weight: 600; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
.access-wrapper .access-container .access-content .intro-img .access-claim h4 { padding: 0 0 40px 0; font-weight: 400; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
.access-wrapper .access-container .access-content .intro-img .access-claim p { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
.access-wrapper .access-container .access-content .intro-img .access-claim img { max-width: 136px; }
.access-wrapper .access-container .access-content .access-items { width: 50%; height: 100%; background-color: var(--color-white); display: table-cell;  }
.access-wrapper .access-container .access-content .access-items.register { width: 100%; }

.access-wrapper .access-container .access-content .access-form { width: 70%; height: auto; margin: 0 auto; padding: 0; background-color: var(--color-white); display: flex; align-items: center; justify-content: center; flex-direction: column; }
.access-wrapper .access-container .access-content .access-form .intro-text { text-align: center; padding-top: 80px; }
.access-wrapper .access-container .access-content .access-form .intro-text p { color: var(--color-grey); padding-top: 10px; }
.access-wrapper .access-container .access-content .access-form .access-buttons { width: auto; padding: 24px 0 0 0; display: flex; justify-content: center; flex-wrap: wrap; flex-direction: column; }
.access-wrapper .access-container .access-content .access-form .access-buttons button { display: flex; align-items: center; transition: none; margin: 4px; padding: 0 10px 0 0; text-transform: none; background-color: var(--color-white); background-size: 44px; background-repeat: no-repeat; background-position: left center; color: var(--color-grey); border: 1px solid var(--color-grey); border-radius: 0; }
.access-wrapper .access-container .access-content .access-form .access-buttons button img { width: 40px; height: auto; }
.access-wrapper .access-container .access-content .access-form .access-buttons button:hover { background-color: var(--color-light-grey); }
.access-wrapper .access-container .access-content .access-form .or { width: 100%; display:flex; align-items: center; padding: 20px 0; }
.access-wrapper .access-container .access-content .access-form .or .line { height: 1px; flex: 1; background-color: var(--color-grey); }
.access-wrapper .access-container .access-content .access-form .or span { font-size: 12px; background: var(--color-white); padding: 0 10px; }


@media screen and (min-width: 1px) and (max-width: 1200px) {
    .access-wrapper .access-container { width: 80vw; }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
    .access-wrapper .access-container { width: 90vw; }
}
@media screen and (min-width: 1px) and (max-width: 870px) {
    .show { width: 100%; display: block; }
    .access-wrapper { display: block; width: 100%; height: auto; }
    .access-wrapper .access-container .logo { position: relative; left: inherit; top: inherit; margin-left: auto; margin: 0 auto; padding: 20px 0; }
    .access-wrapper .access-container { width: 100vw; position: initial; }
    .access-wrapper .access-container .access-content { display: block; height: auto; }
    .access-wrapper .access-container .access-content .access-items { display: block; width: 100%; }
    .access-wrapper .access-container .access-content .intro-img { display: block; width: 100%; }
    .access-wrapper .access-container .access-content .intro-img .access-claim { position: relative; bottom: inherit;}
    .access-wrapper .access-container .access-content .access-form { padding: 0 0 30px 0; width: 90%; }
    .access-wrapper .access-container .access-content .access-form .intro-text { padding-top: 0; }
}