/*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;
    }
}
@media (max-height: 600px) {
    .form-control {
        padding: 2px 2px !important;
    }
    .user-id-form{
        display: none;
    }
    .field-icon {
        float: right;
        margin-left: -45px;
        margin-top: -25px;
        position: relative;
        z-index: 2;
        font-size: medium;
        color: #202039 !important;
        padding-right: 45px;
    }
}
@media (min-height: 600px) and (max-height: 700px){
    .form-control {
        padding: 4px 4px !important;
    }
    .user-id-form{
        display: block;
    }
    .field-icon {
        float: right;
        margin-left: -45px;
        margin-top: -26px;
        position: relative;
        z-index: 2;
        font-size: medium;
        color:  #202039 !important;
        padding-right: 45px;
      }
}
@media (min-height: 700px){
    .field-icon {
        float: right;
        margin-left: -45px;
        margin-top: -35px;
        position: relative;
        z-index: 2;
        font-size: medium;
        color:  #202039 !important;
        padding-right: 45px;
      }
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}
.text-name {
    margin: 15% 0;
}

.form-signin input[type="text"] {
    margin-bottom: 5px;
    border-radius: 10px;
    color: black;
}
.form-signin input[type="password"] {
    margin-bottom: 5px;
    border-radius: 10px;
    /*border-top-left-radius: 0;
    border-top-right-radius: 0;*/
}
.form-signin input[type="email"] {
    margin-bottom: 5px;
    border-radius: 10px;
    /*border-top-left-radius: 0;
    border-top-right-radius: 0;*/
}

.form-signin .form-control {
    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; 
}

.submitBtn {
    background-color: rgba(33,97,144,0.9);
    color:white; 
}

.submitBtn:hover {
    color: white; 
}

input[type=checkbox], input[type=radio] {
    margin: 0px 2px 02px 3px;
position: relative;}

.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%; 
}

.terms-conditions-field{
    background: whitesmoke;
    color: black;
    padding: 5px;
    margin-left: 10px;
    margin: 10px;
    border-radius: 10px;
  }