@import url(https://fonts.googleapis.com/css?family=Roboto:300);
.input-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 1000px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(255, 77, 213, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

body {
    background: #ffe6f9;
    font-family: "Roboto", sans-serif;
}

.form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #cc0099;
    border: 10px;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form .form1 button {
    width: 100%;
}

.form .form2 button {
    width: auto;
}

.form button:hover,
.form button:active,
.form button:focus {
    background: #b30086;
}

.form .form2 {
    display: none;
}

.buttons {
    width: auto;
}

.locdiv {}

.locdivname {
    float: left;
    width: 23%;
}

.locdivclue {
    margin-left: 27%;
}

.form .map {
    display: none;
}

.cluesdiv {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff4fc;
}

.cluediv {
    padding: 5px;
    margin-top: 20px;
    background: #ffffff;
}