﻿body {
    font-family: 'NunitoSans-Regular';
    height: 100vh;
    /* background: url("https://i.imgur.com/HgflTDf.jpg") 50% fixed;*/
    background-size: cover;
}

@font-face {
    font-family: 'NunitoSans-Regular';
    src: url('../../Fonts/NunitoSans-Regular.ttf') format('truetype');
}


@keyframes spinner {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(359deg);
    }
}

* {
    box-sizing: border-box;
}

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    background: rgba(darken($primary,40%), 0.85);
}

.display_no{display:none;}
.login {
    border-radius: 2px 2px 5px 5px;
    padding: 10px 20px 20px 20px;
    width: 95%;
    max-width: 320px;
    background: #ffffff;
    position: relative;
    padding-bottom: 80px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}


input {
    display: block;
    padding: 15px 10px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ddd;
    transition: border-width 0.2s ease;
    border-radius: 2px;
    color: #808080;
    font-size: 0.9em;
    font-family: 'NunitoSans-Regular';
}


.role {
    display: block;
    padding: 10px 10px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ddd;
    transition: border-width 0.2s ease;
    border-radius: 2px;
    color: #808080;
    font-size: 0.9em;
    font-family: 'NunitoSans-Regular';
}

select-option{padding:10px;}

a {
    font-size: 0.8em;
    color: $primary;
    text-decoration: none;
}

.title {
    color: #444;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    font-family: 'NunitoSans-Regular';
}

button {
    width: 100%;
    height:50px;
    padding: 5px 10px;
    background: #084766;
    color: #fff;
    display: block;
    border: none;
    margin-top: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 60px;
    border: 0px solid rgba(0,0,0,0.1);
    border-radius: 0px 0px 0px 0px;
    transform: rotateZ(0deg);
    transition: all 0.1s ease-out;
    border-bottom-width: 4px;
   font-size:20px;
   cursor:pointer;


}

&:not(.loading) button:hover {
    box-shadow: 0px 1px 3px $primary;
}

&:not(.loading) button:focus {
    border-bottom-width: 4px;
}



footer {
    display: block;
    padding-top: 50px;
    text-align: center;
    color: #ddd;
    font-weight: normal;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
    font-size: 0.8em;  
    background-image: url('../Img/Excel.jpg');
}

.log_succes{text-align:center;font-size:15px;padding-top:15px ;color:green;}
.forg_link{text-align:center;font-size:15px;padding-top:15px ;color:green;}
.err_msg{text-align:center;font-size:15px;margin-bottom:10px ;color:red;}

@media only screen and (min-width:200px) and (max-width:504px) {
    .login {
        border-radius: 2px 2px 5px 5px;
        padding: 10px 10px 20px 10px;
        width: 95%;
        max-width: 320px;
        background: #ffffff;
        position: relative;
        padding-bottom: 80px;
        box-shadow: 0px 0px 0px rgba(0,0,0,0);
    }
}

.login_forget {
    font-size: 13px;
    padding: 10px 0px 0px 0px;
    color: blue;
    cursor: pointer;
    font-family: 'NunitoSans-Regular';
}
.state {
    font-family: 'NunitoSans-Regular';
}
.login_email {
    font-size: 13px;
    padding: 10px 0px 0px 0px;
    color: blue;
    cursor: pointer;
    font-family: 'NunitoSans-Regular';
}