
.input-field .prefix.active{
	color:#00bcd7!important;
}

a{
	color:#00bcd7!important;
}

.input-field {
    margin-top: 0rem!important;
}

#user-login {
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 768px) {
	#user-login {
		margin-left: 5px;
	}
}

.container {
    width: 100%;
    margin: 0 auto;
}
input#btnsubmit {
    background-color: transparent;
    padding: 10px;
    border: #485c61 0px solid;
    color: #FFF;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.pwderr {
    position: relative;
    color: #bb1515;
}

.usererr {
    position: relative;
    color: #bb1515;
}

*, *:before, *:after {
    box-sizing: content-box;
}

h5 {
    text-align: center;
}

.container .row {
    margin-left: unset;
    margin-right: -0.75rem;
    margin-top: 5px;
}

input[type=text].feedb-email {
    padding: 10px 8px;
    width: 180px;
    margin: 0;
    float: left;
    border: 1px solid #a1a2a2;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: inherit;
    height: auto;
}

[type="checkbox"]+label {
    width: 100%;
}

input {
    font: -webkit-small-control;
    margin-left: 0px !important;
    width: 99% !important;
    margin-bottom: 0px !important;
    margin-top: 8px;
}

body {
    font-size: initial;
	margin-top: 8%;
}

html {
    line-height: normal;
}

.input-field .prefix {
    line-height: 50px;
}
.input-field.col label {
    margin-left: 0px !important;
}
input.search {
    background-color: #FFF;
    border: none;
    border-bottom: initial;
    outline: none;
    height: unset;
    width: 400px;
    font-size: 1rem;
    margin: auto;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    background-color: #fcfefd;
    line-height: 15px;
    margin-right: -30px;
    padding: 10px 0 8px 8px;
    width: 400px;
    color: #5c5c5c;
    border-radius: 4px;
}
.row .col.s12 {
    width: 99%;
}

[type="checkbox"]#remember-me {
    pointer-events: auto;
    width: 18px !important;
    height: 18px;
    left: 24px;
    top: 15px;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 500px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.close {
    position:absolute;
    right:30px;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}