﻿.spacecontainer140 {
    padding: 110px;
}

.DAS2_width {
    max-width: 1600px;
    background-color: white;
}

.featureslider_content {
    text-align: center;
    display: table;
    width: 100%;
    margin-bottom: 23px;
}

    .featureslider_content h2 {
        font-family: ProximaNova-Bold;
        font-size: 42px;
        color: white;
        margin-bottom: 7.5px;
    }

.register_input {
    width: 93%;
    float: left;
    border: 1px solid #e0e4e3 !important;
    background-color: #faf9f9;
    font-family: ProximaNova-Light;
    font-size: 18px;
    color: #434444;
    margin-bottom: 20px;
}

.registration_container {
    width: 45%;
    margin: 0 auto;
    background-color: #f1f1f1;
    display: table;
}

.registration_content {
    width: 93%;
    margin: 0 auto;
}

.register_form {
    width: 50%;
    float: left;
}

.register_button {
    width: 147px;
    height: 52px;
    background-color: #36c3a5;
    border-color: #36c3a5;
    border-radius: 1px;
    box-shadow: #36c3a5;
    /*box-shadow: 0px 4px 0px 0px rgb( 28, 166, 137 );*/
    padding: 7px 0px;
    z-index: 106;
    font-family: ProximaNova-Light;
    font-size: 24px;
    margin: 10px;
}

    .register_button:focus {
        background-color: #36c3a5;
        border-color: #36c3a5;
    }

.reset_button {
    width: 147px;
    height: 52px;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    border-radius: 1px;
    box-shadow: #2d2d2d;
    /*box-shadow: 0px 4px 0px 0px rgb( 28, 166, 137 );*/
    padding: 7px 0px;
    z-index: 106;
    font-family: ProximaNova-Light;
    font-size: 24px;
}

    .reset_button:hover, .reset_button:focus {
        background-color: #2d2d2d!important;
        border-color: #2d2d2d!important;
    }

.buttoncontainer_register {
    text-align: center;
}

/*Terms & Conditions2*/

.termscondition_content > article {
    font-family: ProximaNova-Regular;
    font-size: 20px;
    text-align: justify;
    color: #424243;
    line-height: 30px;
}

.termscondition_content h2 {
    font-family: ProximaNova-Regular;
    font-size: 20px;
    color: #276d74;
    margin-bottom: 8px;
}

.termscondition_content {
    width: 65%;
    margin: 0 auto;
}

    .termscondition_content a {
        color:#36c3a5;
    }

@media (max-width: 1300px) {
    .termscondition_content {
        width: 75%;
    }
}

@media (max-width: 1100px) {
    .termscondition_content {
        width: 85%;
    }
}

@media (max-width: 769px) {
    .termscondition_content {
        width: 95%;
    }
}

@media (max-width: 1100px) {
    .registration_container {
        width: 75%;
    }
}

@media (max-width: 769px) {
    .registration_container {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .register_form {
        width: 100%;
    }

    .register_input {
        width: 100%;
    }
}
