#btnVisibility {
    margin: 0;
    position: absolute;
    top: 50%;
    left: calc(100% - 18px);
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2!important;
}

.input-password {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    padding-right: 2rem!important;
    z-index: 1!important;
}

body {
    background-color: #F5F6FA;
    font-family: "Montserrat";
}

.image-center {
    text-align: center;
    margin-left: 500px;
}

hr {
    margin: 10px -50px;
    border: 0;
    border-top: 1px solid #ccc;
    margin-bottom: 25px;
}

div.main {
    border-radius: 25px;
    background: #FFFFFF;
    margin-left: 25%;
    width: 50%;
    padding: 10px 50px 30px;
    border: 1px solid #DFE0E3;
    font-family: raleway;
}

input[type=submit] {
    font-size: 16px;
    background: #4C84FF;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    padding: 10px 0;
    outline: none;
}

label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
