.attempts-box {
    font-family: 'Open sans', sans-serif;
    display: inline-block;
    margin: 10px 0px 0px 0px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    font-weight: normal;
    /*background-color: #fff;*/
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
}

.control-message {
    color: white;
    margin: 10px 0px 0px 0px;
    width: 100%;
    text-align:center;
}

.text-white {
    color:white;
}

.img-sso {
    height: 80px;
    float: left;
}

.link-sso p{
    margin-top: 25px;
}

#notify-icon {
    padding-top: 5px;
    height: 40px
}

@media screen and (min-width:750px) {
    #notify-icon {
        height: 55px
    }
}

@media screen and (min-width:1170px) {
    #notify-icon {
        height: 70px
    }
}
