﻿
div.login_pwd_rem a, div.login_part_cre a {
    text-decoration: underline;
}


.notif_ok {
    font-weight: bold;
}

div#login_form {
    width: 600px;
    float: left;
}

div#login_form div {
    margin-bottom: 10px;
}

    div#login_form div.text1 {
        margin-bottom: 0px;
    }

div#login_form .login {
    width: 300px;
    height: 30px;
    font-size: 18px;
    padding: 5px;
}

div#login_form div.login_type input {
    width: 30px;
    height: 20px;
    font-size: 12px;
}

div#login_form div.login_type table tr td {
    vertical-align: middle;
}

div#login_form div.error {
    font-size: 16px;
    color: Red;
}

div#login_form div a {
    font-size: 16px;
}

a.loginlink {
    font-size: inherit !important;
}

div#login_form h1 {
    font-size: 24px;
}

.loginbtn {
    font-size: 16pt;
    margin-top: 5px;
    width: 200px;
}

.text1 {
    font-weight: bold;
    font-size: 14px;
}

.timeout {
    font-weight: bold;
    font-size: 14px;
    color: red;
}

.logout {
    font-weight: bold;
    font-size: 14px;
    color: #00994E;
}

.login_warn {
    width: 200px;
    float: right;
    padding: 20px;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    min-height: 80px;
}

.login_warn a {
    font-size: 20px !important;
    color:white;
}

.login_warn_hd {
    font-size: 16px;
    font-weight: bold;
}

.btn_socsignin
{
    float:left;
    margin-right:20px;
}

.btn_socsignin:hover {
    cursor: pointer;
}

.is_extrainfo
{
    font-size:12px;
    margin-top:6px;
    font-weight:normal;
}

@media only screen and (max-device-width : 640px) {

    .login_warn {
        width: 80%;
        float: none;
        clear: both;
    }

    div#login_form {
        width: 100%;
    }

    div#login_form .login {
        xwidth: 100%;
        xheight: 30px;
        xfont-size: 18px;
        xpadding: 5px;
    }

    .btn_socsignin
    {
        float:none;
        margin-right:0px;
    }
}

.expandToBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    padding-top: 10px;
    background-color: #00A2E8;
    border-radius: 10px;
    min-height:120px;
}

.expandToBox p { 
    padding: 0 10px 0 10px; 
    font-size:14px;
}

.expandToBox:hover {
    background-color: #0085e8;
}




a, a:hover, a:hover i {
    color: inherit;
    text-decoration: none;
}

