﻿/* ================= CONTAINERS ================= */
html,
body {
    height: 100%;
}

.commander-side-panel {
    flex-grow: 0;
    flex-shrink: 0;
    overflow: auto;
    background-color: white;
    display: flex;
    width: 100%;
    flex-basis: unset;
    padding-top: 24px;
}

.commander-side-panel-content {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 326px;
}

@media(min-width: 768px) {
    .commander-side-panel {
        flex-basis: 507px;
        height: 100%;
    }
}

/* ================= TEXT ================= */
.commander-input,
.commander-title,
.commander-sub-title,
.commander-forgot-password,
.commander-keep-me-logged-in,
.commander-button,
.commander-text {
    font-weight: normal;
    font-family: Roboto;
    letter-spacing: 0em;
    text-align: center;
    font-style: normal;
    color: #252525;
}

.commander-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
}

.commander-sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.commander-forgot-password {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.commander-keep-me-logged-in {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    width: 137px;
    height: 24px;
    left: 249px;
    top: 410px;
}

.commander-input {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.005em;
    text-align: left;
    color: rgba(37, 37, 37, 0.87);
    padding-left: 16px;
    padding-right: 16px;
}

/* ================= INPUT ================= */

.commander-input,
.commander-button {
    height: 40px;
    width: 100%;
}

.commander-input {
    left: 0px;
    top: 7px;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #666666
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

    input[type=checkbox]:checked:before {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        left: 0;
        background-color: #252525;
    }

    input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 6px;
        height: 12px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 3px;
        left: 7px;
    }

.commander-checkbox {
    height: 18px;
    width: 18px;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    background: #252525;
    color: #252525;
}

.commander-button {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #2E5B93;
    border-radius: 4px;
}



/* ================= CONTENT ================= */

.commander-center-text {
    text-align: center !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
}








.container-login {
    width: 507px;
    background-color: #E5E5E5;
    padding-left: 51px;
    padding-right: 51px;
}



.container-center-text {
    text-align: center !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
}





.container-display {
    width: 100%;
}

.security-header {
    height: 30px;
}

.security-footer {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.container-login-Title {
    height: 167px;
}

.container-body {
    padding-top: 52px;
}



.security-hyperlink {
    font-family: Roboto;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    color: #252525;
    height: 16px;
    width: 131px;
    left: 91px;
    top: 408px;
    border-radius: nullpx;
}

.security-button {
    height: 40px;
    width: 326px;
    left: 0px;
    top: 0px;
    background: #2E5B93;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (max-width: 600px) {
    .container-display {
        display: none !important;
    }

    .container-login {
        width: 100%
    }
}