@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

.errordiv {
    min-height: 300px;
}

.updated {
    background: #fffbd5;
}

.ider-login a {
    display: inline;
    vertical-align: sub;
}

.ider-login a:hover, .ider-login a:active {
    color: #3cb0fd
}

.ider-login a:link, .ider-login a:visited {
    color: #3498db
}

.ider-login {
    max-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #015091;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Marvel Pro', sans-serif;
    font-weight: 575;
    transition: background-color 0.3s ease;
    position: relative;
}

#loginform .ider-login {
    max-width: none;
}

.ider-login .ider-button-inside-wrapper {
    display: flex;
    align-items: center;
}

.ider-login .ider-button-inside-wrapper img {
    width: 20px;
    height: 20px;
}

.ider-login img {
    margin-right: 5px;
}

#loginform .ider-login {
    display: flex;
    justify-content: center;
    align-items: center;

    clear: both;
    float: none;
    margin-bottom: 10px;
    padding: 6px 0;
}

#loginform .ider-login img {
    margin-right: 5px;
    vertical-align: text-top;
}
