﻿
.button-text {
    font-family: var(--body-font-family) !important;
    font-weight: var(--body-font-weight) !important;
    color: var(--buttonbuttontext) !important;
    font-size: 10pt !important;
    text-align: center !important;
    cursor: pointer !important;
}

.control-label-text {
    font-family: var(--body-font-family) !important;
    font-weight: var(--body-font-weight) !important;
    color: var(--buttonbuttontext) !important;
    font-size: 12pt !important;
    text-align: left !important;
    cursor: pointer !important;
}

@media screen and (min-width: 0px) and (max-width: 1000px) {
    .SmallLogin {
        display: block;
    }

    .LargeLogin {
        display: none;
        width: 0px;
    }

    .FaceSize {
        width: 60% !important;
        height: 60% !important;
        margin: auto;
    }

    .Frame8Gap {
        gap: 0px !important;
    }
}

@media screen and (min-width: 1001px) and (max-width: 3000px) {
    .SmallLogin {
        display: none;
        width: 0px;
    }

    .LargeLogin {
        display: block;
    }

    .FaceSize {
        width: 100% !important;
        height: 100% !important;
        margin: auto;
    }

    .Frame8Gap {
        gap: 0px !important;
    }
}

.MarginTop {
    margin-top: 56px !important;
}


body {
    height: auto !important;
    overflow: scroll;
    scrollbar-color: red orange;
    scrollbar-width: thin;
    background-color: #0a0a0a !important;
    padding-bottom: 30px !important;
}

.ForgotPassword {
    font-size: 9pt;
    color: var(--textfeildtextfeildlabel) !important;
    margin-top: 20px !important;
}

.RememberMe {
    width: 15px;
    height: 15px;
    border-color: blue;
    accent-color: #0a0a0a !important;
    background-color: #0a0a0a !important;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 0s, color 0s 0s;
    transition-delay: calc(infinity * 1s);
}

/*/////////////////////////////////////////////////////////*/

/* The container */
.container {
    color: var(--textfeildtextfeildlabel);
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 7px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    font-family: var(--body-font-family);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #0a0a0a;
    border: 2px solid #779D9E;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #0a0a0a;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #0a0a0a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

body {
    height: 800px !important;
    padding:40px !important;
}

.content_table {
    width: auto;
    height: 800px !important;
    margin: 0px auto;
}

.cell_content {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
