.align-items-center{
    align-items: center !important;
}
.d-flex{
    display: flex !important;
}
#content{
    max-width: 400px;
}
.justify-content-center{
    justify-content: center !important;
}
.input-icons i {
    position: absolute;
}
.input-icons {
    width: 100%;
    margin-bottom: 10px;
}
.icon {
    padding: 10px;
    color: #757575;
    min-width: 50px;
    text-align: center;
}
  
.input-field {
    width: 100%;
    padding-left: 40px;
}
.text-white{
    color: white;
}
.mt-4{
    margin-top: 20px;
}
.mt-5{
    margin-top: 40px;
}
.mb-5{
    margin-bottom: 40px;
}
.check-show-pass{
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
    transform: scale(1.2);
    padding: 10px;
}

@media only screen and (max-width: 600px) {
    #content{
        margin: 0 20px;
    }
}
