﻿.login {
    position: relative;
    padding: 20px 20px 20px;
    width: 310px;
    font: caption;
}

.tagline {
    font-size: 20px;
    color: #b5c9da;
    font-family: Ubuntu Condensed;
    top: 2px;
    color: white;
    position: absolute;
    padding-top: 80px;
    padding-left: 30px;
    font: caption;
    font-weight: bold;
}

.taglinesperator {
    font-size: 40px;
    color: #b5c9da;
    font-family: Ubuntu Condensed;
    text-transform: uppercase;
    top: 2px;
    position: absolute;
    padding-top: 80px;
    padding-left: 10px
}

input[type="text"], input[type="email"] {
    border: 0;
    border-bottom: 1px solid black;
    outline: 0;
    font-size: large;
    font: initial;
}

input,
input::-webkit-input-placeholder {
    font-size: 23px;
    color: #A1A1A1;
    font-weight: bold;
}


.btnright {
    background-color: #113660;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    position: relative;
    left: 300px;
    top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

.link {
    text-decoration: none;
    color: #5C667D;
    font-weight: bold;
}
.footerlink {
    list-style: none;
    padding: 0;
    margin: 25px auto;
}

.footerlink--item {
    display: inline-block;
    margin: 5px;
}

.loginFooter {
    text-align: center;
}

.footerlink--link {
    padding: 5px;
    text-decoration: none;
    color: white;
}

