body{
    background: #1d68a5;
    color : #1d68a5;
}
.perim-form{
    background: #fff;
    width: 100%;
}
.perim-form .form-control{
    border-radius:1rem;
}
.perim-form form{
    padding: 3% 10%;
}

.perim-form h3{
    text-align: left;
    color: #005397;
}
.perim-form .btnPerim {
    width: 100%;
    border: none;
    border-radius: 1rem;
    padding: .375rem .75rem;
    background: #005397;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnPerimSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}