body {
    background-color: #ffffff;
    font-weight :normal;
    font-size:14px;
    color:#000;
    font-family: Arial;
}
.container{
    margin-top: 150px;
}

.crx-wl-redirect {
    cursor: pointer;
}
.box{
    background-color: #f5f5f5;
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    padding: 10px;
    font-family: Arial;
}
p{
    margin:auto;
}

.backclr{
    background: #f2f4f5;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nextbutton{
    color: #ffffff;
    background: #003c45;
    border-radius: 0;
    padding: 5px 25px;
    margin-top: 5px;
    border: none;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 30px;
    margin-top: 120px;
}
.row{
    margin-left:0px !important;
    margin-right: 0px !important;
}
.col-md-1 {
    max-width: 4.333333%;
}
.pdftxt{
    font-weight:700;
}
.box {display: flex; align-items: flex-start;}
.box img {margin-right: 30px; margin-top:10px;}
label{
    margin-bottom:0px;
}