  
   .form-signin input[type="text"] {
        margin-bottom: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .form-signin input[type="password"] {
        margin-bottom: 10px;
        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: 5%;
    }
    .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    }
    .panel {
      margin-bottom: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
    padding-left: 0px;
    padding-right: 0px;
    background-color: white;
    border: 1px solid gray;
    }
    .container {        

        padding: unset !important;
        background:url(https://www.yes.med.br/dist/imagens/backBlurw.JPG) #f9f9f9;
        
        background-repeat: no-repeat;
        -webkit-background-size:cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size:cover;
        width:100%; 
        height:100vh; 
        min-height:100%;
    }
        .container_out_rosa {        


        background:url(../../../dist/imagens/back_login/out_rosa_2017.jpg) #f9f9f9;
        
        background-repeat: no-repeat;
        -webkit-background-size:cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size:cover;
        width:100%; 
        height:auto; 
        min-height:100%;
    }
    .rodape_medisoft
    {
      bottom: 10px;
    position: fixed;
    width: 100vw;
    text-align: center;


    }
    .full_login_loading
    {
        background-color: rgba(255, 255, 255, 0.8);
        position: fixed;
        left:0;
        top:0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        background: rgba(255, 255, 255, 0.8) url('../../../dist/imagens/loading.GIF') center no-repeat;
        display:none;

    }

        

   .form-control {background-color: white; border-radius: 5px !important; margin-bottom: 15px !important; border: 1px solid gray !important;}

    .textologin{
       padding: 60px 30px 0px 30px;
        margin-bottom: 30px;
        text-align:left;
    }

      .btnlogin{
        background-color: #27b3ff;
    color: rgb(255, 255, 255);
    border-radius: 5px !important;
    }


    .caixalogin {
       width:99vw;
       max-width:600px;
       margin:0 auto; 
    }