﻿:root {
    --white: #ffffff;
    --pink: #EA346C;
    --bg-base: #4A91FF;
    --light-dark: #111111;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    background-color: var(--light-dark);
}


.bg-base {
    background-color: var(--pink);
}

.account-pages {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    min-height: 100vh;
}

.account-pages-background {
    /*background: transparent url('../images/assets/bg_banner.jpg') 0% 0% no-repeat;*/
    /*border: 1px solid #707070;*/
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
}

.account-grid {
    /*width: 358px;
    height: 134px;*/
    /* UI Properties */
    background-color: transparent;
    opacity: 1;
    /*max-width: 450px;
    max-height: 400px;*/
}

.custom-container {
    /*width: 358px;
    height: 134px;*/
    /* UI Properties */
    background-color: #fff;
    opacity: 1;
}

.custom-btn {
    width: 80%;
    text-align: center;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #FFFFFF;
}

    .custom-btn:hover {
        background: #4f4c4c 0% 0% no-repeat padding-box;
        opacity: 1;
    }

.form-check-input:checked {
    background-color: var(--bg-base);
    border-color: var(--bg-base);
}

.app-title {
    /*font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-30)/var(--unnamed-line-spacing-37) var(--unnamed-font-family-montserrat);*/
    /*letter-spacing: var(--unnamed-character-spacing-6);*/
    /*color: var(--white);*/
    /*text-align: left;*/
    font: normal normal normal 30px/37px Montserrat;
    letter-spacing: 5.6px;
    color: #FFFFFF;
    margin-top: 0.5rem;
    opacity: 0.8;
}

.alert-fixed {
    position: fixed;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    z-index: 9999;
    border-radius: 5px;
    padding: 0.4rem 1rem;
}

.alert-heading {
    font-size: 1rem;
}

.btn.btn-primary {
    border: transparent;
}

.forgetPassword {
    font-size: 1rem;
}

.h4, h4 {
    font-size: calc(1rem + .3vw) !important;
}

@media (min-width: 1600px) {
}

@media (min-width: 1400px) {
}

@media(min-width:1200px) {
    .forgetPassword {
        font-size: 1.4rem;
    }
}

@media (min-width:992px) {
}

@media (min-width: 768px) {
    .h4, h4 {
        font-size: calc(1rem + .3vw) !important;
    }
    .alert-fixed {
        width: 40%;
         padding: 0.4rem 1rem;
    }
}

@media (min-width: 575px) {
    .h4, h4 {
        font-size: calc(1rem + .3vw) !important;
    }

    .alert-fixed {
        width: 40%;
        padding: 0.4rem 1rem;
    }
}
@media(min-width:350px) and (max-width: 575px) {
    .alert-fixed {
        width: 60%;
        padding: 0.4rem 1rem;
    }
}
