﻿body {
    font-family: "Segoe UI", Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    letter-spacing: 0.03em;
}

.error {
    color: red;
}

.info-box {
    padding: 5px;
    margin-top: 10px;
}

.password-changed-text {
    margin-bottom: 20px;
}

    .password-changed-text .error {
        padding: 10px;
        font-size: 14px;
    }

    .password-changed-text .info {
        padding: 5px;
    }

    .password-changed-text a {
        display: inline;
    }
/* Top buttons */


.top-buttons > li {
    list-style: outside none none;
    display: inline-block;
}

    .top-buttons > li > a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        text-decoration: none;
        /*text-shadow: 0 1px 0 #fff;*/
        white-space: nowrap;
    }

    .top-buttons > li.language {
        position: relative;
    }

        .top-buttons > li.language ul {
            min-width: 135px;
        }

    .top-buttons > li > ul {
        border-top-color: rgb(82, 82, 82);
        border-style: solid;
        border-width: 3px 1px 1px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        display: none;
        padding: 10px;
        right: 0;
        position: absolute;
        z-index: 10;
    }

    .top-buttons > li:hover > ul {
        display: block;
    }

    .top-buttons > li > ul > li > a {
        display: block;
        font-size: 13px;
        padding: 0 15px;
        white-space: nowrap;
    }

.form-signin {
    max-width: 380px;
    padding: 15px 35px 15px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}

   .profile-img-card {
            width: 96px;
            height: 96px;
            margin: 0 auto 10px;
            display: block;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }
loader:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 5px solid #e31d1a;
    border-right: 5px solid transparent;
    animation: spinner 0.6s linear infinite
}
