﻿@import url(https://fonts.googleapis.com/css?family=Roboto:500);

header.mini-header {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 3%);
    box-shadow: 0 4px 8px rgb(0 0 0 / 3%);
}

body.dark header.mini-header {
    background-color: #3b4452;
}

.logoTagLink {
    color: #000;
}

    .logoTagLink:hover {
        color: #000 !important;
        text-decoration: blink !important;
    }

body.dark .logoTagLink {
    color: #96a2b4;
}

    body.dark .logoTagLink:hover {
        color: #000 !important;
        text-decoration: blink !important;
    }

body {
    overflow: auto;
}

.main-footer {
    position: inherit;
    padding: 20px 20px 20px 30px !important;
}

.footer-left {
    text-align: center;
    float: inherit !important;
}

#app {
    min-height: 753px;
    overflow: hidden;
}

@media (max-height: 710px) {
    #app {
        min-height: auto;
    }
}

.google-btn {
    cursor:pointer;
    direction: ltr;
    /*width: 184px;*/
    width: auto;
    height: 42px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}

    .google-btn .google-icon-wrapper {
        position: absolute;
        margin-top: 1px;
        margin-left: 1px;
        width: 40px;
        height: 40px;
        border-radius: 2px;
        background-color: #fff;
    }

    .google-btn .google-icon {
        /*position: absolute;*/
        /*margin-left: 11px;*/
        margin-top: 11px;
        width: 18px;
        height: 18px;
    }

    .google-btn .btn-text {
        /*float: right;
            margin: 11px 11px 0 0;*/
        padding-top: 8px;
        color: #fff;
        font-size: 14px;
        letter-spacing: 0.2px;
        font-family: "Roboto";
    }

    .google-btn:hover {
        box-shadow: 0 0 6px #4285f4;
    }

    .google-btn:active {
        background: #1669f2;
    }


body.dark .google-btn {
    background-color: #53637d;
}

@media (min-height: 800px) {
    .main-footer {
        position: absolute;
    }
}

@media (max-height: 790px) {
    .main-footer {
        position: relative;
        bottom: auto;
    }
}

.captcha-area>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

groupInput {
    display: flex;
    gap: 0.5rem;
    flex-direction: row-reverse;
}
