﻿:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}

html {
    height: 100%;
}

body {
/*    height: 100%;
    min-height: 100%;
    background: white !important;
    overflow-x: hidden;*/
    /*margin-bottom: 150px !important;*/
}

.login-header {
    font-size: 35px;
    margin-left: -23px;
    text-align: center;
}

.login-logo {
    width: 150px !important;
}

#logged-out-footer {
    background-color: #F6F8FD;
    /*position: fixed;*/
    height: 150px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    z-index: 50;
    color: #2A2638;
    font-family: "Raleway", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
}

.footer-left {   
    padding: 25px 0px 25px 40px;
}

.footer-right {
    float:right;
    padding: 25px 25px 25px 40px;
}

.card-signin {
    z-index: 100;
    padding-top: 20px;
    border: 0;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    min-height: 350px;
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-signin .card-body {
    padding: 2rem;
}

.form-signin {
    width: 100%;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

#wave {
    z-index: 50;
    position: absolute;
    height: 350px;
    width: 100%;
    background: #4A6572;
}

    #wave:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 50%;
        height: 200px;
        background-color: white;
        right: -5px;
        top: 282px;
    }

    #wave:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 50%;
        height: 200px;
        background-color: #4A6572;
        left: -20px;
        top: 200px;
    }

.subscription-option {
    height: 100%;
}


.scheme-radio { 
    cursor: pointer; 
}

    .scheme-radio:hover {
        border: solid 1px gray;
/*        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1)*/
    }

    .scheme-radio.selected {
        background-color: #FFF7F1;
    }

.subscription-template-title {
    font-size: 20px;
    font-weight: 400;
    color: #543D98;
}

.subscription-template-price {
    font-size: 24px;
    font-weight: 500;
    color: #543D98;
}

.subscription-template-price-desc {
    font-size: 14px;
    margin-bottom: 20px;
}

.subscription-template-header {
    display: block;
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.subscription-template-point {
    display: block;
    width: 100%;
    font-size: 13px;
    padding-bottom: 10px;
}

.subscription-template-footer-text {
    display: block;
    width: 100%;
    font-size: 20px;
}

.subscription-template-footer-text-extra {
    display: block;
    width: 100%;
    color: gray;
    font-style: italic;
    font-size: 14px;
    padding-bottom: 12px;
}

.subscription-template-default {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: white;
    font-weight: 600;
    background-color: #FF8A11;
    border-radius: 0px 0px 05px 05px;
    padding: 2px 0px 2px 0px;
}

.subscription-option-container{
    margin-bottom: 20px;
}

.logged-out-container {
    height: calc(100% - 150px);
}

.logged-out-body {
    background-image: url(/Content/images/planhive_background.jpg);
    height: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.nav-item {
    margin-right: 20px !important;
}

.nav-link:hover {
    color: #543D98 !important;
    transition: all 0.3s ease-in-out;
}

.header-free-trial {
    /*    font-family: "Raleway", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;*/
    background-color: #543D98 !important;
    border-radius: 10px 10px 10px 10px !important;
    box-shadow: 0px 5px 20px 0px rgb(58 79 97 / 20%) !important;
    padding: 10px 30px 10px 30px !important;
    border: none !important;
}

.contained-checkboxlist {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
}

.checkboxlist-title {
    display: block;
    color: #6c757d;
    margin-bottom: 10px;
}

.register-reason-other {
    margin-top: 1rem;
    margin-bottom: 0.375rem;
}