﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */



a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #000 !important;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */

  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}




.btn-grad-org {
    background-image: linear-gradient(to right, #c21500 0%, #ffc500 51%, #c21500 100%);
    /*margin: 10px;*/
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    border: none;
}

    .btn-grad-org:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }



.btn-grad-green {
    font-weight: bold;
    background-image: linear-gradient(to right, #348F50 0%, #56B4D3 51%, #348F50 100%);
    /*margin: 10px;*/
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    border: none;
}

    .btn-grad-green:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }



.btn-grad-blue {
    background-image: linear-gradient(to right, #6441A5 0%, #2a0845 51%, #6441A5 100%);
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

    .btn-grad-blue:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }



.btn-grad-pastel {
    background-image: linear-gradient(to right, #fc00ff 0%, #00dbde 51%, #fc00ff 100%);
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    border: none;
}

    .btn-grad-pastel:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }



.btn-grad-org-2 {
    font-weight: bold;
    background-image: linear-gradient(to right, #e96443 0%, #904e95 51%, #e96443 100%);
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    border: none;
}

    .btn-grad-org-2:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

.container-lg {
    margin-top: 20px !important;
    float : right;
}

.container-md {
    margin-top: 18px !important;
}

.container-sm {
    margin-top: 15px !important;
}




@media only screen and (min-device-width : 200px) and (max-device-width : 300px) {
    .lucky-form-input {
        margin-top: 10rem !important;
    }
}

@media only screen and (min-device-width : 300px) and (max-device-width : 324px) {
    .lucky-form-input {
        margin-top: 16rem !important;
    }
}

@media only screen and (min-device-width : 324px) and (max-device-width : 400px) {
    .lucky-form-input {
        margin-top: 16rem !important;
    }
}

@media only screen and (min-device-width : 401px) and (max-device-width : 480px) {
    .lucky-form-input {
        margin-top: 16rem !important;
    }
}

@media only screen and (min-device-width : 481px) and (max-device-width : 500px) {
    .lucky-form-input {
        margin-top: 16rem !important;
    }
}

@media only screen and (min-device-width : 500px) and (max-device-width : 600px) {
    .lucky-form-input {
        margin-top: 16rem !important;
    }
}

@media only screen and (min-device-width : 601px) and (max-device-width : 654px) {
    .lucky-form-input {
        margin-top: 16rem !important;
    }
}

@media only screen and (min-device-width : 654px) and (max-device-width : 701px) {
    .lucky-form-input {
        margin-top: 16rem !important;
    }
}


@media only screen and (min-device-width : 701px) and (max-device-width : 800px) {
    .lucky-form-input {
        margin-top: 25rem !important;
    }
}

@media only screen and (min-device-width : 801px) and (max-device-width : 810px) {
    .lucky-form-input {
        margin-top: 25rem !important;
    }
}

@media only screen and (min-device-width : 811px) and (max-device-width : 820px) {
    .lucky-form-input {
        margin-top: 25rem !important;
    }
}

@media only screen and (min-device-width : 821px) and (max-device-width : 896px) {
    .lucky-form-input {
        margin-top: 25rem !important;
    }
}

@media only screen and (min-device-width : 896px) and (max-device-width : 900px) {
    .lucky-form-input {
        margin-top: 25rem !important;
    }
}

@media only screen and (min-device-width : 901px)  {
    .lucky-form-input {
        margin-top: 16rem !important;
    }
}

@media only screen and (min-device-width : 956px) {
    .lucky-form-input {
        margin-top: 16rem !important;
    }
}

@media only screen and (min-device-width : 1001px) and (max-device-width : 1366px) {
    .lucky-form-input {
        margin-top: 16rem !important;
    }
}

@media only screen and (min-device-width : 1366px) {
    .lucky-form-input {
        margin-top: 16rem !important;
    }
}

@media screen and (max-width: 900px) {
    .bg-page-landing-success {
        background-size: 100%;
    }

    .bg-page-main {
        background-size: 100%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 819) {
    .lucky-form-input {
        margin-top: 16rem !important;
    }
}

/*@media screen and (max-width: 390px) {
    .lucky-form-input {
        transform: translate(0%, 55%) !important;
    }
}*/
/*
@media screen and (max-device-width: 300px) and (max-device-height : 700) {
    .lucky-form-input {
        transform: translate(0%, 15%) !important;
    }
}*/

/*@media screen and (min-width: 601px) {
    .btn-landing {
        transform: translate(0%, 50%);
    }
}
*/