.iris h1 {
    font-weight: normal;
}

#iris-message {
    padding: 6px 20px;
    display: none;
    font-size: 1em;
    color: rgb(40, 40, 40);
    box-sizing: border-box;
    margin: 0px;
    border-radius: 3px;
    width: 100%;
    overflow: auto;
}

.iris .error {
    padding: 6px 20px;
    border-radius: 3px;
    background-color: #fb817c;
    border: 1px solid #e46b66;
}

.iris .success {
    background-color: #48e0a4;
    border: #40cc94 1px solid;
}

.container .success {
    background-color: #48e0a4;
    border: #40cc94 1px solid;
}

.container .error {
    padding: 6px 20px;
    border-radius: 3px;
    background-color: #fb817c;
    border: 1px solid #e46b66;
}

#iris-loader-icon {
    color: #1871e6;
    font-weight: bold;
    padding: 6px 20px 6px 0;
    display: none;
    vertical-align: middle;
}

#iris-loader-ack-icon {
    color: #1871e6;
    font-weight: bold;
    padding: 6px 20px 6px 0;
    display: none;
    vertical-align: middle;
}

.iris .validation-message {
    color: #e20900;
    display: inline-block;
}

.iris .display-none {
    display: none;
}

.inline-block {
    display: inline-block;
}

.show-iris-btn:hover {
    cursor: pointer;
}

.btnAction {
    width: 100%;
    height: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 15px;
    color: #666666;
    margin-bottom: 20px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.btn-margin {
       margin-top: 20px;
}
.title{
    margin: 0px !important;
}
