.login {
    min-height: 100vh;
}

#logo {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.forgot_pass {
    visibility: hidden;
}

.field-icon{
    float: right;
    margin-right: 20px;
    margin-top: -42px;
    position: relative;
    z-index: 2;
}

div.container{
    width: 960px;
    height: 100%;
    margin:50px auto;
    font-family: 'Source Sans Pro', sans-serif;
    position:relative;
}
div.form{
    width: 320px;
    margin-top: 80px;
    float:left;
    padding: 10px 55px 40px;
    /*background-color: rgba(187, 255, 184, 0.65);*/
    border: 15px solid white;
    box-shadow: 0 0 10px;
    border-radius: 2px;
    font-size: 13px;
}
input[type=text],[type=password] {
    width: 97.7%;
    height: 34px;
    padding-left: 5px;
    margin-bottom: 20px;
    margin-top: 8px;
    /*box-shadow: 0 0 5px;*/
    border: 2px solid;
    color: #4f4f4f;
    font-size: 16px;
}
label{
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    font-weight: bold;
}

.bouton {
    box-shadow: 0px 2px 5px rgb(168, 168, 168);
    float: right;
    background-color: white;
    border-radius: 35px;
    border: 3px solid;
    height: 50px;
    padding: 0.5em 1em 0em 1em;
    margin: 0rem 1rem;
}

.bouton p{
    font-weight: bold !important;
    letter-spacing: 1px !important;
    font-size: 15px !important;
    float: right;
}

.bouton:hover {
    color: white;
    border-color: white;
    box-shadow: inset 0em 0.2em 0.5em rgb(168, 168, 168);
}

.bouton mat-icon{
    line-height: 33px;
    float: left;
    font-size:20px !important;
    font-weight: bold;
    height: 0px !important;
    margin-right: 10px !important;
    box-shadow: none !important;
}
