﻿


.content-left {
    display: inline-block;
    background-color: #f5fafe;
    text-align: center;
    width: 100%;
    height: 200px;
    float: left;
}


.content-right {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: auto;
    background-color: #031d42;
    padding-left: 50px;
    font-size: 90% !important;
    float: right;
    width: 100%;
    padding-bottom: 5em;
    padding-right: 50px;
}

html, body {
    overflow: unset;
    padding: 0px;
    height: auto;
    min-height: 400px;
    background: #031d42;
}

html {
    overflow-y: scroll !important;
}

.content-left:not(.sm) {
    display: none;
}


.login-right-form {
    position: relative;
    top: 30px;
}

.login-left-img {
    position: relative;
    top: -15%;
    margin-left: 0px;
}

.content {
    height: auto;
    min-height: 400px;
}



/*-------------------------------------------*/


@media screen and (min-width: 768px) {
    .content-left {
        display: inline-block;
        width: 49.5%;
        height: 100%;
        background-color: #f5fafe;
        float: right;
        text-align: center;
    }


    .content-right {
        position: relative;
        z-index: 1;
        display: inline-block;
        width: 50%;
        height: 100%;
        background-color: #031d42;
        float: right;
        padding-left: 60px;
        font-size: 90% !important;
    }

    html, body {
        overflow: hidden;
        padding: 0px;
        height: 100%;
        min-height: 800px;
    }

    html {
        overflow-y: scroll !important;
    }


    .content-left.sm {
        display: none;
    }

    .content-left:not(.sm) {
        display: inline-block;
    }

    .login-right-form {
        top: 15%;
    }

    .login-left-img {
        position: relative;
        top: 15%;
        margin-left: 40px;
    }

    .content {
        height: 100%;
        min-height: 800px;
    }
}

















.hide {
    display: none !important;
}

/*COLORS*/

.bg-white {
    background-color: white;
}

.fn-white {
    color: white;
}

.bg-white-blue {
    background-color: #f5fafe;
}

.fn-white-blue {
    color: #f5fafe;
}

.bg-light-blue {
    background-color: #25b5e1;
}

.fn-light-blue {
    color: #25b5e1;
}

.bg-blue {
    background-color: #031d42;
}

.fn-blue {
    color: #031d42;
}

.btn-light-blue {
    color: #fff;
    background-color: #25b5e1;
    border-color: #25b5e1
}

.width-100p {
    width: 100%;
}

.float-right {
    float: right;
}

.fn-small {
    font-size: 80% !important;
    font-weight: 400;
}

.fn-input-small {
    font-size: 90% !important;
    font-weight: 400;
}

.fn-orange {
    color: orange;
}




.pointer {
    cursor: pointer;
}





.line-txt {
    height: 40px;
}

    .line-txt .txt {
        position: relative;
        top: -52px;
        width: 100%;
        text-align: center;
        padding-left: 10px;
        padding-right: 13px;
        display: inline-block;
    }

    .line-txt .txt {
        position: relative;
        top: -50px;
        width: 100%;
        text-align: center;
        padding-left: 10px;
        padding-right: 13px;
        display: inline-block;
    }

    .line-txt .back {
        background: #031d42;
        position: relative;
        top: -27px;
        height: 10px;
        left: 36%;
        width: 28%;
        padding-left: 10px;
        padding-right: 13px;
        display: inline-block;
    }

    .line-txt.sm .back {
        left: 31%;
        width: 37%;
    }

@media (max-width: 1600px) {
    .line-txt .back {
        left: 30%;
        width: 40%;
    }

    .line-txt.sm .back {
        left: 19%;
        width: 60%;
    }
}


.line-txt .line {
    width: 100%;
    background: white;
}

.eyepassword {
    position: absolute !important;
    top: 30px !important;
    right: 25px;
    font-weight: 800 !important;
    color: #031d42;
    cursor: pointer;
}

.loading-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    line-height: 15px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 5px;
    filter: grayscale(1) invert(100%) brightness(1.5);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDFweCIgIGhlaWdodD0iNDFweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLXJvbGxpbmciPiAgICA8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBmaWxsPSJub25lIiBuZy1hdHRyLXN0cm9rZT0ie3tjb25maWcuY29sb3J9fSIgbmctYXR0ci1zdHJva2Utd2lkdGg9Int7Y29uZmlnLndpZHRofX0iIG5nLWF0dHItcj0ie3tjb25maWcucmFkaXVzfX0iIG5nLWF0dHItc3Ryb2tlLWRhc2hhcnJheT0ie3tjb25maWcuZGFzaGFycmF5fX0iIHN0cm9rZT0iIzAxOTBmZSIgc3Ryb2tlLXdpZHRoPSIxMCIgcj0iMzUiIHN0cm9rZS1kYXNoYXJyYXk9IjE2NC45MzM2MTQzMTM0NjQxNSA1Ni45Nzc4NzE0Mzc4MjEzOCIgdHJhbnNmb3JtPSJyb3RhdGUoODQgNTAgNTApIj4gICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9ImxpbmVhciIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPiAgICA8L2NpcmNsZT4gIDwvc3ZnPg==);
}

    .loading-icon.big {
        width: 50px;
        height: 50px;
    }


.ng-invalid.ng-touched {
    border: solid thin orangered !important;
}


.padding-right-0 {
    padding-right: 0px !important;
}


.padding-left-0 {
    padding-left: 0px !important;
}

.text-center {
    text-align: center;
}


input::-ms-reveal,
input::-ms-clear {
    display: none;
}































.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }


        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

    .lds-ring.small {
        display: inline-block;
        position: relative;
        width: 15px;
        height: 15px;
    }

        .lds-ring.small div {
            box-sizing: border-box;
            display: block;
            position: absolute;
            width: 15px;
            height: 15px;
            margin: 2px;
            border: 3px solid #fff;
            border-radius: 50%;
            animation: lds-ring 1.2s cubic-bezier(0., 0, 0., 1) infinite;
            border-color: #fff transparent transparent transparent;
        }


@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}





/*SCROLLBAR*/
.scroll::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

.scroll::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    .scroll::-webkit-scrollbar-thumb:hover {
        background: gray;
    }

    .scroll::-webkit-scrollbar-thumb:active {
        background: darkgray;
    }

.scroll::-webkit-scrollbar-track {
    background: #f8f8f8;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    .scroll::-webkit-scrollbar-track:hover {
        background: white;
    }

    .scroll::-webkit-scrollbar-track:active {
        background: white;
    }

.scroll::-webkit-scrollbar-corner {
    background: transparent;
}

/*END SCROLLBAR*/

/*SCROLLBAR*/
.scrollh::-webkit-scrollbar {
    width: 4px;
    height: 7px;
}

.scrollh::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.scrollh::-webkit-scrollbar-thumb {
    background: #ccc;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    .scrollh::-webkit-scrollbar-thumb:hover {
        background: gray;
    }

    .scrollh::-webkit-scrollbar-thumb:active {
        background: darkgray;
    }

.scrollh::-webkit-scrollbar-track {
    background: #f8f8f8;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    .scrollh::-webkit-scrollbar-track:hover {
        background: white;
    }

    .scrollh::-webkit-scrollbar-track:active {
        background: white;
    }

.scrollh::-webkit-scrollbar-corner {
    background: transparent;
}


/*END SCROLLBAR*/







