
a{
  color: #666;
}

a:hover {
  color: #52BDEC;
	text-decoration: none;
}


/*.text input[type="text"],.text .login input[type="password"], .text .chosen-select, .text #new_user input {*/
.text input[type="text"],.text .login input[type="password"], .text #new_user input {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    margin: 4px;
    border-radius: 4px;
    height: 50px;
    border-color: #ccc;
    padding: 8px 20px;
}

.text {
    text-align: center;
    margin-top: 100px;
}


/* style for inputs */
input[type="button"], input[type="submit"] {
    color: black !important;
    border: 1px solid #ccc !important;
    cursor: pointer !important;
    width: 148px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    height: 40px !important;
    padding: 12px !important;
    margin: unset !important;
    display: inline-block !important;
	background: white;
    box-sizing: border-box !important;
}

input[type="button"]:hover, input[type="submit"]:hover {
   	background: #f2f2f2;
}

.login {
    vertical-align: center;
}

#new_user {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.text #new_user input {
    margin: 4px;
}

/*
.text .chosen-container .chosen-container-multi {
    width: 300px !important;
}

.text .chosen-container-multi .chosen-choices {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
*/
/*chosen choices make up multiple selects
 */

.text #new_user .chosen-select {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    margin: 4px;
    border-radius: 3px;
    height: 50px;
    border-color: #cccccc !important;
    padding: 12px 20px;
}
.text #new_user .chosen-choices {
    border-color: #cccccc;
    font: 400 13.3333px Arial !important;
    color: unset;
    box-shadow: none;
    text-shadow: none;
    margin-top: 4px;
    /*margin-bottom: 8px;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    position: relative;
    padding: 12px;
}

.text  #new_user .chosen-choices input {
    position: relative;
    display: block;
    padding: 12px;
    margin: 0px;
    color: RGB(117,117,117);
}

