/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-feb-2016, 16:11:47
    Author     : Sofia

*/

.m-b-20{
    margin-bottom: 20px;
}

#background{
    display: block;
    width: 100%;
    height: 100%;
    background: url('../bundles/clinicausermanagement/images/background_blue.jpg');
    background-size:100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 0;   
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.loginBox{
    border-radius: 25px;
    font-size: 12px;
    color: white;
    background-color: rgba(0,0,0,0.3);
    /* margin: 10px; */
    padding: 50px;
}

.vertical-offset-200{
    padding-top:200px;
}

.title{
    font-family: 'myriad', "Helvetica Neue", verdana, helvetia, sans-serif !important;
    /*font-style: italic;*/
    /*font-weight: 800;*/
    font-size: 31px;
}

.btn-personal{
    /*color: white;*/
/*    background-color: #488c6c;
    border-color: #407D60;*/
/*    background-color: #6ab3f9;
    border-color: #438cd4;*/
    color: #fff;
    background-color: #004561;
    border-color: #003348;
    transition: background-color 0.25s, border-color 0.25s;
}
.btn-personal:hover{
    /*color: #fff;*/
/*    background-color: #327154;
    border-color: #2C644A;*/
/*    background-color: #5A738E;
    border-color: #438cd4;*/
    background-color: #24a4d6;
    border-color: #24a4d6;
    color: white;
}
#wrapper {
/*    background-color: #F6F5F3;
    max-width: 1600px;*/
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow-x: hidden;
    height: 100%;
    min-width: 764px;
}
input{
    font-family: "Helvetica Neue", verdana, helvetia, sans-serif !important;
    font-size: 16px;
}