﻿/*Login LEARN*/
.bodyStyle {
    background-color: #112538
}
.HeaderPage {
    display: none
}
.clsContentUserLogin {
    width: 100%
}

.BoxLoginStyle {
    /*background-image:url(/images/newlanding/bglogin.jpg);
background-size:cover;
padding:200px 250px;*/
    font-size: 10pt;
}

    .BoxLoginStyle > div {
        background-color: #001326;
        color: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        margin: 0 auto;     
        font-weight: bold;
        line-height: 25px;
        font-size: 10pt;      
        width: 390px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .BoxLoginStyle > div > div {
            padding: 10px 20px
        }

    .BoxLoginStyle input[type=text], .BoxLoginStyle input[type=password] {
        width: 100%;
        text-align: left;
    }

    .BoxLoginStyle input[type=submit], .BoxLoginStyle input[type=button] {
     
    }

        .BoxLoginStyle input[type=submit]:hover, .BoxLoginStyle input[type=button]:hover {
            background-color: #5b95ae;
        }

    .BoxLoginStyle .linkblue {
        color: #006afb
    }

        .BoxLoginStyle .linkblue:hover {
            text-decoration: underline;
            cursor: pointer
        }

    .BoxLoginStyle a:hover {
        text-decoration: underline;
        cursor: pointer;
        color: #0034e1
    }

    .BoxLoginStyle .captcha > div > div > div {
        margin: 0 auto
    }


/********************************8*/

.cobalt-boxlogin {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    background-color: #001326;
    width: 390px;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    font-weight: bold;
    line-height: 25px;
    font-size: 10pt
}

    .cobalt-boxlogin > div {
        padding: 5px 20px;
        text-align: left;
    }

    .cobalt-boxlogin div[name=ic_emsignia] {
        background-image: url(../../Images/NewLanding/cobalt-masterpage/Logo_Icon.png);
        width: 30px;
        height: 30px;
        background-size: 27px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .cobalt-boxlogin div.title {
        background-color: #142737;
        color: #fff;
        font-size: 13pt;
        padding: 8px 15px
    }

        .cobalt-boxlogin div.title > div {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px
        }

    .cobalt-boxlogin .bordertop {
        border-top: 2px solid #ced0d1
    }

    .cobalt-boxlogin input[type=text], .cobalt-boxlogin input[type=password] {
        width: 100%;
        text-align: left
    }



.buttonlogin60, .textconditions60, .EmailContact60, .line, .termsandconditions, divbox-hidden, .divbox-hidden-60 {
    display: none !important
}
.termsandconditions {
    font-size: 8pt
}


.BoxLoginStyle div[name=ic_emsignia] {
    background-image: url(../../Images/NewLanding/cobalt-masterpage/Logo_Icon.png);
    width: 30px;
    height: 30px;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: -webkit-optimize-contrast;
}
.BoxLoginStyle div.title-70 {
    background-color: #142737;
    color: #fff;
    font-size: 13pt;
    padding: 10px 15px;
    text-align: left
}

    .BoxLoginStyle div.title-70 > div {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }
    
.BoxLoginStyle .bordertop {
    border-top: 2px solid #ced0d1
}
.BoxLoginStyle .link a {
    color: #007aaa;
    font-weight: bold;
}

    .BoxLoginStyle.link a:hover {
        cursor: pointer;
        text-decoration: underline
    }

.BoxLoginStyle .buttonlogin {
    padding-top: 10px
}

.BoxLoginStyle .linkbutton:hover {
    cursor: pointer;
    text-decoration: underline
}
/********************************8*/
