﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


#subheaderbar {
    background: var(--gray-bar-color, #657E92);
    height: 0.5rem;
    height: 11px;
    margin: 0 0.5rem;
    margin-top: 0.8rem;
    border-radius: 8px;
    border: none;
    z-index: 10;
}


.login__frame--container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.login__frame {
    display: -ms-grid;
    display: grid;
    width: 600px;
    height: 420px;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 17% 83%;
    grid-template-rows: 17% 83%;
    grid-template-areas: "header header" "logo register";
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: thin solid var(--blue-border,#00156e);
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.login__frame-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: header;
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.login {
    margin: auto;
}

.login__frame--logocontainer {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: logo;
    height: 100%;
    margin: auto;
}

    .login__frame--logocontainer img {
        max-width: 250px;
        margin-top: 0.5rem;
    }

.login__frame--registercontainer {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    display: -ms-grid;
    display: grid;
    grid-area: register;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login__frame--registercontainer_image {
    background: #9d9c9b21;
    width: 120px;
    height: 120px;
    border: 0px solid #424242;
    border-radius: 50%;
    -webkit-box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    margin: 0 auto;
    overflow: hidden;
}

    .login__frame--registercontainer_image img {
        width: 130px;
        margin-left: -1px;
        margin-top: -1px;
    }

.caps__warning {
    display: none;
}

h2 {
    font: 400 12px 'Montserrat';
    color: coral;
}
