﻿.med-style .content-inner {
    margin-top:8%;
}
.contact-2 form {
    padding: 0px;
    margin: 0 auto;
    width: 60%;
}

.contact-2 input[type=checkbox] {
    vertical-align: middle;
}

.contact-2 form input[type=text] {
    width: 100%;
}

.contact-2 form input[type=password] {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 46px;
    background-color: transparent;
    border: 1px solid #8B8B8B;
    padding: 0 15px;
    color: #7C7C7C;
    font-size: 13px;
    font-family: 'Open Sans', arial;
}

@media only screen and (max-width : 768px) {
    .contact-2 form {
        margin: 0;
        width: 100%;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

.close {
    line-height: 0  px;
    color: #aaa;
    float: right;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
