.bd-home label{white-space:nowrap}
.bd-home{
    font-weight:bold;
    margin-bottom:20px;
    
}
.home {
    font-size: 1.4em;
    color: #ff5c4d;
    text-align: left;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 0px;
}
.cn {
    font-size: 0.9em;
    color: #838383;
    font-family:Arial;
    
}
.text1{
    margin-top: 10px;
    font-size: 0.96em;
}
.text1 input[type="text"], .text1 input[type="email"], .context-c1 textarea, .register input[type="password"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.text2{
    
    padding:10px;
    padding-left:0px;
}
.text3{
    width:99%;
    padding-top:5px;
    padding-bottom:10px;
    padding:5px 0 10px 0;
}
.submit{
    margin-bottom:20px;
    background-color : #0a1c1e;
    font-family:Tahoma;
    font-size:15px;
    font-weight:700;
    color:white;    
    border:none;
    padding:10px 15px;
}
textarea, .register input[type="password"] {
    display: block;
    width: 99%;
    height: 100px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    
}
.text4{
    padding-bottom:20px;
    padding-left:0;
    padding-right:0;
}

.info-contact p.title{
font-size: 18px;
color: #0360d1;
font-family: 'UTMHelvetInsRegular',Arial;
margin: 0;
margin-bottom: 10px;
}