﻿@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;400&display=swap');

:root {
    --font_icon: 24px;
    --font_sizeH1: 22px;
    --font_sizeH2: 20px;
    --font_sizeH3: 18px;
    --font_sizeH4: 16px;
    --font_sizeH5: 14px;
    --font_footer: 12px;
    --font_size: 14px;
    --dash_icon: 30px;
    --mainBackground: #006ebf;
    --border: 1px solid red;
    --messageFontSize: 14px;
    --messageFontColor: black;
}
/*.login-reg-panel {
    color:#B8B8B8;
}*/

.login-show,
.register-show {
    z-index: 1;
    display: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    font-size: var(--messageFontSize);
    color: var(--messageFontColor);
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:20px;
    padding-right:20px;    
}

.show-log-panel {
    display: block;
    opacity: .9;
}

.login-show input[type="text"],
.login-show input[type="password"] {
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 5px;
    border: 1px solid lightgray;    
    outline: none;
}
.inputs {
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 10px;
    outline: none;
    font-size: var(--font_size);
}
.login-show input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #006ebf;
    color: #f9f9f9;
    border: none;
    padding: 5px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
    text-align: center;
}

.login-show a {
    display: inline-block;
    padding: 10px 0;
    font-size: var(--font_size);
}

a {
    text-decoration: none;
    color: #0731d1;
    font-size: var(--font_size);
    font-weight: 300;
}

.white_button_form {
    max-width: 100%;
    width: 100%;
    background: none;
    color: #0946c3;
    border: 2px solid #0946c3;
    padding: 5px;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    text-align: center;
    font-size: var(--font_size);
    font-weight: 700;
    outline: #0946c3;
}

.button_form {
    max-width: 100%;
    width: 100%;
    background: #0050aa;
    color: #f9f9f9;
    border: 2px solid #0946c3;
    padding: 5px;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: var(--font_size);
    font-weight: 300;
    outline: white;
}

    .button_form:disabled {
        opacity: .5;
        cursor: default;
    }

    .button_form:active {
        outline: none;
    }

.PasswordReset-reg-panel {
    transform: translateY(-50%);
    text-align: center;
    right: 0;
    left: 0;
    position: relative;
    top: 30%;
    width: 70%;
    margin: auto;
    margin-top: 150px;
    height: 800px;
    background-color: #FFF;    
    background-size: 30%;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    opacity: .95;
}

.textbox_form {
    width: 100%;
    display: block;
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #b5b5b5;
    outline: none;
    font-size: var(--font_size);
    font-weight: 300;
}

.numeric_textbox_form {
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #b5b5b5;
    outline: none;
    font-size: var(--font_size);
}




.white-panel {
    background-color: rgba(255,255, 255, 0);
    height: 280px;
    position: absolute;
    top: 10%;
    width: 30%;    
    left: 150px;
    transition: .3s ease-in-out;
    z-index: 0;
    border: none; 
    border-radius: 5px;
}

body {
    height: 100vh;
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow-y: hidden;
}

footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: rgb(0,0,0,0.7);
}

.FooterWrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#FooterDiv1, i {
    color: #fff;
    font-size: var(--font_footer);
    text-align: center;
}
video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -100;
    background-size: cover;
}

::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

.footer_row_col {
    color: white;
    padding-top: 20px;
    padding-left: 50px;
    text-align: left;
}

@media (max-width: 480px) {
    .footer_row_col {
        color: white;
        padding-top: 10px;
        padding-left: 20px;
        text-align: left;
    }
}

@media (max-width:992px) {
    .white-panel {
        height: 250px;
        width: 50%;
        left:25%;
    }

    .login-reg-panel {
        margin-left: 15%;
        width: 80%;
        height: 500px;
    }

    #login_info {
        display: none;
    }
}

@media (max-width:768px) {

    .white-panel {
        height: 250px;
        width: 60%;
        left: 20%;
    }

    .login-reg-panel {
        margin-left: 12%;
        width: 85%;
        height: 500px;
    }

    #login_info {
        display: none;
    }
}

@media (max-width:480px) {
    .white-panel {
        height: 250px;
        width: 80%;
        left: 10%;
    }

    .login-reg-panel {
        margin-left: 10%;
        width: 90%;
        height: 500px;
    }

    #login_info {
        display: none;
    }
}


