﻿body {
}
.login-container {
    height: 210px;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    background: #fffffb;
    position: relative;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    border: 2px solid #ccc;
}

.profile-no {
    background: url(../media/no.png);
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -25px;
    border-radius: 50%;
    box-shadow: 3px 3px 10px rgba(255,0,0,0.7);
    border: 1px solid #ff0000;
    background-color: #fff;
}

.profile-ok {
    background: url(../media/ok.png);
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -25px;
    border-radius: 50%;
    box-shadow: 3px 3px 10px rgba(0,200,22,0.7);
    background-color: #fff;
}

.profile-revision {
    background: url(../media/revision.png);
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -25px;
    border-radius: 50%;
    box-shadow: 3px 3px 10px rgba(255,208,26,0.7);
    border: 1px solid #ffd531;
    background-color: #fff;
}

.aClass {
    display: block;
    text-align: center;
    border: solid 2px #006ca9;
    width: 100%;
    padding: 5px 0;
    border-radius: 5px;
}

    .aClass:hover {
        background: #5bc4ff;
        color: white;
        cursor: pointer;
    }

.aClass2 {
    display: block;
    text-align: center;
    border: solid 2px #ff6b6c;
    width: 100%;
    padding: 5px 0;
    border-radius: 5px;
}

    .aClass2:hover {
        background: #ff9596;
        color: white;
        cursor: pointer;
    }

.description {
    margin-bottom: 10px;
}

.footerX {
    background: #006ca9;
    color: white;
    width: 100%;
    position: absolute;
    height: 30px;
    padding: 5px;
    margin-left: -20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    bottom: 0;
}

.footerX2 {
    background: #d2d2d2;
    color: #ff6a00;
    width: 100%;
    position: absolute;
    height: 30px;
    padding: 5px;
    margin-left: -20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    bottom: 0;
    font-weight: 900;
}
.texto-izquierda {
    text-align: left;
}
