/* label focus and underline color for email type input */
.input-field input[type="email"]:focus + label {
    color: #303f9f !important;
}

.row .input-field input[type="email"]:focus {
    border-bottom: 1px solid #303f9f !important;
    box-shadow: 0 1px 0 0 #303f9f !important;
}

/* label focus and underline color for password type input */
.input-field input[type="password"]:focus + label {
    color: #303f9f !important;
}

.row .input-field input[type="password"]:focus {
    border-bottom: 1px solid #303f9f !important;
    box-shadow: 0 1px 0 0 #303f9f !important;
}

#forecast {
    width: 100%;
    height: 600px;
    overflow: auto;
}