body{   

    /*background:url(/assets/images/home_slider/bg2.jpg) left bottom no-repeat;
    background-size: cover;*/
    min-height: 100vh;
    background: rgb(0,229,166);
    background: linear-gradient(180deg, rgba(0,229,166,1) 0%, rgba(0,112,225,1) 100%);
}
.text-white{color: #fff !important;}

#loginpage{
    border: none;
    border-radius: 30px;
}
#login_form, #registration_form{
    padding-right: 6.3rem !important;
    padding-left: 5.2rem !important;
}

#features{
    width: 100%;
    height: 100%;
    padding: 2em;
    display: flex;
    border-radius: 30px;
    background: url('/assets/images/loginbg.jpg') no-repeat center center;
    background-size: auto 100%;
}
.features-box{
    color: #fff;  
    width: 80%;
    margin: auto; 
    padding: 15px; 
    /*background-color: rgba(0, 0, 0, .8);*/
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); 
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
}
.features-box:before{
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(0, 0, 0, .5);
    filter: blur(10px);
    margin: -20px;
}
.logo{
    text-align: center;
    margin: 0;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 3em;
    padding: 15px 15px 10px 15px;
    /*background-color: rgba(0, 0, 0, .8);*/
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
    width: 40%;
    display: block;
    line-height: 0.8em;
}
.logo:before{
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgb(255 255 255 / 50%);
    filter: blur(10px);
    margin: -20px;
}
.logo small{
    font-weight: normal;
    display: block;
    font-size: 16px;
}
.features-box h2{
    text-align: center;
    margin: 0 0 42px 0; 
    font-size: 1.7em;
    padding: 15px; 
    /*background-color: rgba(0, 0, 0, .8);*/
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); 
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
}
.features-box h2:before{
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(0, 0, 0, .5);
    filter: blur(10px);
    margin: -20px;
}
.features-box h3{
    font-size: 36px;
    margin: 0 0 30px 0;
    padding: 0;
}
.features-box h3 small{
    font-size: 26px;
    font-weight: normal;
}
.features-box h4{
    font-weight: normal;
    font-size: 26px;
    margin:0 0 15px 0;
}
.log-footer {   
    /*background-image: url('/assets/images/alpha-bg.png') !important;
    background-color: transparent; 
    background-size: cover;    
    background-position: left center;*/
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
    line-height: 0.8em;
    background: #232526;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.logo:before{
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgb(255 255 255 / 50%);
    filter: blur(10px);
    margin: -20px;
}
.alpha-list{
    display: grid;
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    text-align: center;
    /* background-color: #fff; */
    grid-gap: 15px 4px;
    justify-items: stretch;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}
.alpha-list li{
    flex: 1;
    /*background-color: #fff;*/
    width: 40px;
    height: 40px;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
    grid-gap: 50px 100px;
    box-shadow: 0px 4px 3px #0c0c0c47;
}
.alpha-list li a{
    color: #d6d6d6;
    font-weight: 500;
    text-decoration: none;
}
.alpha-list li:hover, .alpha-list li:focus{
    background-color: #ddd;
    
    box-shadow: 0px 4px 6px #000;
}
.alpha-list li a:hover{    
    color: #333;   
}

@media screen and (max-width: 1500px) {
    #login_form, #registration_form{
        padding-right: 6.3rem !important;
        padding-left: 5.2rem !important;
    }

    h1{
        font-size: calc(2rem - 10%);
    }
    .logo{
        width: 40%;
        font-size: calc(2em - 10%);
        margin: 0 0 15px 0;
    }
    .logo small {
        font-weight: normal;
        display: block;
        font-size: calc(12px - 10%);
    }
    .features-box h3 {
        font-size: calc(1.7em - 10%);
        margin-bottom: 15px;
    }
    .features-box h3 small {
        font-size: calc(0.9em - 10%);
    }
    .features-box h4 {
        font-weight: normal;
        font-size: calc(1.3em - 10%);
        margin-bottom: calc(15px - 1%);
    }
    .features-box .btn{
        width: 49%;
        font-size: calc(16px - 10%);
        margin-bottom: 10px;
    }
    .alpha-list {
        grid-gap: 0px 4px;
        grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    }
    .alpha-list li{
        width: 35px;
        height: 35px;
        margin: 5px;
        border-radius: 5px;
    }
}



@media screen and (max-width: 1370px) {
    #login_form, #registration_form{
    padding-right: 5.3rem !important;
    padding-left: 4.2rem !important;
    }
    .mb-xl-3, .mb-3 {
        margin-bottom: 0.3rem !important;
    }
    h1{
        font-size: calc(2rem - 10%);
    }    
    .form-label, input,  button{
        padding: 0.2rem 0.3rem  !important;
    }
    .logo{
        width: 40%;
        font-size: calc(2em - 10%);
        margin: 0 0 15px 0;
    }
    .logo small {
        font-weight: normal;
        display: block;
        font-size: calc(12px - 10%);
    }
    #features{
        padding: 1em;
    }
    .features-box{
        padding-bottom: 10px;
    }
    .features-box h3 {
        font-size: calc(1.7em - 10%);
        margin-bottom: 15px;
    }
    .features-box h3 small {
        font-size: calc(0.9em - 10%);
    }
    .features-box h4 {
        font-weight: normal;
        font-size: calc(1.3em - 10%);
        margin-bottom: calc(15px - 1%);
    }
    .features-box .btn{
        width: 49%;
        font-size: calc(16px - 10%);
        margin-bottom: 10px;
    }
    .lead{
        font-size: calc(1.25rem  - 10%);
    }
    .log-footer{
        padding: .5rem 1rem 0rem 1rem;
    }
    .alpha-list {
        grid-gap: 10px 4px;
    }
    .alpha-list li {
        width: 30px;
        height: 30px;
        margin: 0px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 670px) {
    #login_form, #registration_form{
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    }
    .features-box{
        margin: 0;
        width: 100%;
    }
    .logo{
        width: 100%;
    }
    .features-box h3 {
        font-size: 1.3em;
    }
    .features-box h3 small {
        font-size: 16px;
    }
    .features-box h4 {
        font-weight: normal;
        font-size: 16px;
    }
    .features-box .btn{
        width: 100%;
        margin-bottom: 10px;
    }
    .alpha-list{
        display: grid;
        list-style: none;
        display: grid;
        grid-template-columns: auto auto auto auto auto auto;
        text-align: center;
        /* background-color: #fff; */
        grid-gap: 5px 5px;
        justify-items: stretch;
        justify-content: space-between;
        width: 100%;
    }
}