@import url(//fonts.googleapis.com/css?family=Titillium+Web:300);
@import url(//fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700,900);

a {
    text-decoration: none;
    color: inherit;
}
.appearance (@value: none) {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

button.button-logout {
    margin: 0px 0px 0px 0px;
    padding: 12px 15px 12px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #009EF7;
    border: 0px;
    border-radius: 25px;
    cursor: pointer;
}
button.button-logout {
    background-color: #1B61CB;
}


button.button1 {
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #4466B7;
    background: transparent;
    border: 1px solid #4466B7;
    padding: 15px 25px;;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
}
button.button1:hover{
    background-color: #395699;
    color: #ffffff;
}



input[type="text"]{
    width: calc( 100% - 24px);
    padding: 12px 12px;
    margin: 14px 0px 0px 0px;
    font-size: 18px;
    font-family: 'Roboto',Sans-Serif;
    font-weight: 400;
    color: #000000; 
    border: 0px; 
    background-color : #f7f7f7; 
    outline: none;
    -webkit-appearance: none;

}
input[type="text"]:focus {
    background-color: #f0f0f0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}


input[type="tel"]{
    width: calc( 100% - 24px);
    padding: 12px 12px;
    margin: 14px 0px 0px 0px;
    font-size: 18px;
    font-family: 'Roboto',Sans-Serif;
    font-weight: 400;
    color: #000000; 
    border: 0px; 
    background-color : #f7f7f7; 
    outline: none;
    -webkit-appearance: none;

}
input[type="tel"]:focus {
    background-color: #f0f0f0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

input[type=password]{
    width: calc( 100% - 24px);
    padding: 12px 12px;
    margin: 14px 0px 0px 0px;
    font-size: 18px;
    font-family: 'Roboto',Sans-Serif;
    font-weight: 400;
    color: #000000; 
    border: 0px; 
    background-color : #F9F9F9; 
    outline: none;
    -webkit-appearance: none;
}
input[type=password]:focus {
    background-color: #f0f0f0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

::-webkit-input-placeholder { /* Chrome */
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
}