﻿@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../Avenir_Next_LT_Pro_Regular.otf') format('opentype');
}

* {
    font-family: 'Avenir Next LT Pro';
}

:root {
    --ellab-dark-blue: #1F6898;
    --ellab-bg-gray: #F5F6F7;
    --ellab-purple: #6386E4;
    --ellab-grey-website-borders: #C9C9C9;
    --ellab-cyan: #0f9CD8;
    --ellab-dark-red: #A9003C;
    --ellab-yellow: #E3C062;
    --ellab-grey-website: #7C7C7B;
    --ellab-leaf-green: #79B16D;
}

.background-image-left {
    background-image: url('../images/loginregisterbackgroundimage.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: right;
}

.background-image-right {
    background-image: url('../images/myEllab-Shapes.svg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -10%;
}

.background-image-register {
    background-image: url('../images/myellab-register-bg.svg');
}

.login-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.picture-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media(max-width:576px) {
    .picture-container {
        display: none;
    }
}

@media(max-width:992px) {
    .picture-container {
        display: none;
    }
}

.text-container {
    margin-top: 30%;
    margin-left: 15%;
}

.header {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.96px;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
}

.caption {
/*    font: normal normal bold 60px/74px Avenir Next LT Pro;*/
    font-size:60px;
    font-weight:bold;
    line-height:74px;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
}

.content {
/*    font: normal normal normal 24px/29px Avenir Next LT Pro;*/
    font-size:24px;
    line-height:29px;
    color: #ffffff;
    position: relative;
    max-width:510px
}


.login-logo {
    display: block;
    margin: 0 auto;
}

.login-text {
    text-align: center;
    font-size: 28px;
    margin-bottom: 15%;
    margin-top: 5%;
    color: var(--ellab-dark-blue);
/*    font: normal normal normal 28px/34px Avenir Next LT Pro;*/
    font-size:28px;
    line-height:34px;
    font-weight: bold;
}

.register-text {
    text-align: center;
    font-size: 28px;
    margin-top: 5%;
    color: var(--ellab-dark-blue);
/*    font: normal normal normal 28px/34px Avenir Next LT Pro;*/
    font-size:28px;
    line-height:34px;
    font-weight: bold;
    display:none;
}

@media(max-height:1150px){
    .login-text{
        margin-bottom:10%;
    }
}

@media(max-height:1080px) {
    .login-text {
        margin-bottom: 0%;
        visibility:hidden;
    }

    /*.login-text {
        display: none;
    }*/
    .register-text{
        display:block;
    }

    .background-image-right {
        top: -30%;
        height: 130%;
    }

    .tabcontent {
        margin-bottom: 20px !important;
    }
}

.tab-container {
    background-color: transparent !important;
    width: 450px;
    margin: 0 auto;
    text-align: center;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
    height: 45px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 8px 10px;
        width: 225px;
        color: var(--ellab-dark-blue);
        background-color: #f1f1f1;
        margin-top: 5px;
        border-top-left-radius: 17px;
        font-size: 15px;
        height: 40px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: var(--ellab-bg-gray);
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: white;
            height: 45px;
            margin-top: 0px;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    background: white;
    width: 450px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    height: 360px;
}

.tabcontent-register {
    height: 320px;
}

.label-icons {
    position: absolute;
    opacity: 1;
    left: 90px;
    top: 7px;
    font-size: larger;
}

.label-icons-code {
    position: absolute;
    opacity: 1;
    left: 90px;
    top:65px;
    font-size: larger;
}

.label-icons-pin-login {
    position: absolute;
    opacity: 1;
    left: 425px;
    top: 545px;
    font-size: larger;
}

.label-placeholder-text {
    padding-left: 40px !important;
    background-color: var(--ellab-bg-gray) !important;
}

.svg-icon-style {
    overflow: visible;
    width: 1em;
    display: inline-block;
    height: 1em;
    vertical-align: -0.125em;
    color: #7c7c7b;
}

.custom-login-button {
    background-color: var(--ellab-purple) !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    font-weight: bold;
    padding: 0.4rem 0.7rem !important;
    border-radius: 22px !important;
    text-transform: uppercase;
}

    .custom-login-button:hover {
        transition: 0.3s;
        background-color: #fff !important;
        color: var(--ellab-purple) !important;
        border: 1px solid var(--ellab-purple) !important;
    }

.iti--separate-dial-code .iti__selected-flag {
    border-radius: 22px 0 0 22px;
}

.sign-up-text {
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.sign-up-text-link {
    text-decoration: underline;
}

.input-field {
    align-items: center;
    display: block;
    width: 270px;
    padding: .375rem .75rem;
    line-height: 2;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-size: 14px;
    border-radius: 22px;
}

    .input-field:focus {
        outline: none !important;
        border: 1px solid lightblue;
        box-shadow: 0 0 10px #719ECE;
    }

.button {
    color: #fff;
    background-color: var(--ellab-purple);
    border-color: #fff;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 2;
    border-radius: 22px;
    cursor: pointer;
    width: 270px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    outline: none !important;
}

    .button:hover {
        transition: 0.3s;
        background-color: #73beff;
        color: white;
    }

.forgot-pin {
    margin-top: -0.8rem;
    font-size: 10px;
    color: #007bff;
    margin-right: 200px;
}

.forgot-pin-text {
    text-decoration: underline !important;
    cursor:pointer;
}

    .forgot-pin-text:hover {
        color: #0056b3 !important;
    }

.svg-icon-container-login {
    position: absolute;
    right: 60px;
    opacity: 0.15;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.svg-icon-login {
    overflow: visible;
    width: 1.25em;
    vertical-align: -0.225em;
    font-size: 1.33333333333em;
    line-height: 0.75em;
    display: inline-block;
    height: 1em;
}

.checkbox-outer-container {
    margin-left: 90px;
    margin-bottom: 10px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    text-align: left;
    font-size: 12px;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    cursor:pointer;
    border-radius:20px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: var(--ellab-purple);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*Mobile scaling of login/register module*/
@media (max-width: 490px) {

    .checkbox-outer-container{
        margin-left:15px;
    }

.tabcontent{
    width:300px;
}

.tab-container{
    width:300px;
    height:60px;
}

.tab button{
    width:150px;
    height:60px;
}

    .tab button.active{
        height:60px;
    }

    .label-icons{
        left:20px;
    }
}



    /* ------ FOOTER ------ */
    .footer-partial, .push {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .footer-company-name {
/*        font: normal normal normal 16px/20px Avenir Next LT Pro;*/
        font-size:16px;
        line-height:20px;
        color: #ffffff;
    }

    .footer-version-name {
        text-align: center;
        padding: 10px 0;
        color: var(--ellab-grey-website);
        font-size: 16px;
    }

    .main-footer h3 {
        font-weight: bold;
    }

    .main-footer {
        width: 100%;
        height: auto;
        background-color: #292c2f;
        padding: 20px;
        box-sizing: border-box;
        color: #f2f2f2;
        font-size: 0.9em;
    }

        .main-footer div {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            font-size:16px;
            line-height:20px;
        }

    footer a {
        color: #0F9CD8;
        text-decoration: underline;
        padding: 10px;
    }

        footer a:hover {
            color: #FFF;
            text-decoration: underline;
        }

    .ellab-logo {
        width: 15%;
        padding: 10px;
    }

    .about-us {
        width: 25%;
        padding: 10px;
    }

    .contact {
        width: 15%;
        padding: 10px;
    }

    .danak {
        width: 25%;
        padding: 10px;
    }

        .danak img {
            width: 90%;
        }

    .bottom-footer {
        width: 100%;
        height: 55px;
        background-color: #292c2f;
        clear: both;
        color: #FFF;
        font-size: 0.8em;
    }

    .separator {
        color: #474d52;
    }

    @media (max-width: 1000px) {
        .ellab-logo {
            display: block !important;
            width: 100% !important;
        }

        .about-us {
            display: block !important;
            width: 100% !important;
        }

        .contact {
            display: block !important;
            width: 100% !important;
        }

        .danak {
            display: block !important;
            width: 100% !important;
        }

            .danak img {
                width: 30% !important;
            }
    }
    /* If you don't want the footer to be responsive, remove these media queries */
    @media (max-width: 880px) {
        .footer-distributed {
            font: bold 14px sans-serif;
        }

            .footer-distributed .footer-left,
            .footer-distributed .footer-center,
            .footer-distributed .footer-right {
                display: block;
                width: 100%;
                margin-bottom: 40px;
                text-align: center;
            }

                .footer-distributed .footer-center i {
                    margin-left: 0;
                }
    }

    @media(max-height:980px) {
        .main-footer {
            display: none;
        }
    }

    @media(max-height:700px) {
        .bottom-footer {
            display: none;
        }
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
