#login {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/triangles.jpg) no-repeat center center fixed;
    background-size: cover;
    transform: scale(1.1);
}
#login .v-snack__wrapper {
    transform: translate(10px, 100px);
}
#login_wrapper {
    position: absolute;
    top:15%;
    left:50%;
    transform: translateX(-184px);
    text-align:center;
}
#login_card{
    padding: 32px 48px;
    width: 369px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
}
#logo{
    /*transform: translateX(-20px);*/
    margin-bottom: 10px;
}
.logo_title{
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    color: #093643;
}
.login_help{
    font-size: 14px;
    color:#224A56;
}

a:link {
    color: #224A56 !important;
}

/* visited link */
a:visited {
    color: #224A56 !important;
}

/* mouse over link */
a:hover {
    color: #224A56 !important;
}

/* selected link */
a:active {
    color: #224A56 !important;
}
.build_info{
    font-size: 13px;
    line-height: 170%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}
.retry_text{
    color:white;
    font-size:12px;
    /*transform: translateY(46px);
    position: relative;
    z-index: 100;
    padding: 0 10px;
    max-width: 110px;
    vertical-align: center;
    horiz-align: center;
    margin:auto;
    background-color:rgba(255, 255, 255, 0.15);
    border-radius: 8px;*/
}
#login_card .v-btn__content{
    /*transform: translateY(-10px);*/
}
