body {
    /*font-family: montserrat, arial, verdana;*/
    background: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: none !important;
}

.connexion-btn {
    height: 50px;
    background: #4aaf51;
    color: white;
    cursor: pointer;
    outline: none;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    border-radius: 4px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.connexion-btn:hover, .connexion-btn:focus {
    background: #4aaf51;
    color: white;
    opacity: 0.6;
}

.input-for-auth {
    border: 3px solid #ddd;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888 !important;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    line-height: 50px;
}

.input-for-auth:focus {
    outline: 0;
    background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-operator {
    display: block;
    color: #929494;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    color: rgba(0, 0, 0, 0.54);
    box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px 0;
    border-color: transparent;
    border-radius: 3px;
    -webkit-transition: background-color .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
    transition: background-color .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
}

.btn-operator:hover {
    background: #949494;
    color: white;
}