/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { height: 100% }

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}
a:hover { text-decoration: none }



.search-box{margin:80px auto;position:absolute;}
.caption{margin-bottom:50px;}
.loginForm input[type=text], .loginForm input[type=password]{
    margin-bottom:10px;
}
.loginForm input[type=submit]{
    background:#fb044a;
    color:#fff;
    font-weight:700;
    
}

#pswd_info2 {
    background: white;
    border: 1px solid #002f5c;
    border-radius: 8px;
    padding: 10px;
    display: none;
}

#pswd_info2 ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

#pswd_infoSmall {
    margin: 10px 0px;
    background: white;
    width: 100%;
    border: 1px solid #002f5c;
    border-radius: 8px;
    max-width: 500px;
    display: none;
    font-size: 12px;
    padding: 10px;
}

#pswd_infoSmall ul {
    list-style: outside none none;
    padding: 0;
    margin: 0px;
}

#pswd_info {
    background: white;
    position: absolute;
    top: 20%;
    right: 100%;
    width: 100%;
    border: 1px solid #002f5c;
    border-radius: 8px;
    max-width: 500px;
    display: none;
    padding: 10px;
}
@media (min-width:1021px) {
    #pswd_infoSmall {
        display: none!important;
    }
}
@media (max-width:1021px) {
    #pswd_info {
        position: initial;
    }
}
#pswd_info h4{
    background: #002f5c none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    padding: 17px 0;
    text-align: center;
    text-transform: uppercase;
}
#pswd_info ul {
    list-style: outside none none;
    padding: 0;
    margin: 0px;
}

.valid-pass {
    background: rgba(0, 0, 0, 0) url("https://s3-us-west-2.amazonaws.com/middleware-images/check-nuto.png") no-repeat scroll 0px 0px;
    color: green;
    line-height: 22px;
    padding-left: 25px;
}

.invalid-pass {
    background: rgba(0, 0, 0, 0) url("https://s3-us-west-2.amazonaws.com/middleware-images/close_red-nuto.png") no-repeat scroll 0px 0px;
    color: red;
    line-height: 22px;
    padding-left: 25px;
}


#mensaje{
    padding-left: 15px;
    color: #000;
}