body{
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: #222733;
}

strong{
    font-weight: 500;
}

h1, h2{
    margin-top: 5px;
    font-size: 38px;
    font-weight: 100;
    line-height: 50px;
}

h3{
    font-size: 22px;
    font-weight: 300;
}

.my-content{
    padding: 20px 0 170px 0;
}

.my-content .mydescripcion{
    margin: 5px 0 10px 0;
}

.my-content .mydescripcion p{
    opacity: 0.8;
}

.myform-cont{
    margin-top: 0px;
}

.myform-top{
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: rgba(0,0,0,0.35);
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.myform-top-left{
    float: left;
    width: 75%;
    padding-top: 25px;
    text-align: left;
}

.myform-top-left{
    opacity: 0.8;
}

.myform-top-right{
    float: right;
    width: 25%;
    padding-top: 25px;
    font-size: 66px;
    text-align: right;
    opacity: 0.4;
}

.myform-bottom{
    padding: 0px 25px 11px 25px;
    background: rgba(0,0,0,0.3);
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.myform-bottom .mybtn{
    width: 100%;
}

.mytable{
    margin-top:100px;
}

.mydata{
    margin-top: 25px;
}

.mydata .myname{
    float:left;
    margin-left:200px
}

.mydata .myid{
    float:right;
    margin-right: 245px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea.formcontrol:focus{
    height: 50px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.formcontrol:focus{
    background: #fff;
    border: 2px solid #1AAE88;
}


input[type="submit"].mybtn {
    height: 50px;
    background: #1AAE88;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
input[type="submit"].mybtn:hover, input[type="submit"].mybtn:active {
    opacity: 0.6;
    color: #fff;
}
input[type="submit"].mybtn:focus { 
    opacity: 0.6;  
    color: #fff; 
    background: #de615e; 
}
 .message{
    overflow: hidden;
    padding: 0 25px 15px 25px;
    /*background: rgba(0,0,0,0.35);*/
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: 200px;
    top: 150px;
    text-align: center;
    width: 40%;
    border-top-style: dashed;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
}
.message-paragraph 
{
   color: blue; 
   margin-left: auto; 
   margin-right: auto;
}