﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.css);

@font-face {
    font-family: 'Museo';
    src: url('../fonts/Museo_Slab_500_2-webfont.eot');
    src: url('../fonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo_Slab_500_2-webfont.woff') format('woff'), url('../fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'), url('../fonts/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    font-family: Tahoma;
    font-size: 13px;
    background-color: #0690AA;
}

.col {
    top: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute;
}

.left.col {
    width: 100%;
    height: 350px;
}

.lContainer {
    left: 50%;
    top: 200px;
    width: 740px;
    height: 410px;
    margin-left: -250px;
    z-index: 1000;
    position: absolute;
}

.lType {
    left: 50%;
    top: 300px;
    width: 300px;
    height: 60px;
    margin-left: -550px;
    z-index: 2000;
    position: absolute;
    color: #fff;
    text-align: right;
}

    .lType p {
        font-family: Roboto;
        font-size: 27px;
        margin-right: 60px;
    }

.logo {
    background-image: url(../images/logo2.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
    height: 70px;
}

.cnt {
    width: 100%;
    height:300px;
    background-color: #fff;
    font-family: Museo;
    color: #5B7A81;
    display: grid;
    grid-template-areas: "A B";
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
}

    .cnt > div {
        border-right: 1px solid #D6EEF2;
        text-align: center;
        padding: 10px;
        position: relative;
    }

        .cnt > div:last-of-type {
            border: 0;
        }

        .cnt > div h2 {
            font-size: 28px;
            text-align: center;
            margin-top: 20px;
            line-height: 46px;
        }

            .cnt > div h2 img {
                max-width: 100%;
            }

        .cnt > div h3 {
            font-family: Museo;
            font-weight: 400;
        }

        .cnt > div p {
            font-size: 14px;
            margin-top: 10px;
            text-align: center;
            color: #BFBFBF;
        }

.idp-subname {
    font-size: 12px;
    padding: 10px 0 15px 0;
    text-align: center;
    color: #BFBFBF;
}

.contact-phone {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 45px;
    color: #919191;    
}


.cntRight p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    color: #919191;
}

.cnt > div a {
    font-size: 14px;
    font-family: Museo;
    color: #919191;
    text-decoration: none;
}

    .cnt > div a:hover {
        text-decoration: underline;
    }

.phone {
    width: 65px;
    height: 65px;
    background-image: url(../images/ico_phone.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -32px;
    left: calc(50% - 32px);
}


.lang {
    width: 100%;
    margin-top: 10px;
}

    .lang input[type="image"] {
        margin-right: 10px;
        margin-top: 5px;
    }

.lang_flag {
    width: 23px;
}

div.error {
    background-color: #ffc7c7;
    border: 1px solid #a51b1b;
    font-family: Tahoma;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 10px 5px;
    color: #a51b1b;
}

div.info {
    background-color: #D4ECF4;
    border: 1px solid #0690AA;
    font-family: Tahoma;
    font-size: 12px;
    margin: 15px 5px 5px 0;
    padding: 10px 5px 10px 5px;
    color: #034855;
}

/* Button */
.btn-login {
    text-align: center;
    font-family: Museo, sans-serif;
    font-size: 14px;
    text-decoration: none;
    line-height: normal;
    cursor: pointer;
    border: none;
    padding: 12px 25px 12px 25px;
    padding-right: 4.7em;
    -moz-transition: width 500ms height 500ms, background-color 500ms, -moz-transform 500ms;
    -webkit-transition: width 500ms, height 500ms, background-color 500ms, -webkit-transform 500ms;
    -o-transition: width 500ms, height 500ms, background-color 500ms, -o-transform 500ms;
    transition: width 500ms, height 500ms, background-color 500ms, transform 500ms;
    background-color: #0690AA;
    color: #fff;
    position: relative;
    transition: .2s;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    outline: none;
}

    .btn-login::before, .btn-login::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding-top: inherit;
        padding-bottom: inherit;
        width: 2.8em;
        content: "";
        font-family: 'Font Awesome 5 Free', sans-serif;
        font-size: 1.2em;
        text-align: center;
        transition: .2s;
        transform-origin: 50% 60%;
    }

    .btn-login::before {
        background-color: #046C80;
    }


.ico-ok::after {
    content: "\f058";
}
.ico-arrow::after {
    content: "\f105";
    font-weight: 900;
}
    .btn-login:hover {
        background-color: #046C80;
    }

        .btn-login:hover::before {
            background-color: #034755;
        }

        /*.btn-login:hover::after {
            -webkit-animation: bounceright .3s alternate ease infinite;
            animation: bounceright .3s alternate ease infinite;
        }*/

    .btn-login:active {
        background-color: #046476;
        outline: none;
    }

    .btn-login:focus {
        outline: none;
    }

.bounceright:hover::after {
    -webkit-animation: bounceright .3s alternate ease infinite;
    animation: bounceright .3s alternate ease infinite;
}
.bounceup:hover::after {
    -webkit-animation: bounceup .3s alternate ease infinite;
    animation: bounceup .3s alternate ease infinite;
}

@-webkit-keyframes bounceright {
    from {
        -webkit-transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(3px);
    }
}

@-webkit-keyframes wiggle {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(30deg);
    }
}

@-webkit-keyframes bounceup {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-3px);
    }
}

@keyframes bounceright {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(3px);
    }
}

@keyframes bounceup {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-3px);
    }
}

@keyframes wiggle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(30deg);
    }
}
/* TextBox */
input[type="text"], input[type="password"], textarea {
    border: 1px solid #DFDFDF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: calc(100% - 20px);
    font-family: Tahoma;
    font-size: 13px;
    resize: none;
    outline: none;
    vertical-align: middle;
    color: #9E9E9E;
    background-image: -ms-linear-gradient(top left, #F8F8F8 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(top left, #F8F8F8 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top left, #F8F8F8 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #F8F8F8), color-stop(1, #FFFFFF));
    background-image: -webkit-linear-gradient(top left, #F8F8F8 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom right, #F8F8F8 0%, #FFFFFF 100%);
    margin-bottom: 20px;
    padding: 12px 10px;
}

.change-password-button {
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: normal;
    color: #FFF;
    border: 1px solid #0561B4;
    background: linear-gradient(top, #fff 0%, #62B3EB 2%, #3179A9 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #62B3EB 2%, #3179A9 100%);
    cursor: pointer;
    border-radius: 4px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.25);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
    box-shadow: 1px 1px 1px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
    padding: 6px 18px 6px 18px;
    outline: none;
}
