@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTS55F.woff2') format('woff2'),
    url('../fonts/PTS55F.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    -webkit-tap-highlight-color: rgba(57, 179, 215, 0.3);
}

::selection {
    background-color: #39B3D7;
    color: #FFF;
}

::-moz-selection {
    background-color: #39B3D7;
    color: #FFF;
}

button:focus, input:focus {
    outline: 0 !important;
}

a, a:hover {
    border: none;
    outline: none;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

#wrapper {
    position: absolute;
    top: 45%;
    margin-top: -105px;
    left: 0;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    height: auto;
}

#wrapper .main {
    padding: 15px;
}

.submit {
    text-align: right;
    margin-top: 20px;
}

.submit i.fa {
    margin-right: 5px;
}

.img-title {
    background: no-repeat center 0;
    background-size: auto 25px;
    height: 40px;
}

.main {
    background: #F8F8F8;
    width: 90%;
    max-width: 430px;
    margin: 0 auto;
}

.input-group-btn label {
    width: 35px;
}

.copyright {
    margin-top: 10px;
    font-size: 12px;
}

.register-btn {
    margin-top: 27px;
    display: inline-block;
}

.form-spacer {
    height: 5px;
}

button, button:hover {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.login-error {
    color: #E40000;
    margin-bottom: 10px;
    text-align: center;
}
