@import https://fonts.googleapis.com/css?family=Raleway;
@import https://fonts.googleapis.com/css?family=Source+Sans+Pro;
/*----------------------------------------------
CSS Settings For HTML Div ExactCenter
------------------------------------------------*/
#main {
width:100%;
margin:50px auto;
text-align: center;
font-family:'Source Sans Pro'
}

input[type=password] {
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: 'Source Sans Pro';
  width: 280px;
  padding: 4px;
}


input[type=text] {
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: 'Source Sans Pro';
  width: 200px;
  padding: 8px;
}

input[type=text1] {
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: 'Source Sans Pro';
  width: 360px;
  padding: 8px;
}


input[type=submit] {
width:35%;
background-color:#FFFFFF;
color:#3960AB;
border:0px solid #FFFFFF;
padding:10px;
font-size: xx-large;
cursor:pointer;
text-align: center;
margin-top:20px;
display: inline-block;
font-family: 'Source Sans Pro';
margin-bottom:20px
}

input[type = submit]:hover {
    color: #3960AB;
}


a {
text-decoration:underline;
font-size:x-large;
cursor:pointer;
color:#3960AB
}

div.elem-group {
  margin: 40px 0;
}

label {
  display: block;
  font-family: 'Source Sans Pro';
  padding-bottom: 4px;
  font-size: 1.5em;
  color:#3960AB
}

e {
text-decoration: underline;
font-size: medium;
color: red
}

input, select, textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: 'Source Sans Pro';
  width: 500px;
  padding: 8px;
}

textarea {
  height: 250px;
}

button {
  height: 50px;
  background-color:#FFFFFF;
  color:#3960AB;
  border:0px solid #FFFFFF;
  padding:10px;
  font-size: xx-large;
  font-family: 'Source Sans Pro';
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  color:#E52763;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/* za mozila auyofil zutu pozadinu */
input {
  filter: none;
}
/* za safari  */
input, textarea, button {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;

    -webkit-border-radius: 0; 
}
