﻿.msds-container{
    width:50%;
}

.msds-title {
    font-size: 45px;
}

.msds-input {
    border: 0px;
    border-bottom: 2px solid #D3D3D3;
}

.textarea-not-resizable{
    resize:none;
}

.msds-textarea{
    height:150px;
}

.msds-terms-conditions-link {
    text-decoration: underline;
    color: #02090F;
    font-weight:bold
}

.msds-send-button {
    border-radius: 50px;
}

@media screen and (max-width: 700px){
    .msds-container{
        width:100%;
    }
}
@media screen and (min-width: 701px) and (max-width: 1024px) {
    .msds-container {
        width: 75%;
    }
}