html,body{
    background-color: #009fe6;
    height:100%;
}
.dropdown-menu {
    width: 100%;
}

.container{
    max-width:1000px;
    /*min-height: 100%;*/
    /*height: 100%;*/
}

.panel-default{
    padding: 15px;
    border:0;


}

.form,.form-signin{
    background-color: #FFFFFF;    
    padding:25px; 
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
/*    //-webkit-border-bottom-left-radius: 25px;
    //-webkit-border-bottom-right-radius: 25px;*/
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
/*    //-moz-border-radius-bottomright: 25px;
    //-moz-border-radius-bottomleft: 25px;*/
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
/*    //border-bottom-left-radius: 25px;
    //border-bottom-right-radius: 25px;*/
    height:100%;
}


.btn:focus,.btn:active {
    outline: none !important;
}

a.list-group-item:focus, button.list-group-item:focus {
    outline:none;
}


.full-width {
    display:block;
    padding:10px;
}

.box{
    background-color: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #F00;
    background-color: #fff;
    color: #666;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px;
    font-weight: normal;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    display: block;
    font-family: "lucida_sansregular", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;    
    overflow-x: hidden;
    min-width: 320px;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
