html {
    position: relative;
    min-height: 100%;
}

.break-word {
    word-wrap: break-word;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

input[readonly].readonly-text {
    background-color: #fff;
    cursor: text;
}
/** Custom styles for IV for snappass */

.btn-primary, .copy-clipboard-btn {
    color: rgb(255, 255, 255);
    background-color: #4C0060;
    border-color: #4C0060;
}
.btn-primary:hover, .copy-clipboard-btn:hover{
    background-color: #3C004C;
}
.page-header {
    display: flex;
    align-items: center;
}
.page-header >h1 {
    color: #4C0060;

}
/*.page-header > h1:before {*/
/*    content: ' ';*/
/*    background-image: url(../images/lock.svg);*/
/*    height: 41px;*/
/*    width: 42px;*/
/*    position: absolute;*/
/*    right: 100%;*/
/*    background-repeat: no-repeat;*/
/*}*/
.form-control {
    position: relative;
}
.iv-textarea-area{
    position: relative;
    z-index: 2;
}
.iv-textarea-area:after {
    content: ' ';
    background-image: url(../images/shield.png);
    height: 279px;
    width: 245px;
    position: absolute;
    left: 91%;
    top: 44%;
    background-repeat: no-repeat;
    z-index: 3;
    background-size: 186px 212px;
}
h1{
    font-size: 28px;
}
@media screen and (max-width: 1024px) {
    .iv-textarea-area:after{
    display: none;
    }

}
.iv-aside-section{
    padding: 5% 2%;
    position: absolute;
    height: 100vh;
    background: url(../images/iv-bg.jpg) no-repeat;
    width: 40vw;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.iv-logo{
    height: auto;
    width: 100%;
}
.iv-main-section{

    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 66vw;
}
.iv-copyright-text{

    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.4px;

}
.iv-lock{
    height: auto;
    width: 29px;
    margin-right: 15px;
}
.iv-textarea-area textarea{
    border-radius: 4px;
    border: 1px solid transparent;
    background: #f5f5f5;
}
iv.iv-select-duration{
    max-width: 117px;
}