html, body, section{
    height: 100%;
}
/* login */
.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-signin .card-body {
    padding: 2rem;
}

.form-signin {
    width: 100%;
}

.form-signin .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input {
    height: auto;
    border-radius: 2rem;
}

.form-label-group > input,
.form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

.btn-google {
    color: white;
    background-color: #ea4335;
}

.btn-facebook {
    color: white;
    background-color: #3b5998;
}

.k-tabstrip:focus {
    box-shadow: none;
}

.n-options ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.n-options ul li {
    margin: 0;
    padding: 20px 15px 5px 0px;
    min-height: 28px;
    line-height: 28px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(128,128,128,.3);
}

.n-options ul li .k-switch, .n-options ul li .k-datepicker {
    float: right;
}

.circular-button {
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 15px;
    height: 55px;
    width: 55px;
}

.circular-button i {
    font-size: 1.5em;
    color: white;
    top: 13px;
    position: absolute;
    right: 10px;
 }

span.nk-small .k-switch {
    font-size: 0.4em;
}

.k-textbox{width:100%;margin-bottom:10px;}
.form-lg label {
    color: #acacac;
    font-weight: bold;
}

.nk-short-bottom{
    margin-bottom:0px;
}

.anim-border {
  border: solid 2px #FC5185;
  transition: border-width 0.3s linear;
}