html,body {
    background-image: url("../img/bg-body.png");
    background-color: #e9e9e9;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Poppins;
}

.login{
    width: 100%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.login-head{
    width: 400px;
}

.login-body{
    background-color: #37474f;
    width: 100%;
    text-align: center;
}

.login-body-content {
    width: 400px;
}

.login-form-control {
    background-color: #546e7a;
    border-radius: 10px;
    text-align: left;
    padding: 6px 10px 6px 10px;
    width: 100%;
}

.login-form-control input {
    background-color: #546e7a;
    border: 0px;
    font-size: 14px;
    width: 100%;
    color: #fff;
}

.login-form-control input:focus {
    outline: none;
}

.login-form-etiqueta {
    font-size: 12px;
    color: #b8c4c9;
}

.login2 {
    width: 50%;
    position: fixed;
    /*right: 60px;
    top: 10px;*/
    box-shadow: 0 3px 6px -1px rgb(0 0 0 / 14%);
    animation-name: DropDownSlide;
    animation-duration: .3s;
    animation-fill-mode: both;
    min-width: 10rem;
    padding: 0.25rem 0;
    font-size: .8125rem;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #e2ebf0;
    border-radius: 0.25rem;
    /*left: 400px;
    top: 300px;*/
    display: none;    
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}