﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    background: linear-gradient(137deg, #34B9F0 0%, #0971D2 100%);
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.form-control {
    border-radius: 3px;
    border-color: #DAD8DC;
    border-width: 1px;
    border-style: solid;
    height: 40px;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: .375rem .75rem;
    flex: 1 1 auto;
}

    .form-control:focus {
        border-color: #0091FF;
        outline: 0;
    }

.btn {
    height: 40px;
    border-radius: 3px;
    outline: 0;
    border: none;
    font-size: 14px;
    font-family: Helvetica;
    line-height: 17px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    padding: 10px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: white;
}

.btn-outline {
    border: 1px solid #0091FF;
    color: #0091FF;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-default {
    background: #0091FF;
    color: white;
}


.form-group, .btn-group {
    margin-bottom: 22px;
    display: flex;
    /*flex-wrap: wrap;*/
}

.tips {
    height: 12px;
    font-size: 12px;
    font-family: Helvetica;
    color: #9B9B9B;
    line-height: 14px;
    text-align: center;
    position: relative;
    margin-top: 23px;
    margin-bottom: 23px;
}

    .tips:before, .tips:after {
        display: block;
        position: absolute;
        content: '';
        top: 50%;
        width: 98px;
        border-top: 1px solid #DAD8DC;
    }

    .tips:before {
        left: 1px;
    }

    .tips:after {
        right: 1px;
    }


.link {
    font-size: 12px;
    font-family: SourceHanSansSC-Regular, SourceHanSansSC;
    font-weight: 400;
    color: #707070;
    line-height: 18px;
    text-decoration: none;
    margin-right: 10px;
}

.list-inline {
    display: block;
    margin: 0;
    padding: 0;
}

    .list-inline > li {
        list-style: none;
        display: inline-block;
    }

main {
}

.field-validation-error {
    position: relative;
    display: block;
    flex-wrap: wrap;
    color: red;
    margin-top: 5px;
    height: 23px;
    width:100%;
}

.form-group > .field-validation-error {
    margin-bottom: -15px;
}
.btn-group > .field-validation-error {
    margin-top: -15px;
    margin-bottom: 5px;
    text-align:center;
}

.input-validation-error {
    border-color: red;
}
