@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');

body#forgot {
    font-family: 'AvenirNextLTPro-regular', sans-serif;
    height: 100vh;
}
body#forgot div#logo {
    background-position: center;
    width: 100%;
}
#forgot-box {
    border-radius: 0px;
    border: none;
    background: #404040;
    color: #fff;
    border-radius:15px;
}

.dialog input[type="text"] {
    border: none;
    padding: 2%;
}
.dialog dl dt {
    width: 125px;
    display: inline-block;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 5px;
}
.dialog input[type="submit"] {
	background-position: 0 0 !important;
background-color: #68caea;
background-image: linear-gradient(top, #68caea, #2e9dc3);
background-image: -moz-linear-gradient(center top, #68caea, #2e9dc3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#68caea, endColorstr=#2e9dc3);
background-image: -webkit-gradient(linear, left top, left bottom, from(#68caea), to(#2e9dc3));
color: #ffffff;
text-shadow: 0px 0px 1px #3992b0;
border: 0px;
padding: 5px;
margin-left: 4px;
border-radius: 2px;
}