﻿
/* dancing-script-regular - latin */

/* dancing-script-700 - latin */
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/dancing-script-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/dancing-script-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/dancing-script-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/dancing-script-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/dancing-script-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/dancing-script-v15-latin-700.svg#DancingScript') format('svg'); /* Legacy iOS */
}



body {
    background-color: white;
    -webkit-font-smoothing: antialiased;
    font: normal 14px Roboto,arial,sans-serif;
    font-family: 'Dancing Script', cursive !important;
}

.container {
    padding: 70px;
}



.form-login {
    background-color: rgba(59, 219, 114, 0.7);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    border-color: #d2d2d2;
    border-width: 5px;
    color: white;
    min-width: 200px;
    /*max-height: 480px;*/
    box-shadow: 0 1px 0 #cfcfcf;
}

.form-control {
    background: white !important;
    color: black !important;
    font-size: 25px !important;
}

h1 {
    color: white;
}

h4 {
    border: 0 solid #fff;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 40px;
}

.form-control {
    border-radius: 10px;
}

.text-white {
    color: white !important;
}

.wrapper {
    text-align: center;
}

.footer p {
    font-size: 18px;
}

.logBtn {
    border-radius: 15px;
    font-weight: bolder;
    font-size: xx-large;
    width: 150px;
    background-color: #2051e378;
}


.appTitle {
    font-weight: bolder;
    /*font-size: 40px;*/
    letter-spacing: 4px;
    color: #3b23e3;
    font: normal 40px sans-serif;
}

@media (max-device-width: 768px) {
    .appTitle {

        font: normal 15px sans-serif;
    }

    h4 {
        font-size: 20px;
    }
    .form-control {
        font-size: 20px !important;
    }

    /*.form-login{
        min-width:300px;
    }*/

}

hr.logHr {
    height: 22px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid !important;
    border-radius: 10px !important;
    border-color: #ffaf7f !important;
    background-color: #ffaf7f;
}

.hr-success {
    background-image: -webkit-linear-gradient(left, #ffaf7f, #ffaf7f, rgba(0,0,0,0));
}

.star-line {
    height: 20px;
    border: none;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    background-repeat: repeat-x;
    background-position: center;
    background-color: transparent;
    background-image: url('../images/star.png');
}

hr.new5 {
    border: 10px solid green;
    border-radius: 5px;
}

input[type="text"], input[type="password"] {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Lucida Console", Courier, monospace !important;
}

input[type="submit"] {
    margin-top: 5px;
    margin-bottom: 20px;
}

.fontDisplay {
    font-family: "Lucida Console", Courier, monospace !important;
}

div.validation-summary-errors {
    font-family: "Lucida Console", Courier, monospace !important;
    font-size: 25px;
    color: blue;
}

div.container {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.footer {
    margin-top: 40px;
}

.links {
    color: #6b705c;
    font-size: 1.5rem;
}

.alert {
    font: normal 15px sans-serif;
    font-size: x-large;
}