.label-card{
    display: inline-block;
    height: 40px;
}

.field {
    font-weight: 300;
    border: 0;
    color: #31325F;
    outline: none;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
    width: 70%;
    height: 40px;
    float: right;
}

.field::-webkit-input-placeholder { color: #999; }
.field::-moz-placeholder { color: #999; }
.field:-ms-input-placeholder { color: #999; }

.primary-button {
    text-decoration: none;
    background: #666EE8;
    color: white;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
    0 3px 6px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    border: 0;
    font-size: 15px;
    width: 30%;
    height: 40px;
    line-height: 38px;
    cursor:pointer;
}


.success-button {
    text-decoration: none;
    background: #0D9;
    color: white;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
    0 3px 6px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    border: 0;
    margin-top: 10px;
    font-size: 15px;
    width: 30%;
    height: 40px;
    line-height: 38px;
    cursor:pointer;
}

#verifyButton:focus {
    background: #555ABF;
}

#verifyButton:active {
    background: #43458B;
}

#loader{
    display: none;
}



.form-group{
    padding: 10px;
}
























