.row {
    /*Must have min-height for when the window minimized by height ..*/
    min-height: 700px;
    width: 65%;
    margin: 0 auto;
    transform: translateY(10%);
}

.content {
    height: auto !important;
}

/*.col-md-6 {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    width: 49% !important;
    height: 450px;
    padding: 30px;
}*/
.button {
margin-bottom:5px;
}

.main-footer {
    margin: 0 !important;
}

.navbar-static-top a {
    color: white;
}

.content-wrapper {
    margin: 0 auto;
    /*min-height: 100% !important;*/
}

.td-ln-height {
    line-height: 5px;
}
@media screen and (min-width:901px) {
    .row {
    width:100%;
    }

}
@media screen and (min-width:1145px) {
    .row {
    width:80%;
    }
}
@media screen and (min-width:1470px) {
    .row {
    width:70%;
    }
}

@media screen and (max-width:900px) {
    .row {
        transform: none;
    }
  
}

@media screen and (max-width:700px) {
    .wrapped-text {
        font-size: 12px;
    }

  
    h1 {
        font-size: 18px;
    }

    .row {
        transform: none;
    }
}

@media screen and (max-width:480px) {
    .row {
        width: 100%;
    }

    h1 {
        font-size: 16px;
    }

    .form-control {
        height: 20px;
    }

    .wrapped-text {
        font-size: 10px;
    }

 
    .button {
        height: 25px;
    }

    .col-md-6 p {
        font-size: 13px;
    }
}
