.pointer{
    cursor: pointer;
}

.template{
    display: none;
}

body{
    height: 100vh;
}

.button {
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #444;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}

.button:hover {
    background: #10467d;
    color: white;
}

.button-primary {
    background: #0a2d50;
    color: white;
    border: 0px;
    border-radius: 5px;
}

.button i {
    margin-right: 10px;
}