
@import "variables.css";

.gc-login-page {
    background: linear-gradient(25deg, #e4cba7cf 10%, #a9d2ce59 90%);
    background-color: #f0f0f1;
    background-size: cover;
    padding: 0;
    margin: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 320px;
    overflow: hidden;
}

.gc-lead {
    display: none;
}

.gc-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gc-absolute-center-pos {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.gc-fixed-bottom {
    margin: auto;
    position: fixed;
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.gc-box-login {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    background-color: white;
    display: flex;
    justify-content: center;
    min-width: 320px;
    min-height: 338px;
    width: var(--login-box-wsm);
    height: var(--login-box-hsm);
}

@media (max-width: 599px) {
    .gc-box-login {
        width: 100vw;
        height: 100vh;
    }
}

.gc-login-title {
    line-height: 2em;
    padding-bottom: 20px;
    padding-top: 2.3632px;
    color: #1b1b1b;
    font-size: 1.35rem;
}

.gc-box-login-content {
    max-width: var(--login-box-wsm);
    display: flex;
    flex-direction: column;
    width: inherit;
    padding: 44px;
}

.gc-content-logo {
    height: 45px;
    width: inherit;
    transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
}

.gc-content-logo-brand {
    height: 54px;
    width: auto;
    display: flex;
    justify-content: center;
}

.gc-company-logo {
    width: inherit;
    height: inherit;
    max-height:200px;
    padding:5%;
}

.gc-login-form {
    /*padding-top: 20px;*/
}



input.text-box {
    font-size: 15px;
    padding: 4px 8px;
    border-style: solid;
    width: inherit;
    border-color: rgba(0,0,0,.4);
    background-color: rgba(255,255,255,.4);
    height: 32px;
    height: 2rem;
    border-width: 1px;
    border-color: #666;
    border-color: rgba(0,0,0,.6);
    height: 36px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
}

    input.text-box:focus {
        background-color: white;
        border-bottom-width: 2px;
        border-bottom-color: var(--bg-color);
    }



.placeholderContainer {
    width: 100%;
    position: relative;
}

.form-group {
    margin-bottom: 16px;
}

.form-control {
    display: block;
    width: 100%;
    background-image: none;
}

button.primary {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*material button css*/
.btn {
    position: relative;
    display: block;
    margin: 30px auto;
    padding: 0;
    overflow: hidden;
    border-width: 0;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    background-color: var(--bg-color);
    color: #ecf0f1;
    height: 40px;
    transition: background-color .3s;
}

    .btn:hover, .btn:focus {
        background-color: var(--bg-color);
    }

    .btn > * {
        position: relative;
    }

.btn {
    display: block;
    padding: 12px 24px;
    width: var( --bt-with-size);
    font-size: 14px;
    cursor: pointer;
}

    .btn:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 0;
        padding-top: 0;
        border-radius: 100%;
        background-color: rgba(236, 240, 241, .3);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .btn:active:before {
        width: 120%;
        padding-top: 120%;
        transition: width .2s ease-out, padding-top .2s ease-out;
    }
    
.icon-btn {
    width:100%;
    border-width: 0;
    outline: none;
    height: 50px;
}

    .icon-btn > * {
        position: relative;
    }

.icon-btn {
  /*  display: block;*/   
    font-size: 16px;
    cursor: pointer;
}

.icon-btn:hover {
    background-color: #F0F0F0;
}


.btn-image {
    margin:0px 10px;
    padding-top:10px;
}

/* Styles, not important */
*, *:before, *:after {
    box-sizing: border-box;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.disabled-button {
    pointer-events: none;
    background-color: #cccccc !important;
}

.gc-box-mfa {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    background-color: white;
    display: flex;
    justify-content: center;
    min-width: 320px;
    min-height: 338px;
    width: var(--login-box-wsm);
    height: var(--mfa-box-hsm);
}

.gc-mfa-title {
    color: #1b1b1b;
    font-size: 1.15rem;
    width: 100%;
    position: relative;
}

.gc-resetMfa-title {
    line-height: 2em;
    padding-top: 2.3632px;
    color: #1b1b1b;
    font-size: 1.35rem;
}

.gc-mfa-label {
    color: #1b1b1b;
    font-size: 1rem;
    width: 100%;
    position: relative;
}

.center, .center-align {
    text-align: center;
}

.parent-block {
}

.child-block {
    display: inline-block;
}

.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 480px;
        background-color: #555;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 99999;
        bottom: -170px;
        left: 0;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip .tooltiptext2 {
        visibility: hidden;
        width: 480px;
        background-color: #555;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 100;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
        z-index: 99999;
    }

    .tooltip:hover .tooltiptext2 {
        visibility: visible;
        opacity: 1;
        z-index: 100;
    }
