@import url("//fonts.googleapis.com/css?family=Nunito:400,600,700,800");

html {
    height: 100%;
}

body {
    font-family: "Nunito", "Segoe UI", arial;
}

.btn-primary {
    background-color: #1378e4 !important;
    box-shadow: 0 2px 10px rgba(20 82 149, .3) !important;
    border: 1px solid #1378e4 !important;
}

.btn {
    font-size: 16px !important;
    padding: 5px 13px !important;
    height: 40px;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #136ac7 !important;
}

input,
select {
    padding: 5px 10px !important;
}

input,
.input-group-text,
select {
    height: 35px !important;
}

.card-primary {
    border-top: 2px solid #1378e4 !important;
    border-radius: .5rem;
}

.text-primary {
    color: #1378e4 !important;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #495057;
    background-color: #fdfdff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    border-color: #e4e6fc;
    margin-bottom: 10px;
    padding: 5px 10px;
    height: 35px;
}

.card-body {
    padding: 15px;
}
.offset-xl-4 {
    margin-left: 35.333333%;
}
.card .card-body {
    padding-top: 15px;
    padding-bottom: 25px;
}

.card{
    max-width: 300px;
    width: 100%;
}

.card-primary {
    border-top: 3px solid #1378e4 !important;
    border-radius: .5rem;
}