/*login*/
html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    background-color: #444;
    width: 100%;
    height: auto;   
    background: url("../img/fondo_lg.jpg.gz");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#padding-div {
    padding-top: 50px;
}
#presentation-div {
    display: none;
}

@media only screen and (max-width: 767px) {
    body {
        background: url("../img/fondo_md.jpg.gz");
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    #padding-div{
        padding-top: 5vh;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width : 1024px) {
    body {
        background: url("../img/fondo_md.jpg.gz");
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    #padding-div{
        padding-top: 5vh;
    }
}
@media only screen and (max-device-width : 767px) {
    body {
        background: url("../img/fondo_xs.jpg.gz");
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    #padding-div{
        padding-top: 5vh;
    }
}

@media only screen and (max-device-width : 767px) and (orientation : landscape){
    body {
        background: url("../img/fondo_xs_vertical.jpg.gz");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    #padding-div {
        padding-top: 5vh;
    }
    .color_barra {
        display: none;
    }
    .my-col {
        margin-left: 8.33333333%;
        width: 83.33333333%;
    }
}

@media (min-width: 768px) {
    #padding-div{
        padding-top: 5vh;
    }
}

@media (min-width: 992px) {
    #padding-div{
        padding-top: 8vh;
    }
}

@media (min-width: 1200px) {
    #padding-div{
        padding-top: 10vh;
    }
}

@media (min-height: 500px) {
    #presentation-div {
        display: block;
    }
}

.form-signin input[type="text"] {
    margin-bottom: 5px;
    border-radius: 12px;
    /*border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/
}
.form-signin input[type="password"] {
    margin-bottom: 5px;
    border-radius: 12px;
    /*border-top-left-radius: 0;
    border-top-right-radius: 0;*/
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vertical-offset-100 {
    padding-top: 100px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.my_panel{
    color: #346992 !important;
    background-color: #eee !important;
    border-color: #eee !important;
    border-radius: 10px !important;
}
.panel {
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.color_barra{
    background-color: rgba(33,97,144,0.9);
}
.img-visual{
    margin: 10% 0;
}

input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #326d95;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}
input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #326d95;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}
input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #326d95;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}
input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #326d95;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

@media only screen and (max-device-width: 767px) and (orientation: landscape){
    .col_img_visual{
        margin-left: 30%;
        width: 35%;
    }
}

input[type=submit] {
    background-color: rgba(33,97,144,0.9);
    color:white; 
}

input[type=submit]:hover {
    color: white; 
}

.upper-bar {
    background-color: rgba(33,97,144,0.9);
}

.video-link {
    background-color: rgba(33,97,144,0.9);
    border-radius: 6px;
    color: white;
    font-size: 2em;
    padding: 10px;
    margin: auto;
    max-width: 100%;
    overflow-wrap: break-word;
    text-align: center;
    word-wrap: break-word; 
}

.video-link:hover {
      background-color: rgba(33,97,144,0.9);
      color: white; 
}
  
.video-link-container {
    display: flex;
    margin: auto;
    max-width: 50%; 
}