* {
    font-family: "orkney";
}

html, body { 
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    min-width: 100%;
    width: 100%;
}

p {
    margin: 0;
}

.back {
    background-color: #162230;
    color: #f5f5f5;
    width: 100%;
    height: 100%;
    margin: 0;
}

.toast {
    width: 400px;
    background-color: #4A7784;
    padding: 20px;
    height: 150px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: calc(50% - 200px);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 8px;
    padding-top: 50px;
}

label {
    width: 140px;
    text-align: left;
    font-weight: lighter;
    display:inline-block;
}

input[type="text"], input[type="password"] {
    margin-bottom: 30px;
    padding: 4px;
}

input[type="text"]:focus, input[type="password"]:focus {
    outline: none;
}

input[type="submit"] {
    border: none;
    padding: 7px;
    border-radius: 5px;
    background-color: #162230;
    color: #f5f5f5;   
    border: 2px solid #162230;
}

input[type="submit"]:hover {
   cursor: pointer;
   border: 2px solid #fff;
}
