﻿body {
font-size:14px;
}
a {
    outline: 0;
    transition: all 0.5s;
    color: #5e55b8;
}
.clr_red {
color:#D41f31;
}
.page-ath-wrap {
    display: flex;
    min-height: 100vh;
}

.page-ath-content {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.page-ath-form, .page-ath-header, .page-ath-footer, .page-ath-text {
    width: 440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}

.page-ath-header {
    padding-top: 40px;
}

.page-ath-form {
    padding-top: 40px;
    padding-bottom: 50px;
}

.page-ath-footer {
    padding-bottom: 30px;
}

.page-ath-heading {
    font-size: 1.8em;
    font-weight: 300;
    letter-spacing: -0.025em;
    color: #342d6e;
    line-height: 1.2;
    padding-bottom: 15px;
}

    .page-ath-heading small {
        display: block;
        font-weight: 400;
        font-size: 0.66em;
        color: #495463;
        letter-spacing: normal;
        margin-top: 10px;
    }

.input-item {
    position: relative;
    padding-bottom: 20px;
}

.input-bordered {
    border-radius: 4px;
    border: 1px solid #d2dde9;
    width: 100%;
    padding: 10px 15px;
    line-height: 20px;
    font-size: .9em;
    color: rgba(73,84,99,0.7);
    transition: all .4s;
}

.input-item {
    position: relative;
    padding-bottom: 20px;
}

.gaps-2x {
    height: 20px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.gaps-4x {
    height: 40px;
}

.btn-primary {
    background: #7668fe;
    border-color: #7668fe;
}

.btn-block {
    display: block;
    width: 100%;
}


.page-ath-gfx {
    background: url('../images/Home.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.layered {
    background: rgba(0,0,0,0.6) no-repeat;
}
@media (min-width: 576px) {
    .page-ath-heading {
        padding-bottom: 23px;
        font-size: 2.8em;
    }

        .page-ath-heading small {
            font-size: 0.46em;
        }

    .btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}


@media (min-width: 768px) {
    .page-ath-content {
        width: 50%;
    }

    .page-ath-gfx {
        width: 50%;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .page-ath-content {
        width: 38%;
    }

    .page-ath-gfx {
        width: 62%;
    }
}
