body{
    padding: 0px;
    margin: 0px;
    background: rgba(229,246,250,1);;
    background-image: url('../imgs/background.png');
    background-position: bottom;
    background-repeat: no-repeat;

    font-family: "Roboto"
}

.two_cols_layout{
    display: flex;
    height: 100%;
}

.two_cols_layout .col_1{
    width:400px;
    display: flex;
}

.two_cols_layout .col_2{
 
    
    flex:1;
}

#aps_viewer{
    width: 100%;
    height: 100%;
    position: relative;
}

.adsk-viewing-viewer {
    background: none !important
}

.row{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

.row .row_header{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.input{
    font-size:14px;
    padding:7px;
    border:1px solid #aaa;
    box-shadow: 1px 1px 10px #aaa;
    width: 100%;
    margin: 4px 0px;
    border-radius: 5px;
    
}

.form{
    margin:10px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
  
    padding: 10px;
    position: relative;
    flex:1;
}

*:focus {
    outline: none;
}

#trevers label{
    font-weight: bold;
    display: block;
    padding: 5px ;
    font-size: 12px;
}

#trevers label:first-child{
    text-transform:uppercase;
    width: 100%;;
    background-color: #555;
    color:white;
    margin-top: 10px;
}