@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    src: url("../font/Quicksand-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url("../font/Quicksand-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url("../font/Quicksand-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    src: url("../font/Quicksand-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url("../font/Quicksand-Bold.ttf") format("truetype");
}

body {
    background-color: #444;
    background-image: url(../bg/blurred-background-5.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    font-family: 'Quicksand';
    color: #fff;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.row {
    display: table-cell;
    vertical-align: middle;
}

.alert {
    max-width: 400px;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-warning {
    color: rgb(171, 134, 19);
    background-color: rgba(255, 243, 205, 0.5);
    border-color: rgba(255, 238, 186, 0.75);
}

.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

form {
    padding: 0 20px;
}

.card {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 100%;
    border: 0;
    background: rgba(0, 0, 0, .25);
    border-radius: 0;
    margin-top: -1px;
}

.card:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#35c3c1), to(#00d6b7));
    background: linear-gradient(to right, #35c3c1, #00d6b7);
}

.card .card-header {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.025em;
    height: 66px;
    line-height: 45px;
    border-radius: 0;
    background: #444;
    background: rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.card-block, .card-footer {
    padding: 20px 30px;
}

.card-footer {
    background: rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-radius: 0;
}

.form-group {
    margin-bottom: 24px;
    display: -webkit-box;
    display: flex;
    margin-bottom: 1em;
}

.form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #FFF;
    font-size: 14px;
    -webkit-box-flex: 1;
    flex: 1;
    padding: 1em;
    border-radius: 0;
    border-left: 0;
}

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, .3);
    border-left: 0;
    color: #FFF;
}

label {
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 0;
}

.btn {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    color: #FFF;
}

.btn:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFF;
}

.btn:focus {
    box-shadow: none;
}

.forgot-password {
    text-align: center;
    margin-bottom: 30px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

.forgot-password a {
    color: #FFF;
}
